mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Adding asserted parent to equivalency axiom
This commit is contained in:
@@ -1259,9 +1259,13 @@ cco:BrillianceFrequency rdf:type owl:Class ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Cause
|
||||
cco:Cause rdf:type owl:Class ;
|
||||
owl:equivalentClass [ rdf:type owl:Restriction ;
|
||||
owl:onProperty cco:is_cause_of ;
|
||||
owl:someValuesFrom obo:BFO_0000003
|
||||
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015
|
||||
[ rdf:type owl:Restriction ;
|
||||
owl:onProperty cco:is_cause_of ;
|
||||
owl:someValuesFrom obo:BFO_0000003
|
||||
]
|
||||
) ;
|
||||
rdf:type owl:Class
|
||||
] ;
|
||||
rdfs:subClassOf obo:BFO_0000015 ;
|
||||
cco:definition "A Process that is the cause of or one of the causes of some other Process."@en ;
|
||||
@@ -1450,9 +1454,13 @@ cco:DeltaV rdf:type owl:Class ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Effect
|
||||
cco:Effect rdf:type owl:Class ;
|
||||
owl:equivalentClass [ rdf:type owl:Restriction ;
|
||||
owl:onProperty cco:caused_by ;
|
||||
owl:someValuesFrom obo:BFO_0000003
|
||||
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015
|
||||
[ rdf:type owl:Restriction ;
|
||||
owl:onProperty cco:caused_by ;
|
||||
owl:someValuesFrom obo:BFO_0000003
|
||||
]
|
||||
) ;
|
||||
rdf:type owl:Class
|
||||
] ;
|
||||
rdfs:subClassOf obo:BFO_0000015 ;
|
||||
cco:alternative_label "Consequence"@en ;
|
||||
|
||||
Reference in New Issue
Block a user