- From: Markus Krötzsch <mak@aifb.uni-karlsruhe.de>
- Date: Thu, 2 Jul 2009 11:34:29 +0200
- To: Dmitry Repchevsky <dmitry.repchevski@bsc.es>
- Cc: public-owl-comments@w3.org
- Message-Id: <200907021134.30350.mak@aifb.uni-karlsruhe.de>
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
[1] http://www.w3.org/2007/OWL/wiki/Primer
On Donnerstag, 2. Juli 2009, Dmitry Repchevsky wrote:
> 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
>
> Dmitry
--
Markus Krötzsch
Institute AIFB, Universität Karlsruhe (TH), 76128 Karlsruhe
phone +49 (0)721 608 7362 fax +49 (0)721 608 5998
mak@aifb.uni-karlsruhe.de www http://korrekt.org
http://semantic-web-book.org http://semantic-mediawiki.org
Received on Thursday, 2 July 2009 09:35:08 UTC