sesuncedu / owl1-1

Automatically exported from code.google.com/p/owl1-1
0 stars 0 forks source link

RDF Mapping maps disjoint properties to owl:disjointWith, which may cause confusion (esp. with punning). #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See: 
   <http://lists.w3.org/Archives/Public/public-owl-dev/2006OctDec/0013.html>

Proposed fix:
    Add distinct term for proprety disjointness.

Original issue reported on code.google.com by bparsia on 29 Mar 2007 at 12:44

GoogleCodeExporter commented 9 years ago
There are other "reused" properties, see:
   <http://lists.w3.org/Archives/Public/public-owl-dev/2007JanMar/0078.html>

Original comment by bparsia on 29 Mar 2007 at 9:53

GoogleCodeExporter commented 9 years ago
The specificatin was changed as follows:

- owl:disjointWith is used classes (this makes OWL 1.1 compatible with OWL DL)
- owl11:disjointObjectProperties is used for object properties
- owl11:disjointDataProperties is used for data properties

Original comment by borismo...@gmail.com on 23 May 2007 at 1:48