Skip to content

Commit 265f962

Browse files
authored
fixed exact matching inverse definition (#711)
1 parent e67c5b1 commit 265f962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cco-modules/AgentOntology.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ cco:ont00001977 rdf:type owl:ObjectProperty ;
10321032
rdfs:domain cco:ont00001017 ;
10331033
rdfs:range cco:ont00001017 ;
10341034
rdfs:label "has affiliate"@en ;
1035-
skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
1035+
skos:definition "x has affiliate y iff y is affiliated with x."@en ;
10361036
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
10371037

10381038

0 commit comments

Comments
 (0)