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

At 01:03 PM 3/12/02 +0200, Patrick Stickler wrote:
>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 is addressed/allowed by the latest datatyping proposal [1], in the form:

    ex:Jenny ex:age "10" .
    ex:age rdfs:drange datatype:decimal .

#g
--

[1] http://www.coginst.uwf.edu/users/phayes/simpledatatype23-02-2002.html


-------------------
Graham Klyne
<GK@NineByNine.org>

Received on Tuesday, 12 March 2002 14:35:33 UTC