--- a/rdf-primer/index.html Tue Aug 13 18:55:54 2013 +0100
+++ b/rdf-primer/index.html Tue Aug 13 19:19:50 2013 +0100
@@ -221,7 +221,7 @@
<Bob> <is born on> <the 4th of July 1990>.
<Bob> <likes> <the Mona Lisa>.
<Leonardo da Vinci> <is the creator of> <the Mona Lisa>.
- <the Mona Lisa> <is on display in> <the Louvre>.
+ <This video document> <is about> <the Mona Lisa>
</pre>
<p>Because RDF statements consist of three elements they are called
@@ -259,14 +259,14 @@
in RFC 3987 [[!RFC3987]]. They can be used to identify both documents
(e.g. a Web page) and things (e.g. a person). </p>
- <p>For example, the IRI for the "Mona Lisa" painting in the <a href="http://www.europeana.eu/">Europeana</a>
- digital library is:</p>
+ <p>For example, the IRI for the "Mona Lisa" painting in <a href="http://www.wikidata.org/">Wikidata</a>
+ is:</p>
- <pre>http://data.europeana.eu/item/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8</pre>
+ <pre>http://www.wikidata.org/entity/Q12418</pre>
- <p>The IRI for a Web page about this painting in Europeana is:</p>
+ <p>The IRI for a Web page about this painting in Wikidata is:</p>
- <pre>http://www.europeana.eu/portal/record/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8.html</pre>
+ <pre>http://www.wikidata.org/wiki/Q12418</pre>
</section>
@@ -308,12 +308,12 @@
<Bob> <likes> <the Mona Lisa>.
</pre>
- <p>A second graph could be provided by <a href="http://www.europeana.eu/">Europeana</a>
- and identified by <code>http://data.europeana.eu/data/item/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8</code>:</p>
+ <p>A second graph could be provided by <a href="http://www.wikidata.org/">Wikidata</a>
+ and identified by <code>https://www.wikidata.org/wiki/Special:EntityData/Q12418</code>:</p>
<pre>
<Leonardo da Vinci> <is the creator of> <the Mona Lisa>.
- <The Mona Lisa> <is on display in> <the Louvre>.
+ <This video document> <is about> <the Mona Lisa>
</pre>
<p>We can then make statements about these two graphs, for example adding license and provenance
@@ -355,11 +355,11 @@
<http://example.org/alice#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>.
<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/made> <http://example.org/#the-mona-lisa>.
+<http://viaf.org/viaf/24604287/> <http://xmlns.com/foaf/0.1/made> <http://www.wikidata.org/entity/Q12418>.
<http://viaf.org/viaf/24604287/> <http://xmlns.com/foaf/0.1/name> "Leonardo da Vinci" .
-<http://www.wikidata.org/entity/Q12418> <http://example.org/#on-display-in> <http://example.org/#the-louvre>.
-<http://example.org/bob#me> <http://example.org/#likes> <http://example.org/#the-mona-lisa>.
+<http://data.europeana.eu/item/04802/243FA8618938F4117025F17A8B813C5F9AA4D619> <http://purl.org/dc/terms/subject> <http://www.wikidata.org/entity/Q12418>.
</pre>
<p>N-Triples is often used for RDF examples, exchanging large RDF datasets, and processing large RDF graphs
@@ -500,7 +500,7 @@
a foaf:Person .
}
-<http://data.europeana.eu/data/item/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8>
+<https://www.wikidata.org/wiki/Special:EntityData/Q12418>
{
:da-vinci
a foaf:Person ;