hasValue with more than one outcome

Hi,
 
In http://www.w3.org/TR/2004/REC-owl-ref-20040210/#hasValue-def
I find:
 
<owl:Restriction>
  <owl:onProperty rdf:resource="#hasParent" />
  <owl:hasValue rdf:resource="#Clinton" />
</owl:Restriction>

In order to make this complete can I state:
 
<owl:Restriction>
  <owl:onProperty rdf:resource="#hasParent" />
  <owl:hasValue rdf:resource="#Clinton" />
  <owl:hasValue rdf:resource="#Hillary" />
</owl:Restriction>

i.e. what to do when owl:hasValue has more than one possible outcome?
 
I hope someone can help me.
 
Regards,
Hans
 
____________________
Hans Teijgeler
ISO 15926 specialist
Netherlands
+31-72-509 2005
www.InfowebML.ws <http://www.infowebml.ws/>  
hans.teijgeler@quicknet.nl
 
 

Received on Tuesday, 17 January 2006 12:47:34 UTC