Re: A very short list of residual datatyping issues (just one ;-)

At 13:03 12/03/2002 +0200, Patrick Stickler wrote:
[...]
>Given
>
>    age rdfs:range xsd:integer .
>
>Then
>
>    Bob age [ a xsd:integer; xsd:integer "35" ] .
>
>works OK, since the bNode is a member of the value
>space of xsd:integer; but
>
>    Bob age "35" .
>
>generates a range constraint conflict since "35" is
>a member of the lexical space, not value space of
>xsd:integer.
>
>This problem does not exist with a union interpretation.

If that is what you want, wouldn't one say:

   age rdfs:drange xsd:integer?

Sorry for being thick, but I still don't see the problem.

Brian

Received on Tuesday, 12 March 2002 08:04:08 UTC