example
authorGuus Schreiber <guus.schreiber@vu.nl>
Mon, 09 Dec 2013 17:50:47 +0100
changeset 1500 96f490ec53dc
parent 1499 f58b172ce780
child 1501 16df8b5dac1b
example
rdf-xml/index.html
--- a/rdf-xml/index.html	Mon Dec 09 17:33:43 2013 +0100
+++ b/rdf-xml/index.html	Mon Dec 09 17:50:47 2013 +0100
@@ -358,7 +358,7 @@
         </p>
 
         <pre class="example" id="example1">
-        &lt;!-- Striped RDF/XML (nodes and predicate arcs) --&gt;
+        <strong>Striped RDF/XML (nodes and predicate arcs)</strong>
 	
         <code>&lt;rdf:Description&gt;</code>
           &lt;ex:editor&gt;
@@ -582,7 +582,7 @@
         in <a href="#example7">Example 7</a>:</p>
 
         <pre class="example" id="example7">
-        &lt;!-- Complete RDF/XML description of Figure 1 graph 
+       <strong>Complete RDF/XML description of Figure 1 graph 
 	     (<a href="example07.rdf">example07.rdf</a> output <a href="example07.nt">example07.nt</a>)
 	--&gt;
 
@@ -631,7 +631,7 @@
         <a href="#example8">Example 8</a>:</p>
 
         <pre class="example" id="example8">
-         &lt;!-- Complete example of <code>xml:lang</code></a> 
+        <strong>Complete example of <code>xml:lang</code></a> 
          (<a href="example08.rdf">example08.rdf</a> output <a href="example08.nt">example08.nt</a>)
          --&gt;
 
@@ -679,7 +679,7 @@
         </p>
 
         <pre class="example" id="example9">
-        &lt;!-- Example 9: Complete example of <code>rdf:parseType="Literal"</code>
+       <strong>Example 9: Complete example of <code>rdf:parseType="Literal"</code>
        (<a href="example09.rdf">example09.rdf</a> output <a href="example09.nt">example09.nt</a>)
        --&gt;
 	  
@@ -830,29 +830,24 @@
         could be alternatively done in this fashion to give
         the form shown in <a href="#example12">Example 12</a>:</p>
 
-
-        <div class="exampleOuter">
-        <div class="figure"><a id="example12">Example 12: Complete example using <code>rdf:parseType="Resource"</code></a> (<a href="example12.rdf">example12.rdf</a> output <a href="example12.nt">example12.nt</a>)</div>
-
-        <div class="exampleInner">
-        <pre class="example" id="example">
-        &lt;?xml version="1.0"?&gt;
-        &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-                 xmlns:dc="http://purl.org/dc/elements/1.1/"
-                 xmlns:ex="http://example.org/stuff/1.0/"&gt;
-          &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+<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>
+	  
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+  &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
                    dc:title="RDF/XML Syntax Specification (Revised)"&gt;
-            &lt;ex:editor rdf:parseType="Resource"&gt;
-              &lt;ex:fullName&gt;Dave Beckett&lt;/ex:fullName&gt;
-
-              &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
-            &lt;/ex:editor&gt;
-          &lt;/rdf:Description&gt;
-        &lt;/rdf:RDF&gt;
-
-        </pre>
-        </div>
-        </div>
+    &lt;ex:editor rdf:parseType="Resource"&gt;
+      &lt;ex:fullName&gt;Dave Beckett&lt;/ex:fullName&gt;
+      &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
+    &lt;/ex:editor&gt;
+  &lt;/rdf:Description&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+
         </section>
 
         <!-- attributes on property elements -->