Re[2]: Modelling Resumes in RDF(S) - work in progress

At 11:52 AM 6/6/02 +0200, Uldis Bojars wrote:
>Another unclear question is defining boolean values.
>Are there some standard "TRUE" and "FALSE" or "YES" and "NO" URIs to
>use?

Something like this was discussed a while ago, and my recollection of the 
general consensus was that rdf:type can be used for describing true/false 
values by casting the property concerned as a class;  e.g. the intent of:

    Fred isChocolateLover 'true' .

can be expressed as:

    Fred rdf:type ChocolateLover .

#g


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

Received on Thursday, 6 June 2002 07:18:56 UTC