From c09682dd3b6b4068f17ad985577121ec9ffffd5b Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:36:20 -0500 Subject: [PATCH] d/r process starts --- src/cco-extensions/ModalRelationOntology.ttl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cco-extensions/ModalRelationOntology.ttl b/src/cco-extensions/ModalRelationOntology.ttl index a068661..83cf814 100644 --- a/src/cco-extensions/ModalRelationOntology.ttl +++ b/src/cco-extensions/ModalRelationOntology.ttl @@ -2296,6 +2296,8 @@ mro:ont00001932 rdf:type owl:ObjectProperty ; mro:ont00001933 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ont00001803 ; owl:inverseOf mro:ont00001962 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; rdfs:label "process starts"@en ; "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 ; "A process x starts another process y when x causes y while x is still occurring."@en ;