mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Merge pull request #512 from CommonCoreOntology/465-should-describes-condition-be-a-subproperty-of-is-about
describes condition properties subs of is about/subject of
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/condition_described_by
|
||||
cco:condition_described_by rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:is_subject_of ;
|
||||
owl:inverseOf cco:describes_condition ;
|
||||
owl:propertyChainAxiom ( cco:described_by
|
||||
obo:BFO_0000176
|
||||
@@ -60,6 +61,7 @@ cco:describes rdf:type owl:ObjectProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition
|
||||
cco:describes_condition rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:is_about ;
|
||||
owl:propertyChainAxiom ( obo:BFO_0000178
|
||||
cco:describes
|
||||
) ;
|
||||
@@ -2225,4 +2227,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual ,
|
||||
rdfs:label "Zulu Time Zone"@en .
|
||||
|
||||
|
||||
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
|
||||
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
|
||||
|
||||
Reference in New Issue
Block a user