update
authorGuus Schreiber <guus.schreiber@vu.nl>
Wed, 11 Dec 2013 15:19:06 +0100
changeset 1524 765a2c5e4b78
parent 1523 f7dd9838c17c
child 1525 9c292c435916
update
rdf-xml/Overview.html
--- a/rdf-xml/Overview.html	Wed Dec 11 15:01:35 2013 +0100
+++ b/rdf-xml/Overview.html	Wed Dec 11 15:19:06 2013 +0100
@@ -251,6 +251,13 @@
   </dl>
   
   
+    <p>
+      
+        This document is also available in this non-normative format:
+      
+      <a href="diff.html" rel="alternate">diff w.r.t. 2004 Recommendation</a>
+    </p>
+  
   
   
     
@@ -861,7 +868,7 @@
         </p>
 
 <div class="example"><div class="example-title"><span>Example 9</span></div><pre id="example9" class="example"><strong>Complete example of <code>rdf:parseType=&quot;Literal&quot;</code>
-(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.rdf">example09.rdf</a>, output <a href="example09.nt">http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.rdf">example09.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.nt">example09.nt</a>)</strong>
 	  
 &lt;?xml version=&quot;1.0&quot;?&gt;
 &lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
@@ -1264,7 +1271,7 @@
         property element using this form.</p>
 
 <div class="example"><div class="example-title"><span>Example 19</span></div><pre id="example19" class="example"><strong>Complete example of a RDF collection of nodes using <code>rdf:parseType=&quot;Collection&quot;</code>
-(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.rdf">example19.rdf</a>, output <a href="example19.nt">http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.rdf">example19.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.nt">example19.nt</a>)</strong>
 
 &lt;?xml version=&quot;1.0&quot;?&gt;
 &lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
@@ -1310,7 +1317,7 @@
         property element giving the reified triple the
         IRI <code>http://example.org/triples/#triple1</code>.</p>
 
-<div class="example"><div class="example-title"><span>Example 20</span></div><pre id="exampl20" class="example"><strong>Complete example of <code>rdf:ID</code> reifying a property element
+<div class="example"><div class="example-title"><span>Example 20</span></div><pre id="example20" class="example"><strong>Complete example of <code>rdf:ID</code> reifying a property element
 (<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example20.rdf">example20.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example20.nt">example20.nt</a>)</strong>
 
 &lt;?xml version=&quot;1.0&quot;?&gt;
@@ -1515,14 +1522,14 @@
         <code>foo:bar</code> would correspond to the IRI
         <code>http://example.org/somewhere/bar</code>.  Note that this
         restricts which
-        IRIs can be made and the same URI can be given in multiple ways.</p>
+        IRIs can be made and the same IRI can be given in multiple ways.</p>
 
         <p>The <a href="#idAttr"><code>rdf:ID</code></a> values
         are transformed into
         IRIs
         by appending the attribute value to the result of appending
         &quot;#&quot; to the in-scope base URI which is defined in
-        <a href="#section-baseURIs">Section 5.3 Resolving URIs</a></p>
+        <a href="#section-baseURIs">Section 5.3 Resolving IRIs</a></p>
         </dd>
 
         <dt>Literal</dt>
@@ -3726,7 +3733,7 @@
         <dl>
           <dt>Use property names that cannot be turned into XML namespace-qualified names.<br /></dt>
           <dd>An XML namespace-qualified name
-          (<a href="http://www.w3.org/TR/REC-xml-names/#dt-qname">QName</a>)
+          (<a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">QName</a>)
           has restrictions on the legal characters such that not all property URIs
           can be expressed as these names.
           It is recommended that implementors of <abbr title="Resource Description Framework">RDF</abbr> serializers, in order to
@@ -3771,13 +3778,15 @@
         <a href="http://www.w3.org/TR/SVG/metadata.html">Section 21 Metadata</a>
 
         of the
-        <a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">Scalable Vector Graphics (SVG) 1.0 Specification</a>
-        <a href="#ref-svg">[SVG]</a>
+        <a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">Scalable
+        Vector Graphics (SVG) 1.0 Specification</a> 
+        [<cite><a class="bibref" href="#bib-SVG10">SVG10</a></cite>]
         and
         <a href="http://www.w3.org/TR/SVG11/metadata.html">Section 21 Metadata</a>
         of the
-        <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">Scalable Vector Graphics (SVG) 1.1 Specification</a>
-        <a href="#ref-svg11">[SVG11]</a>.
+        <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">Scalable
+        Vector Graphics (SVG) 1.1 Specification</a> 
+        [<cite><a class="bibref" href="#bib-SVG11">SVG11</a></cite>].
 
         </p>
 
@@ -4126,6 +4135,8 @@
 	  <li>Removed ID and datatype exclusion on literal
 	property</li>
 	  <li>Added note to section on plain-literal event</li>
+	  <li>Updated link to QName definition in XML-NAMES</li>
+	  <li>Added diff with 2004 Recommendation</li>
 	</ul> 
 	  
         </section>
@@ -4248,7 +4259,9 @@
 </dd><dt id="bib-RFC3986">[RFC3986]</dt><dd rel="dcterms:references">T. Berners-Lee; R. Fielding; L. Masinter. <a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>Uniform Resource Identifier (URI): Generic Syntax (RFC 3986)</cite></a>. January 2005. RFC. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a>
 </dd><dt id="bib-SAX">[SAX]</dt><dd rel="dcterms:references">D. Megginson, et al. <a href="http://www.megginson.com/downloads/SAX/"><cite>SAX: The Simple API for XML</cite></a>. May 1998. URL: <a href="http://www.megginson.com/downloads/SAX/"> http://www.megginson.com/downloads/SAX/</a>
 </dd><dt id="bib-STRIPEDRDF">[STRIPEDRDF]</dt><dd rel="dcterms:references">D. Brickley. <cite><a href="http://www.w3.org/2001/10/stripes/">RDF: Understanding the Striped RDF/XML Syntax</a>. W3C, 2001. URI: <a href="http://www.w3.org/2001/10/stripes/">http://www.w3.org/2001/10/stripes/</a>.
-</cite></dd><dt id="bib-UNICODE">[UNICODE]</dt><dd rel="dcterms:references"><a href="http://www.unicode.org/versions/latest/"><cite>The Unicode Standard</cite></a>. URL: <a href="http://www.unicode.org/versions/latest/">http://www.unicode.org/versions/latest/</a>
+</cite></dd><dt id="bib-SVG10">[SVG10]</dt><dd rel="dcterms:references">Jon Ferraiolo. <a href="http://www.w3.org/TR/SVG/"><cite>Scalable Vector Graphics (SVG) 1.0 Specification</cite></a>. 4 September 2001. W3C Recommendation. URL: <a href="http://www.w3.org/TR/SVG/">http://www.w3.org/TR/SVG/</a>
+</dd><dt id="bib-SVG11">[SVG11]</dt><dd rel="dcterms:references">Erik Dahlström; Patrick Dengler; Anthony Grasso; Chris Lilley; Cameron McCormack; Doug Schepers; Jonathan Watt; Jon Ferraiolo; Jun Fujisawa; Dean Jackson et al. <a href="http://www.w3.org/TR/SVG11/"><cite>Scalable Vector Graphics (SVG) 1.1 (Second Edition)</cite></a>. 16 August 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a>
+</dd><dt id="bib-UNICODE">[UNICODE]</dt><dd rel="dcterms:references"><a href="http://www.unicode.org/versions/latest/"><cite>The Unicode Standard</cite></a>. URL: <a href="http://www.unicode.org/versions/latest/">http://www.unicode.org/versions/latest/</a>
 </dd><dt id="bib-XML-EXC-C14N">[XML-EXC-C14N]</dt><dd rel="dcterms:references">John Boyer; Donald Eastlake; Joseph Reagle. <a href="http://www.w3.org/TR/xml-exc-c14n"><cite>Exclusive XML Canonicalization Version 1.0</cite></a>. 18 July 2002. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a>
 </dd><dt id="bib-XMLBASE">[XMLBASE]</dt><dd rel="dcterms:references">Jonathan Marsh; Richard Tobin. <a href="http://www.w3.org/TR/xmlbase/"><cite>XML Base (Second Edition)</cite></a>. 28 January 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
 </dd><dt id="bib-XMLSCHEMA-1">[XMLSCHEMA-1]</dt><dd rel="dcterms:references">Henry Thompson; David Beech; Murray Maloney; Noah Mendelsohn et al. <a href="http://www.w3.org/TR/xmlschema-1/"><cite>XML Schema Part 1: Structures Second Edition</cite></a>. 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlschema-1/">http://www.w3.org/TR/xmlschema-1/</a>