I'm trying to reuse this ontology, so I might be misunderstanding how you've designed and intended for how the ontology is to be used.
I've noticed that the PersonOntologyProperty in the Person does not specify what the domain and range should be which is useful for reasoning (https://www.w3.org/TR/owl2-primer/#Domain_and_Range_Restrictions).
|
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Person/PersonOntologyProperty"/> |
Are you intending to reduce ambiguity by specifying the domain and ranges of properties?
I'm trying to reuse this ontology, so I might be misunderstanding how you've designed and intended for how the ontology is to be used.
I've noticed that the
PersonOntologyPropertyin the Person does not specify what the domain and range should be which is useful for reasoning (https://www.w3.org/TR/owl2-primer/#Domain_and_Range_Restrictions).icity/docs/Person.owl
Line 191 in e90bce6
Are you intending to reduce ambiguity by specifying the domain and ranges of properties?