owl:cardinality=0?1 - OWL Lite

-------- Original Message --------
Subject: Re: {SPAM?} owl:cardinality=0?1 - OWL Lite
Date: Wed, 18 Jun 2003 11:14:34 +0100
From: Monika Solanki <monika@dmu.ac.uk>
To: Peter Vojnisek <et@progos.hu>
CC: www-rdf-interest-request@w3.org
References: <3EF02E67.4080908@progos.hu>





Peter Vojnisek wrote:

>
> Hi all,
>
>  this is my first email to this list.
>
> A paragraph from http://www.w3.org/TR/owl-guide/ :
> Cardinality expressions with values limited to 0 or 1 are part of OWL 
> Lite. This permits the user to indicate 'at least one', 'no more than 
> one', and 'exactly one'. Positive integer values other than 0 and 1 
> are permitted in OWL DL. owl:maxCardinality can be used to specify an 
> /upper/ bound. owl:minCardinality can be used to specify a /lower/ 
> bound. In combination, the two can be used to specify a /range/.
>
> which cardinality value means 'at least one', 'no more than one', or 
> 'exactly one'?
>
cardinality: means exactly 1
<owl:cardinality rdf:datatype= 
"http://www.w3.org/2001/XMLSchema#nonNegativeInteger" >1</owl:cardinality>
maxCardinality: no more than 1
<owl:maxCardinality rdf:datatype= 
"http://www.w3.org/2001/XMLSchema#nonNegativeInteger" 
 >1</owl:maxCardinality>
minCardinality:atleast 1
<owl:minCardinality rdf:datatype= 
"http://www.w3.org/2001/XMLSchema#nonNegativeInteger" 
 >1</owl:minCardinality>

Hope this helps


-- 
 >**<>**<>**<>**<>**<>**<>**<>**<>**<>**<
Monika Solanki
De Montfort University
Software Technology Research Laboratory
Hawthorn building, H00.18
The Gateway.
Leicester LE1 9BH, UK

phone: +44 (0)116 250 6170 intern: 6170
email: monika@dmu.ac.uk <mailto:monika@dmu.ac.uk>
web: http://www.cse.dmu.ac.uk/~monika/ 
<http://www.cse.dmu.ac.uk/%7Emonika/>
 >**<>**<>**<>**<>**<>**<>**<>**<>**<>**<
"NOTE: The information transmitted is intended only for the person or 
entity to which it is addressed and may contain confidential and/or 
privileged material. Any review, retransmission, dissemination or other 
use of, or taking of any action in reliance upon this information by 
persons or entities other than the intended recipient is prohibited. If 
you received this in error, please contact the sender and delete the 
material from any computer"



-- 
 >**<>**<>**<>**<>**<>**<>**<>**<>**<>**<
Monika Solanki
De Montfort University
Software Technology Research Laboratory
Hawthorn building, H00.18
The Gateway.
Leicester LE1 9BH, UK

phone: +44 (0)116 250 6170 intern: 6170
email: monika@dmu.ac.uk <mailto:monika@dmu.ac.uk>
web: http://www.cse.dmu.ac.uk/~monika/ 
<http://www.cse.dmu.ac.uk/%7Emonika/>
 >**<>**<>**<>**<>**<>**<>**<>**<>**<>**<
"NOTE: The information transmitted is intended only for the person or 
entity to which it is addressed and may contain confidential and/or 
privileged material. Any review, retransmission, dissemination or other 
use of, or taking of any action in reliance upon this information by 
persons or entities other than the intended recipient is prohibited. If 
you received this in error, please contact the sender and delete the 
material from any computer"

Received on Wednesday, 18 June 2003 10:22:59 UTC