- From: Arjohn Kampman <arjohn.kampman@castel.nl>
- Date: Tue, 19 Nov 2002 15:41:44 +0100
- To: www-rdf-comments@w3.org
While testing Sesame's RDF parser on the files in approved_20021112.zip,
I found a number of differences between the output of the parser and the
output that is suggested by the latest approved RDF Test Cases (12 Nov
2002). I think these differences are the result of the changes in the
specification, which make a number of test cases obsolete. Can someone
verify the correctness of the following test case files?
* rdf-ns-prefix-confusion/test0007.rdf
rdf:aboutEach has been removed from the language. This test
file should generate an error and not the triples from
test0007.nt.
* rdf-containers-syntax-vs-schema/test004.nt,
rdfms-empty-property-elements/test003.nt, and
rdfms-empty-property-elements/test009.nt
N-Triples notation of XML literals has changed. 'xml' prefix
should be replaced with rdfs:XMLLiteral datatype, e.g.
xml"2"
should be
"2"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral>
* rdfms-rdf-names-use/test-013.rdf
rdf:Description is not (or no longer) allowed as a property
element. This test file should generate an error.
* rdfms-rdf-names-use/test-025.nt
'li' should have been replaced with '_1'.
* rdfms-rdf-names-use/test-026.rdf
rdf:Description is not (or no longer) allowed as an attribute
name. This test file should generate an error.
Cheers,
Arjohn Kampan
--
arjohn.kampman@aidministrator.nl
aidministrator nederland b.v. - http://www.aidministrator.nl/
prinses julianaplein 14-b, 3817 cs amersfoort, the netherlands
tel. +31-(0)33-4659987 fax. +31-(0)33-4659987
Received on Tuesday, 19 November 2002 09:40:04 UTC