Fw: A possible error in "Appendix C. OWL Quick Reference"

[Sorry for the previous message in error]

1). In "Appendix C. OWL Quick Reference" (http://www.w3.org/TR/owl-ref/)

It says that the rdfs:domain of owl:oneOf is owl:Class 

2) However, in "Appendix B. RDF Schema of OWL"

It says that 

<rdf:Property rdf:ID="oneOf">
  ...
  <rdfs:domain rdf:resource="&rdfs;Class"/>
  ...
</rdf:Property>

Also in owl.owl (http://www.w3.org/2002/07/owl) 

3) I think it is an error to assert that "the rdfs:domain of owl:oneOf is owl:Class " (as in "Appendix C. OWL Quick Reference"), because the subject of any triple with predicate owl:oneOf may be either an owl:Class or an owl:DataRange.


Yuzhong Qu


----- Original Message ----- 
From: Yuzhong Qu 
To: webont-comments 
Cc: SWIG 
Sent: Tuesday, March 08, 2005 3:18 PM
Subject: A possible error in "Appendix C. OWL Quick Reference"


In "Appendix C. OWL Quick Reference" [

Received on Tuesday, 8 March 2005 07:27:36 UTC