Skip to content

Commit b278ba0

Browse files
authored
"accessory in" domain and range untwisted
1 parent 474b88f commit b278ba0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/cco-modules/ExtendedRelationOntology.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ cco:ont00001845 rdf:type owl:ObjectProperty ;
416416
cco:ont00001852 rdf:type owl:ObjectProperty ;
417417
rdfs:subPropertyOf obo:BFO_0000056 ;
418418
owl:inverseOf cco:ont00001949 ;
419-
rdfs:domain obo:BFO_0000015 ;
420-
rdfs:range cco:ont00001017 ;
419+
rdfs:domain cco:ont00001017 ;
420+
rdfs:range obo:BFO_0000015 ;
421421
rdfs:label "accessory in"@en ;
422-
skos:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
422+
skos:definition "x is_accessory_in y iff x is an instance of Agent and y is an instance of Process such that x assists another instance of Agent z in the commission of y, and x was not located at the location of y when y occurred, and x is not an agent_in y."@en ;
423423
cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
424424
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
425425

0 commit comments

Comments
 (0)