[Errata] in RDF-SPARQL-PROTOCOL

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. "&gt;") in the HTML  
source.

hih,

JJS.

Received on Monday, 7 April 2008 17:30:55 UTC