- From: Graham Klyne <gk@ninebynine.org>
- Date: Thu, 07 Apr 2005 14:23:06 +0100
- To: www-rdf-validator@w3.org
report=I believe that the N-triple output format here is incorrect: "val" ^^http://example.org/mybase/type should be: "val"^^<http://example.org/mybase/type> (Two errors: angle brackets around datatype URI and disallowed space.) see: http://www.w3.org/TR/rdf-testcases/#datatypeString http://www.w3.org/TR/rdf-testcases/#uriref #g -- Validation Results Your RDF document validated successfully. Triples of the Data Model in N-Triples Format (Sub, Pred, Obj) <http://example.org/mybase/subj> <http://example.org/ex/prop> "val" ^^http://example.org/mybase/type. The original RDF/XML document 1: <?xml version="1.0"?> 2: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 3: xmlns:ex="http://example.org/ex/" 4: xml:base="http://example.org/mybase/" 5: > 6: <rdf:Description rdf:about="subj"> 7: <ex:prop rdf:datatype="type">val</ex:prop> 8: </rdf:Description> 9: </rdf:RDF> 10: ------------ Graham Klyne For email: http://www.ninebynine.org/#Contact
Received on Thursday, 7 April 2005 13:22:39 UTC