Re: Resources with more than one type

[Dickinson, Ian J]

> In the DAML 2001/3 spec, the way to create a transitive, unique or
> unambiguous DatatypeProperty is as follows:
>   <daml:DatatypeProperty rdf:ID="p">
>     <rdf:type
> rdf:resource="http://www.daml.org/2001/03/daml+oil#UniqueProperty />
>   </daml:DatatypeProperty>
>
 This triggered off a different line of thought for me - some might think it
trivial, but it has caused trouble elsewhere.  In the DAML spec, are the
URIs supposed to be fully url-escaped or not?  A server  would probably
interpret the "+" in "daml+oil" as a space, so it might have to be escaped
if a retrieval were ever needed.  Either way - escaped or not - would seem
to be fine, there just should be a rule about it somewhere.

Cheers,

Tom P

Received on Friday, 13 July 2001 14:29:28 UTC