update
authorGuus Schreiber <guus.schreiber@vu.nl>
Sun, 15 Dec 2013 23:49:42 +0100
changeset 1584 c7e709f16ffd
parent 1583 76a8f0ca4ac2
child 1585 1c7d9b1d869e
update
rdf-primer/Overview.html
--- a/rdf-primer/Overview.html	Sun Dec 15 23:46:52 2013 +0100
+++ b/rdf-primer/Overview.html	Sun Dec 15 23:49:42 2013 +0100
@@ -380,7 +380,9 @@
     <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_1"><span>Note</span></div><p class="">This primer is an informative document. The
     purpose is to give a light-weight overview of RDF 1.1.
     Secs. 3-5 can be used as a minimalist introduction into the key
-    elements of RDF.</p></div> 
+    elements of RDF. Changes between RDF 1.1
+    and RDF 1.0 (2004 version) are summarized in the separate document &quot;What's New in RDF
+    1.1&quot; [<cite><a class="bibref" href="#bib-RDF11-NEW">RDF11-NEW</a></cite>].</p></div> 
       
     <p>The Resource Description Framework (RDF) is a framework for
     describing information about <strong>resources</strong> in the World Wide Web,
@@ -697,7 +699,7 @@
       [<cite><a class="bibref" href="#bib-RDF11-DATASETS">RDF11-DATASETS</a></cite>]. In this example dataset we assume graph
       names represent the source of the RDF data held within the
       corresponding graphs, i.e. by retrieving
-      <code><http: bob="" example.org=""></http:></code> we would get access to the four triples
+      <code>&lt;http://example.org/bob&gt;</code> we would get access to the four triples
       in that graph. In the example default graph we associate provenance
       information (publisher, license) with the
       <code><http: bob="" example.org=""></http:></code> graph.</p> 
@@ -978,11 +980,10 @@
 <p>Below is sample Turtle syntax for blank nodes, using the
 earlier cypress-tree example:</p>  
 
-<div class="example"><div class="example-title"><span>Example 4</span></div><pre class="example">@prefix dbpedia: &lt;http://dbpedia.org/resource/&gt; .
-@prefix lio: &lt;http://purl.org/net/lio#&gt; . 
+<div class="example"><div class="example-title"><span>Example 4</span></div><pre class="example">@prefix lio: &lt;http://purl.org/net/lio#&gt; . 
 
-dbpedia:Mona_Lisa lio:shows _:x .
-_:x a dbpedia:Cypress .</pre></div>
+&lt;http://dbpedia.org/resource/Mona_Lisa&gt; lio:shows _:x .
+_:x a &lt;http://dbpedia.org/resource/Cypress&gt; .</pre></div>
 
 <p>The term <code>_:x</code> is a blank node. It represents some
 unnamed tree depicted in the Mona Lisa painting and belonging to the
@@ -1573,4 +1574,5 @@
 </dd><dt id="bib-RDF-PRIMER">[RDF-PRIMER]</dt><dd rel="dcterms:references">Frank Manola; Eric Miller. <a href="http://www.w3.org/TR/rdf-primer/"><cite>RDF Primer</cite></a>. 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/rdf-primer/">http://www.w3.org/TR/rdf-primer/</a>
 </dd><dt id="bib-RDF-SYNTAX-GRAMMAR">[RDF-SYNTAX-GRAMMAR]</dt><dd rel="dcterms:references">Dave Beckett. <a href="http://www.w3.org/TR/rdf-syntax-grammar"><cite>RDF/XML Syntax Specification (Revised)</cite></a>. 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/rdf-syntax-grammar">http://www.w3.org/TR/rdf-syntax-grammar</a>
 </dd><dt id="bib-RDF11-DATASETS">[RDF11-DATASETS]</dt><dd rel="dcterms:references">Antoine Zimmermann. <cite><a href="http://www.w3.org/TR/rdf11-datasets/">RDF 1.1: On Semantics of Datasets</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href="http://www.w3.org/TR/rdf11-datasets/">http://www.w3.org/TR/rdf11-datasets/</a>.
+</dd><dt id="bib-RDF11-NEW">[RDF11-NEW]</dt><dd rel="dcterms:references">David Wood. <cite><a href="http://www.w3.org/TR/rdf11-new/">What’s New in RDF 1.1</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href="http://www.w3.org/TR/rdf11-new/">http://www.w3.org/TR/rdf11-new/</a>.
 </dd></dl></section></section></body></html>
\ No newline at end of file