RE: datatypes and MT

> sorry if I may have confused you...
> but we were *not* losing context while writing
> 
>   "10" rdf:type xsd:decimal; is eg:shoeSize of eg:me.
> 
> ...
> OK?
> 
> and also *not* loosing context while writing
> 
>   eg:me eg:shoeSize "10".
>   eg:me eg:shoeSize _:x.
>   _:x rdf:type xsd:decimal.
>   eg:shoeSize rdf:type daml:UniqueProperty.
> 
> which is written in N-Triples (using QNames)
> OK?

I never had problems with such examples. It was
stuff like

   aaa someProperty "10" .
   "10" rdf:type xsd:integer .

that I had problems with.

Patrick

Received on Thursday, 15 November 2001 12:27:45 UTC