- From: Jeremy Carroll <jjc@hplb.hpl.hp.com>
- Date: Fri, 4 Apr 2003 13:26:35 +0200
- To: <Patrick.Stickler@nokia.com>, <dave.beckett@bristol.ac.uk>
- Cc: <jjc@hplb.hpl.hp.com>, <bwm@hplb.hpl.hp.com>, <w3c-rdfcore-wg@w3.org>
Sorry I messed up. Parser Test cases tex01/test002.rdf was wrong, this version fixes tex01/test001.rdf <rdf:RDF> <rdf:Description xml:lang="en-us" eg:p="foo"/> </rdf:RDF> tex01/test001.nt _:a eg:p "foo"@en-us . _:a eg:p "foo"@en-US . tex01/test002.rdf <rdf:RDF> <rdf:Description rdf:nodeID="a" xml:lang="en-US" eg:p="foo"/> <rdf:Description rdf:nodeID="a" xml:lang="en-us" eg:p="foo"/> </rdf:RDF> tex01/test002.nt _:a eg:p "foo"@en-US . > Creating four tests: > > test001.rdf = test001.nt > test001.rdf = test002.nt > test002.rdf = test001.nt > test002.rdf = test002.nt
Received on Friday, 4 April 2003 06:26:59 UTC