Skip to content

Commit

Permalink
Merge pull request #594 from CommonCoreOntology/process-start-fix
Browse files Browse the repository at this point in the history
corrected process starts definition
  • Loading branch information
neilotte authored Feb 9, 2025
2 parents 4acb29e + 7618b01 commit 8eaf367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cco-modules/ExtendedRelationOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ cco:ont00001933 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:ont00001803 ;
owl:inverseOf cco:ont00001962 ;
rdfs:label "process starts"@en ;
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 instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
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 ;
skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ;
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .

Expand Down Expand Up @@ -606,7 +606,7 @@ cco:ont00001959 rdf:type owl:ObjectProperty ;
cco:ont00001962 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:ont00001819 ;
rdfs:label "process started by"@en ;
skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and x has starting instance i, and y occurs on r, and r has inside instant i."@en ;
skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ;
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .

Expand Down

0 comments on commit 8eaf367

Please sign in to comment.