Skip to content

Commit 0fae911

Browse files
authored
Merge pull request #694 from CommonCoreOntology/689-accessory-in-domain-and-range-are-reversed
PR to address issue #689
2 parents 342f169 + 9e71a1b commit 0fae911

2 files changed

Lines changed: 47 additions & 46 deletions

File tree

src/cco-modules/AgentOntology.ttl

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,53 @@ cco:ont00001760 rdf:type owl:AnnotationProperty .
5858
# Object Properties
5959
#################################################################
6060

61+
62+
### https://www.commoncoreontologies.org/ont00001852
63+
cco:ont00001852 rdf:type owl:ObjectProperty ;
64+
rdfs:subPropertyOf obo:BFO_0000056 ;
65+
owl:inverseOf cco:ont00001949 ;
66+
rdfs:domain cco:ont00001017 ;
67+
rdfs:range obo:BFO_0000015 ;
68+
rdfs:label "accessory in"@en ;
69+
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 ;
70+
cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
71+
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
72+
73+
74+
### https://www.commoncoreontologies.org/ont00001949
75+
cco:ont00001949 rdf:type owl:ObjectProperty ;
76+
rdfs:subPropertyOf obo:BFO_0000057 ;
77+
rdfs:domain obo:BFO_0000015 ;
78+
rdfs:range cco:ont00001017 ;
79+
rdfs:label "has accessory"@en ;
80+
skos:definition "x has_accessory y 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 ;
81+
cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
82+
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
83+
84+
85+
### https://www.commoncoreontologies.org/ont00001895
86+
cco:ont00001895 rdf:type owl:ObjectProperty ;
87+
rdfs:subPropertyOf obo:BFO_0000056 ;
88+
rdfs:domain cco:ont00001017;
89+
rdfs:range obo:BFO_0000015 ;
90+
rdfs:label "accomplice in"@en ;
91+
skos:definition "Agent x is accomplice_in Process y iff x assists in the commission of y, is located at the location of y, but is not agent_in y."@en ;
92+
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
93+
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
94+
95+
96+
### https://www.commoncoreontologies.org/ont00001830
97+
cco:ont00001830 rdf:type owl:ObjectProperty ;
98+
rdfs:subPropertyOf obo:BFO_0000057 ;
99+
owl:inverseOf cco:ont00001895 ;
100+
rdfs:domain obo:BFO_0000015 ;
101+
rdfs:range cco:ont00001017 ;
102+
rdfs:label "has accomplice"@en ;
103+
skos:definition "x has_accomplice y iff x is an instance of Process and y is an instance of Agent that assists in the commission of x, is located at the location of x, but is not agent_in x."@en ;
104+
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
105+
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
106+
107+
61108
### https://www.commoncoreontologies.org/ont00001774
62109
cco:ont00001774 rdf:type owl:ObjectProperty ;
63110
rdfs:subPropertyOf cco:ont00001902 ;

src/cco-modules/ExtendedRelationOntology.ttl

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -338,18 +338,6 @@ cco:ont00001829 rdf:type owl:ObjectProperty ;
338338
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
339339

340340

341-
### https://www.commoncoreontologies.org/ont00001830
342-
cco:ont00001830 rdf:type owl:ObjectProperty ;
343-
rdfs:subPropertyOf obo:BFO_0000057 ;
344-
owl:inverseOf cco:ont00001895 ;
345-
rdfs:domain obo:BFO_0000015 ;
346-
rdfs:range obo:BFO_0000040 ;
347-
rdfs:label "has accomplice"@en ;
348-
skos:definition "x has_accomplice y iff x is an instance of Process and y is an instance of Agent that assists in the commission of x, is located at the location of x, but is not agent_in x."@en ;
349-
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
350-
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
351-
352-
353341
### https://www.commoncoreontologies.org/ont00001832
354342
cco:ont00001832 rdf:type owl:ObjectProperty ;
355343
rdfs:subPropertyOf owl:topObjectProperty ;
@@ -412,18 +400,6 @@ cco:ont00001845 rdf:type owl:ObjectProperty ;
412400
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
413401

414402

415-
### https://www.commoncoreontologies.org/ont00001852
416-
cco:ont00001852 rdf:type owl:ObjectProperty ;
417-
rdfs:subPropertyOf obo:BFO_0000056 ;
418-
owl:inverseOf cco:ont00001949 ;
419-
rdfs:domain obo:BFO_0000015 ;
420-
rdfs:range cco:ont00001017 ;
421-
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 ;
423-
cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
424-
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
425-
426-
427403
### https://www.commoncoreontologies.org/ont00001857
428404
cco:ont00001857 rdf:type owl:ObjectProperty ;
429405
rdfs:subPropertyOf obo:BFO_0000132 ;
@@ -482,17 +458,6 @@ cco:ont00001888 rdf:type owl:ObjectProperty ;
482458
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
483459

484460

485-
### https://www.commoncoreontologies.org/ont00001895
486-
cco:ont00001895 rdf:type owl:ObjectProperty ;
487-
rdfs:subPropertyOf obo:BFO_0000056 ;
488-
rdfs:domain obo:BFO_0000040 ;
489-
rdfs:range obo:BFO_0000015 ;
490-
rdfs:label "accomplice in"@en ;
491-
skos:definition "Agent x is accomplice_in Process y iff x assists in the commission of y, is located at the location of y, but is not agent_in y."@en ;
492-
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
493-
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
494-
495-
496461
### https://www.commoncoreontologies.org/ont00001901
497462
cco:ont00001901 rdf:type owl:ObjectProperty ;
498463
rdfs:subPropertyOf cco:ont00001836 ;
@@ -576,17 +541,6 @@ cco:ont00001947 rdf:type owl:ObjectProperty ;
576541
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
577542

578543

579-
### https://www.commoncoreontologies.org/ont00001949
580-
cco:ont00001949 rdf:type owl:ObjectProperty ;
581-
rdfs:subPropertyOf obo:BFO_0000057 ;
582-
rdfs:domain obo:BFO_0000015 ;
583-
rdfs:range cco:ont00001017 ;
584-
rdfs:label "has accessory"@en ;
585-
skos:definition "x has_accessory y 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 ;
586-
cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
587-
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
588-
589-
590544
### https://www.commoncoreontologies.org/ont00001956
591545
cco:ont00001956 rdf:type owl:ObjectProperty ;
592546
rdfs:subPropertyOf cco:ont00001836 ;

0 commit comments

Comments
 (0)