From af2840bddffc8b87605c4710d7a4024adccd21c2 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:52:37 -0400 Subject: [PATCH] Added inhibits from cyber ontology Also fixed the curated_in_ontology annotation for 'disrupts' --- ExtendedRelationOntology.ttl | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/ExtendedRelationOntology.ttl b/ExtendedRelationOntology.ttl index 859c8b6..703a858 100644 --- a/ExtendedRelationOntology.ttl +++ b/ExtendedRelationOntology.ttl @@ -349,7 +349,7 @@ cco:disrupts rdf:type owl:ObjectProperty ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ; cco:elucidation "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "disrupts"@en ; skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; skos:prefLabel "disrupts"@en . @@ -442,6 +442,25 @@ cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; rdfs:label "inheres in aggregate"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by +cco:inhibited_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:inhibits ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inhibited by"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/inhibits +cco:inhibits rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inhibits"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by cco:is_affected_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; @@ -625,4 +644,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:label "role of aggregate"@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi