Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AgentOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down