oeg-upm / Chowlk

Tool to transform an ontology diagram into OWL code.
Apache License 2.0
22 stars 6 forks source link

owl:propertyDisjointWith and owl:AllDisjointProperties for Object- and DataProperties missing. #40

Open GordianDziwis opened 1 year ago

GordianDziwis commented 1 year ago

I think this would be an easy extension of the owl:AllDifferent and owl:equivalentProperties elements.

Sergio-Carulli commented 7 months ago

"owl:propertyDisjointWith" has been implemented. To use it in object properties please see https://chowlk.linkeddata.es/notation.html#disjoint-property-object-property .To use it in datatype properties please see https://chowlk.linkeddata.es/notation.html#disjoint-property-datatype-property

Unfortunately, "owl:AllDisjointProperties" has not yet been implemented.