Hello, In http://www.w3.org/TR/2009/WD-owl2-primer-20090611/#Datatypes ******************************************** <DatatypePropertyDomain> <DatatypeProperty IRI="hasAge"/> <Class IRI="Person"/> </DatatypePropertyDomain> <DatatypePropertyRange> <DatatypeProperty IRI="hasAge"/> <Datatype IRI="http://www.w3.org/2001/XMLSchema#NonNegativeInteger"/> </DatatypePropertyRange> ******************************************** IMHO should be: ******************************************** <DataPropertyDomain> <DataProperty IRI="hasAge"/> <Class IRI="Person"/> </DataPropertyDomain> <DataPropertyRange> <DataProperty IRI="hasAge"/> <Datatype IRI="http://www.w3.org/2001/XMLSchema#NonNegativeInteger"/> </DataPropertyRange> ******************************************** Yours sincerely DmitryReceived on Thursday, 2 July 2009 06:28:22 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 2 July 2009 06:28:22 GMT