RE: So now we have tidy literals...

> Test case:
>
> 	<rdf:Description rdf:about="#something">
> 	  <p1>abc</p1>
> 	  <p2 rdf:datatype="&xsd;string">abc</p2>
> 	</rdf:Description>
>
> entails?
>
> 	<rdf:Description rdf:about="#something">
> 	  <p1 rdf:nodeID="X" />
> 	  <p2 rdf:nodeID="X" />
> 	</rdf:Description>
>
> (please add that to the test collection, Jeremy/Jan/et. al.)
>

Answer: no it does not.

It is a good question - and it demonstrates that langstrings and strings are
distinct types.

Jeremy

Received on Tuesday, 15 October 2002 06:20:22 UTC