- From: Daniel 'eikeon' Krech <eikeon@eikeon.com>
- Date: 07 Jul 2002 14:15:21 -0400
- To: www-rdf-comments@w3.org
The following is a summary of my comments on the RDF/XML test cases: (see http://rdflib.net/2002/07/07/rdfxml.html for html version) http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004 The expected output contains the following triple: <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf#e4> <http://foo/bar> "foobar". where RDFLib is getting: _:a6 <http://foo/bar> "foobar". Best I can tell, the triple should be the result of an empty property element. In which case, the subject comes from the r in the otherwise section and since there is no rdf:resource attribute, r should be a BNode. http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-nested-bagIDs/test008 This test case is not working for the same reason as test004 above. http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-ns-prefix-confusion/test0007 Is rdf:aboutEach allowed as an attribute here? This test case fails since the parser reports the invalid property attribute of http://www.w3.org/1999/02/22-rdf-syntax-ns#aboutEach. http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-013 Is rdf:Description allowed as a property element name? This test case fails since the parser reports the invalid property element name. http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-025 Is there some reason why the list expansion rules do not apply in this case? This test case fails since the list expansion rules as specified in section 5.8 are being applied. http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-names-use/test-026 Is rdf:Description really allowed as a property attribute name? This test case fails since the parser is reporting an the invalid property attribute name. http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014 It appears that the xml:base in the expected output does not match the actually xml:base as it is missing an "xmlbase/". --eikeon, http://eikeon.com/
Received on Sunday, 7 July 2002 14:15:35 UTC