Skip to content

Commit c57005f

Browse files
committed
There was a minor mistake in the URL-s of the generated Turtle
1 parent a0911d2 commit c57005f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,17 +567,17 @@

Example

567567
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
568568
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
569569

570-
<https://example.org/art/> a oa:Annotation ;
570+
<https://example.org/art> a oa:Annotation ;
571571
schema:name "Sarven Capadisli comments" ;
572572
oa:canonical <urn:uuid:5fdc8f8d-5930...> ;
573573
oa:hasBody [
574574
a oa:TextualBody ;
575575
rdf:value "Communities have various semantics for the term <em>decentralisation</em>."^^rdf:HTML
576576
] ;
577-
oa:hasTarget <http://example.org/ldn#abstract> ;
577+
oa:hasTarget <http://example.org/art#abstract> ;
578578
oa:motivatedBy oa:comments .
579579

580-
<http://example.org/ldn#abstract> a oa:SpecificResource ;
580+
<http://example.org/art#abstract> a oa:SpecificResource ;
581581
oa:hasSelector [
582582
a oa:FragmentSelector ;
583583
oa:refinedBy [
@@ -600,7 +600,7 @@

Mixing RDFa with embedded RDF content

600600
<pre id="dokieli-example-modified" class="example" title="Simplified dokieli example with embedded turtle"><script type="text/turtle">
601601
@prefix oa: <http://www.w3.org/ns/oa#> .
602602

603-
<http://example.org/ldn#abstract> a oa:SpecificResource ;
603+
<http://example.org/art#abstract> a oa:SpecificResource ;
604604
oa:hasSelector [
605605
a oa:FragmentSelector ;
606606
oa:refinedBy [

0 commit comments

Comments
 (0)