- From: Martin Hepp <martin.hepp@ebusiness-unibw.org>
- Date: Mon, 19 Jul 2010 11:41:00 +0200
- To: semantic-web@w3.org
Dear all: Is it okay to use xsd:anyURI as the range for a owl:DatatypeProperty ? Sometimes, it could be handy to define a property that can hold URIs that may either be conceptual elements (owl:Class etc.) or data instances. Using annotation properties is no option, since I want to make the property rdfs:subProperty of a more generic property. So is the following okay? foo:myProperty a owl:DatatypeProperty ; rdfs:subPropertyOf foo:anotherProperty ; rdfs:domain gr:ProductOrService ; rdfs:range xsd:anyURI . I explicitly want to avoid standard reasoning on URI literals attached via this property. Best wishes Martin -------------------------------------------------------- martin hepp e-business & web science research group universitaet der bundeswehr muenchen e-mail: hepp@ebusiness-unibw.org phone: +49-(0)89-6004-4217 fax: +49-(0)89-6004-4620 www: http://www.unibw.de/ebusiness/ (group) http://www.heppnetz.de/ (personal) skype: mfhepp twitter: mfhepp Check out GoodRelations for E-Commerce on the Web of Linked Data! ================================================================= * Project Main Page: http://purl.org/goodrelations/ * Quickstart Guide for Developers: http://bit.ly/quickstart4gr * Vocabulary Reference: http://purl.org/goodrelations/v1 * Developer's Wiki: http://www.ebusiness-unibw.org/wiki/GoodRelations * Examples: http://bit.ly/cookbook4gr * Presentations: http://bit.ly/grtalks * Videos: http://bit.ly/grvideos
Received on Monday, 19 July 2010 09:41:44 UTC