recreated sections of part 2
authorfgandon@strongy.inria.fr
Wed, 08 Feb 2012 19:03:30 +0100
changeset 200 3ef1b4f35004
parent 199 ab9f3dfa5e06
child 201 1b0258684a8e
child 204 f6311ba4d3bb
recreated sections of part 2
rdf-xml/index.html
--- a/rdf-xml/index.html	Wed Feb 08 18:05:06 2012 +0100
+++ b/rdf-xml/index.html	Wed Feb 08 19:03:30 2012 +0100
@@ -133,7 +133,7 @@
 </section>
 
 
-<section id="section-Introduction" class="informative">
+<section id="section-Introduction">
     <h2>Introduction</h2>
     <a id="section-Syntax-more" name="section-Syntax-more"></a>
     <p>This document defines the
@@ -183,9 +183,9 @@
 </section>
 
 
-
-
-<section id="section-Syntax" class="informative">
+<!-- FIRST PART : THE SYNTAX -->
+
+<section id="section-Syntax">
   <h2>An XML Syntax for RDF</h2>
   <p>This section introduces the RDF/XML syntax, describes how it
    encodes RDF graphs and explains this with examples.  If there is any
@@ -196,8 +196,10 @@
    latter two sections take precedence.
   </p>
 
-
-    <h3><a id="section-Syntax-intro" name="section-Syntax-intro">2.1 Introduction</a></h3>
+    <!-- intro -->
+	
+    <section id="section-Syntax-intro">
+    <h3>Introduction</h3>
 
     <p>The
     <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/">RDF Concepts and Abstract Syntax</a> <a href="#ref-rdf-concepts">[RDF-CONCEPTS]</a>
@@ -277,8 +279,12 @@
     <p>Several RDF/XML examples are given in the following sections
     building up to complete RDF/XML documents.  <a href="#example7">Example 7</a>
     is the first complete RDF/XML document.</p>
-
-    <h3><a id="section-Syntax-node-property-elements" name="section-Syntax-node-property-elements">2.2 Node Elements and Property Elements</a></h3>
+    </section>
+	
+	
+	<!-- node and property elements -->
+	<section id="section-Syntax-node-property-elements">
+    <h3>Node Elements and Property Elements</h3>
 
 
     <div class="figure">
@@ -424,9 +430,11 @@
 
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-multiple-property-elements" name="section-Syntax-multiple-property-elements">2.3 Multiple Property Elements</a></h3>
+    </section>
+	
+	<!-- multiple properties -->
+	<section id="section-Syntax-multiple-property-elements" >
+    <h3>Multiple Property Elements</h3>
 
     <p>There are several abbreviations that can be used to make common
     uses easier to write down.  In particular, it is common that a
@@ -469,9 +477,11 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-empty-property-elements" name="section-Syntax-empty-property-elements">2.4 Empty Property Elements</a></h3>
+    </section>
+
+	<!-- empty property elements -->
+	<section id="section-Syntax-empty-property-elements">
+    <h3>Empty Property Elements</h3>
 
     <p>When a predicate arc in an RDF graph points to an object node which has no
     further predicate arcs, which appears in RDF/XML as an empty node element
@@ -510,9 +520,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-property-attributes" name="section-Syntax-property-attributes">2.5 Property Attributes</a></h3>
+    </section>
+
+	<section id="section-Syntax-property-attributes">
+    <h3>Property Attributes</h3>
 
     <p>When a property element's content is string literal,
     it may be possible to use it as an XML attribute on the
@@ -555,9 +566,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-complete-document" name="section-Syntax-complete-document">2.6 Completing the Document: Document Element and XML Declaration</a></h3>
+    </section>
+
+	<section id="section-Syntax-complete-document">
+    <h3>Completing the Document: Document Element and XML Declaration</h3>
 
     <p>To create a complete RDF/XML document, the serialization of the
     graph into XML is usually contained inside an <code>rdf:RDF</code>
@@ -609,9 +621,10 @@
 
     <code>rdf:Description</code> inside <code>rdf:RDF</code> but this
     is not shown here.</p>
-
-
-    <h3><a id="section-Syntax-languages" name="section-Syntax-languages">2.7 Languages: <code>xml:lang</code></a></h3>
+    </section>
+
+	<section id="section-Syntax-languages">
+    <h3>Languages: <code>xml:lang</code></h3>
 
     <p>RDF/XML permits the use of the <code>xml:lang</code> attribute as defined by
 
@@ -631,7 +644,6 @@
     <p>Some examples of marking content languages for RDF properties are shown in
     <a href="#example8">Example 8</a>:</p>
 
-
     <div class="exampleOuter">
     <div class="figure"><a id="example8" name="example8">Example 8: Complete example of <code>xml:lang</code></a> (<a href="example08.rdf">example08.rdf</a> output <a href="example08.nt">example08.nt</a>)</div>
 
@@ -659,10 +671,10 @@
 
     </div>
     </div>
-
-
-
-    <h3><a id="section-Syntax-XML-literals" name="section-Syntax-XML-literals">2.8 XML Literals: <code>rdf:parseType="Literal"</code></a></h3>
+    </section>
+
+    <section id="section-Syntax-XML-literals">
+    <h3>XML Literals: <code>rdf:parseType="Literal"</code></h3>
 
     <p>RDF allows 
     <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-rdf-XMLLiteral">XML literals</a>
@@ -710,9 +722,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-datatyped-literals" name="section-Syntax-datatyped-literals">2.9 Typed Literals: <code>rdf:datatype</code></a></h3>
+    </section>
+	
+    <section id="section-Syntax-datatyped-literals">
+    <h3>Typed Literals: <code>rdf:datatype</code></h3>
 
     <p>RDF allows
     <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-typed-literal">typed literals</a>
@@ -761,10 +774,10 @@
     </pre>
     </div>
     </div>
-
-
-
-    <h3><a id="section-Syntax-blank-nodes" name="section-Syntax-blank-nodes">2.10 Identifying Blank Nodes: <code>rdf:nodeID</code></a></h3>
+    </section>
+
+    <section id="section-Syntax-blank-nodes">
+    <h3>Identifying Blank Nodes: <code>rdf:nodeID</code></h3>
 
     <p><a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-blank-node">Blank nodes</a> in the RDF graph are distinct but have no 
     <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-URI-reference">RDF URI reference</a> identifier.
@@ -816,9 +829,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-parsetype-resource" name="section-Syntax-parsetype-resource">2.11 Omitting Blank Nodes: <code>rdf:parseType="Resource"</code></a></h3>
+    </section>
+	
+    <section id="section-Syntax-parsetype-resource">
+    <h3>Omitting Blank Nodes: <code>rdf:parseType="Resource"</code></h3>
 
     <p><a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-blank-node">Blank nodes</a> (not <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-URI-reference">RDF URI reference</a> nodes) in RDF graphs can be written
     in a form that allows the
@@ -862,9 +876,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-property-attributes-on-property-element" name="section-Syntax-property-attributes-on-property-element">2.12 Omitting Nodes: Property Attributes on an empty Property Element</a></h3>
+    </section>
+
+	<section id="section-Syntax-property-attributes-on-property-element">
+    <h3>Omitting Nodes: Property Attributes on an empty Property Element</h3>
 
     <p>If all of the property elements on a blank node element have
     string literal values with the same in-scope <code>xml:lang</code>
@@ -911,9 +926,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-typed-nodes" name="section-Syntax-typed-nodes">2.13 Typed Node Elements</a></h3>
+    </section>
+
+	<section id="section-Syntax-typed-nodes">
+    <h3>Typed Node Elements</h3>
 
     <p>It is common for RDF graphs to have <code>rdf:type</code> predicates
     from subject nodes.  These are conventionally called <em>typed
@@ -974,9 +990,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-ID-xml-base" name="section-Syntax-ID-xml-base">2.14 Abbreviating URIs: <code>rdf:ID</code> and <code>xml:base</code></a></h3>
+    </section>
+
+	<section id="section-Syntax-ID-xml-base">
+    <h3>Abbreviating URIs: <code>rdf:ID</code> and <code>xml:base</code></h3>
 
     <p>RDF/XML allows further abbreviating <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-URI-reference">RDF URI references</a> in XML attributes in two
     ways.  The XML Infoset provides a base URI attribute <code>xml:base</code>
@@ -1029,10 +1046,10 @@
     </pre>
     </div>
     </div>
-
-
-
-    <h3><a id="section-Syntax-list-elements" name="section-Syntax-list-elements">2.15 Container Membership Property Elements: <code>rdf:li</code> and <code>rdf:_</code><em>n</em></a></h3>
+    </section>
+
+    <section id="section-Syntax-list-elements">
+    <h3>Container Membership Property Elements: <code>rdf:li</code> and <code>rdf:_</code><em>n</em></h3>
 
     <p>RDF has a set of container membership properties
     and corresponding property elements that are mostly used with
@@ -1089,9 +1106,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-parsetype-Collection" name="section-Syntax-parsetype-Collection">2.16 Collections: <code>rdf:parseType="Collection"</code></a></h3>
+    </section>
+
+	<section id="section-Syntax-parsetype-Collection">
+    <h3>Collections: <code>rdf:parseType="Collection"</code></h3>
 
     <p>RDF/XML allows an <code>rdf:parseType="Collection"</code>
 
@@ -1131,9 +1149,10 @@
     </pre>
     </div>
     </div>
-
-
-    <h3><a id="section-Syntax-reifying" name="section-Syntax-reifying">2.17 Reifying Statements: <code>rdf:ID</code></a></h3>
+    </section>
+
+	<section id="section-Syntax-reifying">
+    <h3>Reifying Statements: <code>rdf:ID</code></h3>
 
     <p>The <code>rdf:ID</code> attribute can be used on a property
     element to reify the triple that it generates (See
@@ -1176,7 +1195,7 @@
     </pre>
     </div>
     </div>
-
+    </section>
 
 </section>