--- a/rdf-primer/index.html Fri Nov 29 14:45:29 2013 +0000
+++ b/rdf-primer/index.html Fri Nov 29 15:01:31 2013 +0000
@@ -336,20 +336,19 @@
<div class="example"><a href="http://www.wikidata.org/entity/Q12418">http://www.wikidata.org/entity/Q12418</a></div>
<p>The IRI for Leonardo da Vinci in <a
- href="http://viaf.org">VIAF</a> (Virtual International Authority
- File) is:</p>
+ href="http://dbpedia.org.org">DBpedia</a> is:</p>
- <div class="example"><a href="http://viaf.org/viaf/24604287/">http://viaf.org/viaf/24604287/</a></div>
+ <div class="example"><a href="http://dbpedia.org/resource/Leonardo_da_Vinci">http://dbpedia.org/resource/Leonardo_da_Vinci</a></div>
<p>The IRI for an <a href="http://www.ina.fr">INA</a> video about the Mona Lisa in <a href="http://www.europeana.eu">Europeana</a> is:</p>
<div class="example"><a href="http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619">http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619</a></div>
- <p class="note">RDF is agnostic about what the IRI stands for. However,
+ <!--p class="note">RDF is agnostic about what the IRI stands for. However,
IRIs may be given meaning by particular vocabularies or
conventions. VIAF (see example above) is an example of such a vocabulary. RDF
vocabularies are discussed in more detail in Sec. <a
- href="#section-vocabulary">"RDF vocabularies"</a>. </p>
+ href="#section-vocabulary">"RDF vocabularies"</a>. </p-->
</section>
@@ -681,12 +680,12 @@
11 schema:birthDate "1990-07-04"^^xsd:date ;
12 foaf:topic_interest wd:Q12418 .
13
-14 <http://viaf.org/viaf/24604287/>
+14 <http://dbpedia.org/resource/Leonardo_da_Vinci>
15 a foaf:Person ;
16 foaf:name "Leonardo da Vinci" .
17
18 wd:Q12418
-19 dcterms:creator <http://viaf.org/viaf/24604287/> .
+19 dcterms:creator <http://dbpedia.org/resource/Leonardo_da_Vinci> .
20
21 <http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D61set>
22 dcterms:subject wd:Q12418 .
@@ -801,12 +800,12 @@
16
17 <https://www.wikidata.org/wiki/Special:EntityData/Q12418>
18 {
-19 <http://viaf.org/viaf/24604287/>
+19 <http://dbpedia.org/resource/Leonardo_da_Vinci>
20 a foaf:Person ;
21 foaf:name "Leonardo da Vinci" .
22
23 wd:Q12418
-24 dcterms:creator <http://viaf.org/viaf/24604287/> .
+24 dcterms:creator <http://dbpedia.org/resource/Leonardo_da_Vinci> .
25
26 <http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619>
27 dcterms:subject wd:Q12418 .
@@ -1008,7 +1007,7 @@
Bob is interested in <a rel="foaf:topic_interest" resource="wd:Q12418">the Mona Lisa</a>.
</p>
<div about="wd:Q12418">
- The Mona Lisa was painted by <a rel="dcterms:creator" typeof="foaf:Person" href="http://viaf.org/viaf/24604287/"><span property="foaf:name">Leonardo da Vinci</span></a>
+ The Mona Lisa was painted by <a rel="dcterms:creator" typeof="foaf:Person" href="http://dbpedia.org/resource/Leonardo_da_Vinci"><span property="foaf:name">Leonardo da Vinci</span></a>
and is the subject of this <a rev="dcterms:subject" href="http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619">video document</a>.
</div>
</div>
@@ -1049,7 +1048,7 @@
"@id": "http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619"
},
"dcterms:creator": {
- "@id": "http://viaf.org/viaf/24604287/",
+ "@id": "http://dbpedia.org/resource/Leonardo_da_Vinci",
"@type": "foaf:Person",
"foaf:name": "Leonardo da Vinci"
}
@@ -1101,7 +1100,7 @@
"dcterms:subject": {
"@id": "http://www.wikidata.org/entity/Q12418",
"dcterms:creator": {
- "@id": "http://viaf.org/viaf/24604287/",
+ "@id": "http://dbpedia.org/resource/Leonardo_da_Vinci",
"@type": "foaf:Person",
"foaf:name": "Leonardo da Vinci"
}
@@ -1127,9 +1126,9 @@
<http://example.org/bob#me> <http://xmlns.com/foaf/0.1/knows> <http://example.org/alice#me>.
<http://example.org/bob#me> <http://schema.org/birthDate> "1990-07-04"^^<http://www.w3.org/2001/XMLSchema#date>.
<http://example.org/bob#me> <http://xmlns.com/foaf/0.1/topic_interest> <http://www.wikidata.org/entity/Q12418>.
-<http://viaf.org/viaf/24604287/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>.
-<http://viaf.org/viaf/24604287/> <http://xmlns.com/foaf/0.1/name> "Leonardo da Vinci".
-<http://www.wikidata.org/entity/Q12418> <http://purl.org/dc/terms/creator> <http://viaf.org/viaf/24604287/>.
+<http://dbpedia.org/resource/Leonardo_da_Vinci> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>.
+<http://dbpedia.org/resource/Leonardo_da_Vinci> <http://xmlns.com/foaf/0.1/name> "Leonardo da Vinci".
+<http://www.wikidata.org/entity/Q12418> <http://purl.org/dc/terms/creator> <http://dbpedia.org/resource/Leonardo_da_Vinci>.
<http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619> <http://purl.org/dc/terms/subject> <http://www.wikidata.org/entity/Q12418>.
</pre>
@@ -1146,9 +1145,9 @@
<http://example.org/bob#me> <http://xmlns.com/foaf/0.1/knows> <http://example.org/alice#me> <http://example.org/bob> .
<http://example.org/bob#me> <http://schema.org/birthDate> "1990-07-04"^^<http://www.w3.org/2001/XMLSchema#date> <http://example.org/bob> .
<http://example.org/bob#me> <http://xmlns.com/foaf/0.1/topic_interest> <http://www.wikidata.org/entity/Q12418> <http://example.org/bob> .
-<http://viaf.org/viaf/24604287/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <https://www.wikidata.org/wiki/Special:EntityData/Q12418> .
-<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://dbpedia.org/resource/Leonardo_da_Vinci> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <https://www.wikidata.org/wiki/Special:EntityData/Q12418> .
+<http://dbpedia.org/resource/Leonardo_da_Vinci> <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://dbpedia.org/resource/Leonardo_da_Vinci> <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/> .
@@ -1176,11 +1175,11 @@
<foaf:knows rdf:resource="http://example.org/alice#me"/>
<foaf:topic_interest rdf:resource="http://www.wikidata.org/entity/Q12418"/>
</foaf:Person>
- <foaf:Person rdf:about="http://viaf.org/viaf/24604287/">
+ <foaf:Person rdf:about="http://dbpedia.org/resource/Leonardo_da_Vinci">
<foaf:name>Leonardo da Vinci</foaf:name>
</foaf:Person>
<rdf:Description rdf:about="http://www.wikidata.org/entity/Q12418">
- <dcterms:creator rdf:resource="http://viaf.org/viaf/24604287/"/>
+ <dcterms:creator rdf:resource="http://dbpedia.org/resource/Leonardo_da_Vinci"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619">
<dcterms:subject rdf:resource="http://www.wikidata.org/entity/Q12418"/>