File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -567,17 +567,17 @@
Example
567
567
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
568
568
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
569
569
570
- <https://example.org/art/ > a oa:Annotation ;
570
+ <https://example.org/art> a oa:Annotation ;
571
571
schema:name "Sarven Capadisli comments" ;
572
572
oa:canonical <urn:uuid:5fdc8f8d-5930...> ;
573
573
oa:hasBody [
574
574
a oa:TextualBody ;
575
575
rdf:value "Communities have various semantics for the term <em>decentralisation</em>."^^rdf:HTML
576
576
] ;
577
- oa:hasTarget <http://example.org/ldn #abstract> ;
577
+ oa:hasTarget <http://example.org/art #abstract> ;
578
578
oa:motivatedBy oa:comments .
579
579
580
- <http://example.org/ldn #abstract> a oa:SpecificResource ;
580
+ <http://example.org/art #abstract> a oa:SpecificResource ;
581
581
oa:hasSelector [
582
582
a oa:FragmentSelector ;
583
583
oa:refinedBy [
@@ -600,7 +600,7 @@
Mixing RDFa with embedded RDF content
600
600
< pre id ="dokieli-example-modified " class ="example " title ="Simplified dokieli example with embedded turtle "> <script type="text/turtle">
601
601
@prefix oa: <http://www.w3.org/ns/oa#> .
602
602
603
- <http://example.org/ldn #abstract> a oa:SpecificResource ;
603
+ <http://example.org/art #abstract> a oa:SpecificResource ;
604
604
oa:hasSelector [
605
605
a oa:FragmentSelector ;
606
606
oa:refinedBy [
You can’t perform that action at this time.
0 commit comments