mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Added inhibits from cyber ontology
Also fixed the curated_in_ontology annotation for 'disrupts'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user