updated relative links
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 10 Dec 2013 00:23:23 +0100
changeset 1509 62284ba20b76
parent 1508 8556a813aea0
child 1510 b7751fdbaa5f
updated relative links
corrected refs
rdf-xml/index.html
--- a/rdf-xml/index.html	Tue Dec 10 00:00:56 2013 +0100
+++ b/rdf-xml/index.html	Tue Dec 10 00:23:23 2013 +0100
@@ -526,7 +526,7 @@
 
 <pre class="example" id="example7">
 <strong>Complete RDF/XML description of Figure 1 graph 
-(<a href="example07.rdf">example07.rdf</a> output <a href="example07.nt">example07.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example07.rdf">example07.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example07.nt">example07.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -557,7 +557,7 @@
 
         <p>RDF/XML permits the use of the <code>xml:lang</code> attribute as defined by
         <a href="http://www.w3.org/TR/REC-xml#sec-lang-tag">2.12 Language Identification</a>
-        of XML 1.0 [[!XML]]
+        of XML 1.0 [[!XML10]]
         to allow the identification of content language.
         The <code>xml:lang</code> attribute can be used on any node element or property element
         to indicate that the included content is in the given language.  
@@ -574,7 +574,7 @@
 
 <pre class="example" id="example8">
 <strong>Complete example of <code>xml:lang</code>
-(<a href="example08.rdf">example08.rdf</a> output <a href="example08.nt">example08.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example08.rdf">example08.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example08.nt">example08.nt</a>)</strong>
 
 &lt;?xml version="1.0" encoding="utf-8"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -623,7 +623,7 @@
 
 <pre class="example" id="example9">
 <strong>Complete example of <code>rdf:parseType="Literal"</code>
-(<a href="example09.rdf">example09.rdf</a> output <a href="example09.nt">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="example09.nt">http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.nt</a>)</strong>
 	  
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -674,7 +674,7 @@
 
 <pre class="example" id="example10">
 <strong>Complete example of <code>rdf:datatype</code>
-(<a href="example10.rdf">example10.rdf</a>  output <a href="example10.nt">example10.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example10.rdf">example10.rdf</a>,  output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example10.nt">example10.nt</a>)</strong>
 	  
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -720,7 +720,7 @@
 
 <pre class="example" id="example11">
 <strong>Complete RDF/XML description of graph using <code>rdf:nodeID</code> identifying the blank node
-(<a href="example11.rdf">example11.rdf</a>  output <a href="example11.nt">example11.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example11.rdf">example11.rdf</a>,  output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example11.nt">example11.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -766,7 +766,7 @@
 
 <pre class="example" id="example12">
 <strong>Complete example using <code>rdf:parseType="Resource"</code>
-(<a href="example12.rdf">example12.rdf</a>; output: <a href="example12.nt">example12.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example12.rdf">example12.rdf</a>, output: <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example12.nt">example12.nt</a>)</strong>
 	  
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -815,7 +815,7 @@
 
 <pre class="example" id="example13">
 <strong>Complete example of property attributes on an empty property element
-(<a href="example13.rdf">example13.rdf</a> output <a href="example13.nt">example13.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example13.rdf">example13.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example13.nt">example13.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -862,7 +862,7 @@
 
 <pre class="example" id="example14">
 <strong>Complete example with <code>rdf:type</code>
-(<a href="example14.rdf">example14.rdf</a> output <a href="example14.nt">example14.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example14.rdf">example14.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example14.nt">example14.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -878,7 +878,7 @@
 
 <pre class="example" id="example15">
 <strong>Complete example using a typed node element to replace an <code>rdf:type</code>
-(<a href="example15.rdf">example15.rdf</a> output <a href="example15.nt">example15.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example15.rdf">example15.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example15.nt">example15.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -933,7 +933,7 @@
 
 <pre class="example" id="example16">
 <strong>Complete example using <code>rdf:ID</code> and <code>xml:base</code> for shortening URIs
-(<a href="example16.rdf">example16.rdf</a> output <a href="example16.nt">example16.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example16.rdf">example16.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example16.nt">example16.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -974,7 +974,7 @@
 
 <pre class="example" id="example17">
 <strong>Complex example using RDF list properties
-(<a href="example17.rdf">example17.rdf</a> output <a href="example17.nt">example17.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example17.rdf">example17.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example17.nt">example17.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
@@ -990,7 +990,7 @@
 
 <pre class="example" id="example18">
 <strong>Complete example using <code>rdf:li</code> property element for list properties
-(<a href="example18.rdf">example18.rdf</a> output <a href="example18.nt">example18.nt</a>)</strong>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example18.rdf">example18.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example18.nt">example18.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
@@ -1030,7 +1030,7 @@
 
 <pre class="example" id="example19">
 <strong>Complete example of a RDF collection of nodes using <code>rdf:parseType="Collection"</code>
-(<a href="example19.rdf">example19.rdf</a> output <a href="example19.nt">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="example19.nt">http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.nt</a>)</strong>
 
 &lt;?xml version="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -1077,7 +1077,7 @@
 
 <pre class="example" id="exampl20">
 <strong>Complete example of <code>rdf:ID</code> reifying a property element
-(<a href="example20.rdf">example20.rdf</a> output <a href="example20.nt">example20.nt</a>)</strong>
+(<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="1.0"?&gt;
 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -1103,7 +1103,7 @@
       <p>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
         NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in
         this document are to be interpreted as described in
-        RFC 2119 [[RDF2119]].</p>
+        RFC 2119 [[RFC2119]].</p>
 
         <p>All use of string without further qualification refers to
         a Unicode [[UNICODE]] character string; 
@@ -1331,7 +1331,7 @@
         class="arrow">ยท</span></a>. 
         Relative IRIs are resolved into
         IRIs
-        according to the algorithm specified in [[XML Base]] (and RFC 2396).
+        according to the algorithm specified in [[XMLBASE]] (and RFC 2396).
         These specifications do not specify an algorithm for resolving a
         fragment identifier alone, such as <code>#foo</code>, or the empty
         string <code>""</code> into an
@@ -1479,7 +1479,7 @@
  	representation of an RDF graph;
         in particular, it does not require the use of N-Triples [[N-TRIPLES]].</li>
         <li>This specification does not require the use of
-        [[XPATH]] or [[SAX2]]</li>
+        [[XPATH]] or [[SAX]]</li>
         <li>This specification places no constraints on the order in which
         software transforming RDF/XML into a representation of a graph,
         constructs the representation of the graph.</li>
@@ -1494,7 +1494,7 @@
         </p>
 
         <p>The Infoset requires support for
-        XML Base [[XML-BASE]].
+        XML Base [[XMLBASE]].
         RDF/XML uses the information item property [base URI], discussed in
         <a href="#section-baseURIs">section 5.3</a>
         </p>
@@ -2906,7 +2906,7 @@
         subset</a>)</li> 
         <li>Apply <a
         href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/">Exclusive
-        XML Canonicalization</a> [[XML-EXC-XC14N]]) 
+        XML Canonicalization</a> [[XML-EXC-C14N]]) 
         with comments and with empty
         <a href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/#def-InclusiveNamespaces-PrefixList">InclusiveNamespaces PrefixList</a>
         to this node-set to give a sequence of octets <em>s</em>
@@ -3568,10 +3568,12 @@
         <section id="section-RELAXNG-Schema" class="informative">
         <h3>RELAX&#160;NG Compact Schema</h3>
 
-        <p>This is an <a href="rdfxml.rnc">example schema in
+        <p>This is an <a
+        href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rnc">example
+        schema in 
         RELAX&#160;NG Compact</a> (for ease of reading) 
         for RDF/XML.   Applications can also use the
-        <a href="rdfxml.rng">RELAX&#160;NG XML version</a>.
+        <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rng">RELAX&#160;NG XML version</a>.
         These formats are described in
         RELAX&#160;NG [[RELAXNG]] 
         and RELAX&#160;NG Compact</a> [[RELAXNG-COMPACT]].</p>
@@ -3800,12 +3802,15 @@
 	Recommendation version of this document for RDF 1.1.:</p>
 	<ul>
 	  <li>Conversion to ResPec.</li>
-	  <li>Adpted introduction to reflect RDF 1.1</li>
+	  <li>Adapted and shortened introduction to reflect RDF 1.1</li>
 	  <li>Updated references to RDF 1.1 documents</li>
 	  <li>Replaced "(RDF) URI reference" with "IRI"</li>
 	  <li>Removed Section on embedding RDF/XML into HTML</li>
 	  <li>Removed "Specification" from the title to bring it in
 	  line with other RDF 1.1 document titles</li>
+	  <li>Updated references to other documents</li>
+	  <li>Changed links in Sec. 2 examples from relative URI to
+	absolute URI; same for RELAX schema in Appendix.</li>
 	</ul> 
 	  
    </section>