Asymmetric Object Property
Ontology(<http://example.com/ontology/Asymmetric> Declaration(Class(:BiologicalMother)) Declaration(Class(:Child)) Declaration(ObjectProperty(:hasChild)) ############################ # Object Properties ############################ # Object Property: :hasChild (has child) AnnotationAssertion(rdfs:label :hasChild "has child"^^xsd:string) AsymmetricObjectProperty(:hasChild) ObjectPropertyDomain(:hasChild :BiologicalMother) ObjectPropertyRange(:hasChild :Child) )