[rdf/json]: fixed example
authorArnaud Le Hors <lehors@us.ibm.com>
Mon, 12 Aug 2013 23:23:03 +0100
changeset 983 f0b9892ee5f6
parent 982 0d2c8b830c9f
child 984 d4dd6766cebe
child 990 b7a75c351fd3
[rdf/json]: fixed example
rdf-json/index.html
--- a/rdf-json/index.html	Mon Aug 12 23:03:35 2013 +0100
+++ b/rdf-json/index.html	Mon Aug 12 23:23:03 2013 +0100
@@ -349,7 +349,7 @@
     <p>This is equivalent to the following N-Triples:</p>
     <pre class="example">
       _:anna &lt;http://xmlns.com/foaf/0.1/name> "Anna" .
-      _:anna &lt;http://xmlns.com/foaf/0.1/homepage> <http://example.org/anna> .
+      _:anna &lt;http://xmlns.com/foaf/0.1/homepage> &lt;http://example.org/anna> .
     </pre>