Warning:
This wiki has been archived and is now read-only.

LC3 Responses/DR1

From OWL
Jump to: navigation, search

To: dmitry.repchevski@bsc.es
CC: public-owl-comments@w3.org
Subject: [LC response] To Dmitry Repchevsky

Dear Dmitry,

Thank you for your comment
     <http://lists.w3.org/Archives/Public/public-owl-comments/2009Jul/0003.html>
on the OWL 2 Web Ontology Language last call drafts.

Your observation is correct. The syntax of the example has been fixed in the wiki version of the Primer [1]. Thanks for pointing out this error.

Please acknowledge receipt of this email to <mailto:public-owl-comments@w3.org> (replying to this email should suffice). In your acknowledgment please let us know whether or not you are satisfied with the working group's response to your comment.

Regards,
Markus Krötzsch
on behalf of the W3C OWL Working Group



CUT AND PASTE THE BODY OF THE MESSAGE (I.E. FROM "Dear" TO "Group") INTO THE BODY OF AN EMAIL MESSAGE. SET THE To:, CC:, AND Subject: LINES ACCORDINGLY.

PLEASE TRY TO REPLY IN A WAY THAT WILL ALLOW THREADING TO WORK APPROPRIATELY, I.E., SO THAT YOUR REPLY CONTINUES THE THREAD STARTED BY THE ORIGINAL COMMENT EMAIL


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>
********************************************