Skip to content

Commit 8d193ea

Browse files
authored
added employment by org etc. re 765 (#822)
1 parent eb8c7a0 commit 8d193ea

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

src/cco-modules/EventOntology.ttl

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ cco:ont00000305 rdf:type owl:Class ;
688688
cco:ont00000308 rdf:type owl:Class ;
689689
rdfs:subClassOf cco:ont00001226 ;
690690
rdfs:label "Act of Military Service"@en ;
691-
skos:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ;
691+
skos:definition "An Act of Employment by an Organization wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ;
692692
cco:ont00001754 "http://www.collinsdictionary.com/dictionary/english/military-service" ;
693693
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
694694

@@ -2780,12 +2780,18 @@ cco:ont00001219 rdf:type owl:Class ;
27802780
skos:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ;
27812781
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
27822782

2783+
### https://www.commoncoreontologies.org/ont00002071
2784+
cco:ont00002071 rdf:type owl:Class ;
2785+
rdfs:subClassOf cco:ont00000433 ;
2786+
rdfs:label "Act of Employment"@en ;
2787+
skos:definition "An Act of Association wherein an Agent assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ;
2788+
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
27832789

27842790
### https://www.commoncoreontologies.org/ont00001226
27852791
cco:ont00001226 rdf:type owl:Class ;
2786-
rdfs:subClassOf cco:ont00000433 ;
2787-
rdfs:label "Act of Employment"@en ;
2788-
skos:definition "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ;
2792+
rdfs:subClassOf cco:ont00002071 ;
2793+
rdfs:label "Act of Employment by an Organization"@en ;
2794+
skos:definition "An Act of Employment wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ;
27892795
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
27902796

27912797

0 commit comments

Comments
 (0)