make cco:has_familial_relationship_to symmetric

addresses #309
This commit is contained in:
Justin Dowdy
2024-08-02 16:56:59 -05:00
parent aae9cb19c7
commit f7e36d20a1

View File

@@ -177,7 +177,7 @@ cco:has_daughter_in_law rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to
cco:has_familial_relationship_to rdf:type owl:ObjectProperty ;
cco:has_familial_relationship_to rdf:type owl:ObjectProperty, owl:SymmetricProperty ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ;