From e172e60e2edcf7c2fd553f49eb87c326d84cd1b1 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:07:30 -0500 Subject: [PATCH 1/2] corrected definition --- src/cco-modules/ExtendedRelationOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 8ca7496..dd7bbcb 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -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 instant 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 . @@ -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 instant 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 . From 7618b015239d84a75c2ae7729d7ebe2e2e85ec02 Mon Sep 17 00:00:00 2001 From: "J. Neil Otte" Date: Sat, 8 Feb 2025 21:03:22 -0500 Subject: [PATCH 2/2] Update ExtendedRelationOntology.ttl Updated 'r is an instant of' to 'r is an instance of' --- src/cco-modules/ExtendedRelationOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index dd7bbcb..b613348 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -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 has inside instant 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 . @@ -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 has inside instant 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 .