Wrong test-case: rdfms-not-id-and-resource-attr/test003

Hi,

I'm updating the SWI-Prolog RDF parser with the latest RDF revision
(nodeID support), testing them on the test-cases I received from Jeremy
Carroll (a snapshot of the jena CVS I believe).

The test-case identified as

http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/Manifest.rdf#test003

seems to be wrong.  The test says:

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:eg="http://example.org/">

  <rdf:Description>
    <eg:prop1  rdf:ID="reify" rdf:bagID="bag"/>
  </rdf:Description>
</rdf:RDF>

In the test-result this returns an blank node with `prop1' property
and object "" (empty literal) and a reification thereof where the value
is another blank node.  With a reified statement that differs from the
real statement, this can't be right.

I think the specs says it should be two blank nodes related using the
prop1 property and properly reified.

	Regards --- Jan

P.s.	Using SWI-Prolog from the CVS snapshot it processes the rest of
	the test-suite properly now.

Received on Monday, 13 January 2003 08:18:23 UTC