--- a/rdf-xml/index.html Mon Dec 09 15:56:02 2013 +0100
+++ b/rdf-xml/index.html Mon Dec 09 16:19:08 2013 +0100
@@ -11,7 +11,7 @@
specStatus: "PER",
// the specification's short name, as in http://www.w3.org/TR/short-name/
- shortName: "rdf-syntax",
+ shortName: "rdf-syntax-grammar",
// if your specification has a subtitle that goes below the main
// formal title, define it here
@@ -42,7 +42,7 @@
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
- extraCSS: ["http://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/css/respec.css"],
+ // extraCSS: ["http://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/css/respec.css"],
// editors, add as many as you like
// only "name" is required
@@ -152,7 +152,7 @@
comparison of the resulting RDF graphs have shown that there was
ambiguity — implementations generated different graphs and certain
syntax forms were not widely implemented.</p>
- ->
+ -->
<p>This document revises the original RDF/XML gramma [[RDFMS]]
in terms of XML Information Set [[!INFOSET]] information items which moves
@@ -355,27 +355,20 @@
property elements.
</p>
- <div class="exampleOuter">
- <div class="figure"><a id="example1">Example 1: Striped RDF/XML (<span class="nodeStripe">nodes</span> and <span class="arcStripe">predicate arcs</span>)</a></div>
-
- <div class="exampleInner">
- <div class="preExample">
- <code>
- <span class="nodeStripe"><rdf:Description></span><br />
- <span class="arcStripe"><ex:editor></span><br />
- <span class="nodeStripe"><rdf:Description></span><br />
- <span class="arcStripe"><ex:homePage></span><br />
- <span class="nodeStripe"><rdf:Description></span><br />
- <span class="nodeStripe"></rdf:Description></span><br />
- <span class="arcStripe"></ex:homePage></span><br />
-
- <span class="nodeStripe"></rdf:Description></span><br />
- <span class="arcStripe"></ex:editor></span><br />
- <span class="nodeStripe"></rdf:Description></span><br />
- </code>
- </div>
- </div>
- </div>
+ <pre class-"example" id="example1">
+ <!-- Striped RDF/XML (nodes and predicate arcs) -->
+
+ <code><rdf:Description></code>
+ <ex:editor>
+ <rdf:Description>
+ <ex:homePage>
+ <rdf:Description>
+ </rdf:Description>
+ </ex:homePage>
+ </rdf:Description>
+ </ex:editor>
+ </rdf:Description>
+ </pre>
<p>The <a href="#figure2">Figure 2</a> graph consists of some nodes
that are