Skip to content

Commit fab661e

Browse files
authored
Updating occurs on language re 610 (#830)
1 parent 91ea2cf commit fab661e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/cco-modules/EventOntology.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ cco:ont00000079 rdf:type owl:Class ;
203203
cco:ont00000083 rdf:type owl:Class ;
204204
rdfs:subClassOf obo:BFO_0000035 ;
205205
rdfs:label "Process Ending"@en ;
206-
skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ;
206+
skos:definition "A Process Boundary that occupies a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region that the Process, of which the Process Boundary is a part, occupies."@en ;
207207
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
208208

209209

@@ -476,7 +476,7 @@ cco:ont00000191 rdf:type owl:Class ;
476476
cco:ont00000197 rdf:type owl:Class ;
477477
rdfs:subClassOf obo:BFO_0000035 ;
478478
rdfs:label "Process Beginning"@en ;
479-
skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ;
479+
skos:definition "A Process Boundary that occupies a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region that the Process, of which the Process Boundary is a part, occupies."@en ;
480480
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
481481

482482

@@ -2712,7 +2712,7 @@ cco:ont00001194 rdf:type owl:Class ;
27122712
rdf:type owl:Class
27132713
]
27142714
] ;
2715-
skos:scopeNote "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role."@en ;
2715+
skos:scopeNote "This class should be used to demarcate the start of the temporal interval (through the occupies temporal region property) that the Entity bears the Role."@en ;
27162716
rdfs:label "Gain of Role"@en ;
27172717
skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ;
27182718
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
@@ -2978,7 +2978,7 @@ cco:ont00001289 rdf:type owl:Class ;
29782978
"Damaged"@en ,
29792979
"Injured"@en ;
29802980
skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ;
2981-
skos:scopeNote "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en ;
2981+
skos:scopeNote "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occupies temporal region property. "@en ;
29822982
cco:ont00001754 "http://www.thefreedictionary.com/damaged" ;
29832983
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .
29842984

src/cco-modules/ExtendedRelationOntology.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ cco:ont00001857 rdf:type owl:ObjectProperty ;
440440
rdfs:domain obo:BFO_0000015 ;
441441
rdfs:range obo:BFO_0000015 ;
442442
rdfs:label "is part of process"@en ;
443-
skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
443+
skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occupies a temporal region that is a proper occurrent part of the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
444444
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
445445

446446

@@ -550,7 +550,7 @@ cco:ont00001933 rdf:type owl:ObjectProperty ;
550550
rdfs:domain obo:BFO_0000015 ;
551551
rdfs:range obo:BFO_0000015 ;
552552
rdfs:label "process starts"@en ;
553-
skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occurs on r, and r has inside instant i."@en ;
553+
skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occupies temporal region r, and r has inside instant i."@en ;
554554
skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ;
555555
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
556556

0 commit comments

Comments
 (0)