CEDStandards / CEDS-Ontology

The CEDS Ontology is draft project to express the Common Education Data Standards (CEDS) in Web Ontology Language (OWL).
Apache License 2.0
6 stars 0 forks source link

Domains may restrict property reuse #14

Open philbarker opened 1 year ago

philbarker commented 1 year ago

In many cases the declaration of a Domain for a property will restrict its use. For example not every use case demands that a person have more than one date of birth recorded, and for these use cases it would be natural for ceds:BirthDate to be used directly on a class of type Person; however the assertion that the domain of ceds:BirthDate is ceds:PersonBirth is only compatible with this if ceds:PersonBirth and ceds:Person are not disjoint classes. Is it OK for some ceds:PersonBirths to also be ceds:Persons?