--- a/rdf-primer/index.html Fri Nov 29 15:17:18 2013 +0100
+++ b/rdf-primer/index.html Fri Nov 29 14:45:29 2013 +0000
@@ -813,8 +813,8 @@
28 }
29
30 <http://example.org/bob>
-31 dcterms:publisher <http://example.org>
-32 dcterms:rights <http://creativecommons.org/licenses/by/3.0/>
+31 dcterms:publisher <http://example.org> ;
+32 dcterms:rights <http://creativecommons.org/licenses/by/3.0/> .
</pre>
<p>This RDF dataset contains two named graphs. Lines 8 and 16 list
@@ -1085,7 +1085,13 @@
"@type": "xsd:date"
}
}
- ]
+ ],
+ "dcterms:publisher": {
+ "@id": "http://example.org"
+ },
+ "dcterms:rights": {
+ "@id": "http://creativecommons.org/licenses/by/3.0/"
+ }
},
{
"@id": "https://www.wikidata.org/wiki/Special:EntityData/Q12418",
@@ -1144,6 +1150,8 @@
<http://viaf.org/viaf/24604287/> <http://xmlns.com/foaf/0.1/name> "Leonardo da Vinci" <https://www.wikidata.org/wiki/Special:EntityData/Q12418> .
<http://www.wikidata.org/entity/Q12418> <http://purl.org/dc/terms/creator> <http://viaf.org/viaf/24604287/> <https://www.wikidata.org/wiki/Special:EntityData/Q12418> .
<http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619> <http://purl.org/dc/terms/subject> <http://www.wikidata.org/entity/Q12418> <https://www.wikidata.org/wiki/Special:EntityData/Q12418> .
+<http://example.org/bob> <http://purl.org/dc/terms/publisher> <http://example.org> .
+<http://example.org/bob> <http://purl.org/dc/terms/rights> <http://creativecommons.org/licenses/by/3.0/> .
</pre>
</section>