RDF test case on datatypes

In the RDF Test Cases 
http://www.w3.org/2001/sw/RDFCore/TR/WD-rdf-testcases-20030117/
the test case RDF + RDFS + DT(xsd:decimal, xsd:string)
states that the following triples lead to a FALSE conclusion :

ex:foo ex:bar "25"^^xsd:decimal

ex:bar rdfs:range xsd:string



Suppose the following triples, where there is now a resource ex:gee of 
rdf:type xsd:decimal, do they also lead to a FALSE conclusion ?


ex:foo ex:bar ex:gee

ex:gee rdf:type xsd:decimal

ex:bar rdfs:range xsd:string





Olivier.

Received on Thursday, 28 August 2003 04:04:08 UTC