- From: Jean-Jacques SOLARI <jjsolari@pobox.com>
- Date: Mon, 7 Apr 2008 19:29:54 +0200
- To: public-rdf-dawg-comments@w3.org
Received on Monday, 7 April 2008 17:30:55 UTC
Hello,
There are a few typos in "SPARQL Protocol for RDF":
+++
<http://www.w3.org/TR/rdf-sparql-protocol/#describe-simple>
In section 2.1.1.5 DESCRIBE with simple RDF dataset, server response:
[ ... ]
<?xml version="1.0"?>
<rdf:RDF ...
<rdf:Description rdf:about="http://www.example/book/book6">
<dc:title>Example Book #6 </dc:title>
</rdf:Description>
</rdf:RDF>
An ending tag character ">" is missing; this should read:
<rdf:RDF ... >
+++
Also most (if not all) ending tag characters ">" in <pre> formatted
exemples are written as-is;
they should appear as character entities (ie. ">") in the HTML
source.
hih,
JJS.
Received on Monday, 7 April 2008 17:30:55 UTC