Skip to content

Commit ee8a539

Browse files
committed
Update corresponding file??
1 parent 961cc62 commit ee8a539

File tree

1 file changed

+32
-39
lines changed

1 file changed

+32
-39
lines changed

serialization-html-note/index-turtle-not-highlight.html

Lines changed: 32 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -522,45 +522,38 @@

Example

522522

523523
<p>This example is a significantly simplified version of a more complex application, that uses an RDFa encoding of annotations within the framework for scholarly article authoring and annotation (see <a href="https://github.com/linkeddata/dokieli"> for further detailsa>). The example shows one of the advantages of RDFa: the “Communities have various…” text, while readable when the corresponding HTML page is displayed, automatically provides the textual body of the annotation. However, the relative complexity of mixing complex RDFa structures with HTML makes it more suitable for automatic code generation (e.g., through authoring systems) rather than manual editing.p>
524524

525-
<pre class="example" title="Simplified dokieli example">
526-
<body prefix="oa: http://www.w3.org/ns/oa# i: https://ex.org/art/">
527-
<main>
528-
<article id="decentralisation" about="i:" typeof="oa:Annotation">
529-
<h1 property="schema:name">Sarven Capadisli <span rel="oa:motivatedBy"
530-
resource="oa:comments">comments</span></h1>
531-
<dl class="canonical">
532-
<dt>Canonical</dt>
533-
<dd about="i:" rel="oa:canonical"
534-
resource="urn:uuid:5fdc8f8d-5930...">5fdc8f8d-5930...</dd>
535-
</dl>
536-
<dl class="target">
537-
<dt><a href="http://ex.org/ldn#abstract" rel="oa:hasTarget">In reply to</a>
538-
(<a about="http://ex.org/ldn#abstract" href="http://ex.org/ldn"
539-
rel="oa:hasSource" typeof="oa:SpecificResource">part of</a>)</dt>
540-
<dd>
541-
<blockquote about="http://ex.org/ldn#abstract"
542-
cite="http://ex.org/ldn#abstract">
543-
<span rel="oa:hasSelector" typeof="oa:FragmentSelector">
544-
<span rel="oa:refinedBy" typeof="oa:TextQuoteSelector">
545-
<span property="oa:prefix">N provides a building block for </span>
546-
<span property="oa:exact">decentralised</span>
547-
<span property="oa:suffix"> Web applications. This permits e</span>
548-
</span>
549-
</span>
550-
</blockquote>
551-
</dd>
552-
</dl>
553-
<dl class="renderedvia"><dt>Rendered via</dt>
554-
<dd><a about="http://ex.org/ldn#abstract" href="https://dokie.li/"
555-
rel="oa:renderedVia">dokieli</a></dd>
556-
</dl>
557-
<section id="note" rel="oa:hasBody" >
558-
<div datatype="rdf:HTML" property="rdf:value"
559-
typeof="oa:TextualBody">Communities have various semantics for the term <em>decentralisation</em>.</div>
560-
</section>
561-
</article>
562-
</main>
563-
</body>pre>
525+
<pre class="example" title="Simplified dokieli example"><article resource="" typeof="oa:Annotation">
526+
<h1 property="schema:name">Sarven Capadisli <span property="oa:motivatedBy"
527+
resource="oa:comments">comments</span></h1>
528+
<dl>
529+
<dt>Canonical</dt>
530+
<dd property="oa:canonical"
531+
resource="urn:uuid:5fdc8f8d-5930...">5fdc8f8d-5930...</dd>
532+
533+
<dt><a href="#abstract" property="oa:hasTarget">In response to</a>
534+
(<a about="#abstract" href="http://example.org/ldn"
535+
property="oa:hasSource" typeof="oa:SpecificResource">part of</a>)</dt>
536+
<dd>
537+
<blockquote about="#abstract" cite="http://example.org/ldn#abstract">
538+
<span property="oa:hasSelector" typeof="oa:FragmentSelector">
539+
<span property="oa:refinedBy" typeof="oa:TextQuoteSelector">
540+
<span property="oa:prefix">N provides a building block for </span>
541+
<span property="oa:exact">decentralised</span>
542+
<span property="oa:suffix"> Web applications. This permits e</span>
543+
</span>
544+
</span>
545+
</blockquote>
546+
</dd>
547+
548+
<dt>Rendered via</dt>
549+
<dd><a about="#abstract" href="https://dokie.li/"
550+
property="oa:renderedVia">dokieli</a></dd>
551+
</dl>
552+
<section rel="oa:hasBody">
553+
<div datatype="rdf:HTML" property="rdf:value" typeof="oa:TextualBody">
554+
...various semantics for the term <em>decentralisation</em>.</div>
555+
</section>
556+
</article>pre>pre>
564557

565558
<p>This yields, in turtle:p>
566559

0 commit comments

Comments
 (0)