- From: Graham Klyne <GK@ninebynine.org>
- Date: Thu, 06 Jun 2002 12:08:16 +0100
- To: Uldis Bojars <uldis.bojars@gmx.net>
- Cc: RDF Interest <www-rdf-interest@w3.org>
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