Skip to content

Commit 9e71a1b

Browse files
authored
"accomplice" & "accessory" properties into the Agent Ontology
1 parent b1c5423 commit 9e71a1b

1 file changed

Lines changed: 47 additions & 0 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 ;

0 commit comments

Comments
 (0)