Require individual's property values to be a superset of another's?
问题 I have defined an ontology with the following classes, properties, and individuals with object property assertions: Class: Employee > Individuals: { EmployeeA } Class: Skill > Individuals: { Skill1, Skill2, Skill3 } Class: Job > Individuals: { DBA } hasSkill > Domain (Employee) and Range (Skill) isAskillBy > Domain (Skill) and Range (Employee) <inverse of hasSkill> requireSkill > Domain (Job) and Range (Skill) isAskillrequiredBy > Domain (Skill) and Range (Job) <inverse of requireSkill>