Re: suggestions for datatyping (long)

jos.deroo.jd@belgium.agfa.com wrote:
> 
> [...]
> fine Sergey, but I think we have to face a testcase like
>   aaa bbb "xyz".
>   rdfs:range bbb ccc.
> It will concur somewhere presumably
> so what sense do we/machines make out of that?

Did you mean

aaa bbb "xyz"
bbb rdfs:range ccc  ?

If ccc is a subclass of rdfs:Literal, the example looks fine. If some
other conditions prohibit ccc from being a subclass of rdfs:Literal,
then the example has no valid interpretation, I guess. But we might as
well find a testcase like

aaa rdf:type Person
aaa rdf:type Shoe

What do we make out of that? ;)

Sergey

Received on Friday, 26 October 2001 21:09:09 UTC