mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Merge pull request #457 from CommonCoreOntology/141-temporal-region-identifiers-and-bfo-2020
This commit is contained in:
@@ -1349,14 +1349,14 @@ cco:TemporalInstantIdentifier rdf:type owl:Class ;
|
||||
owl:equivalentClass [ owl:intersectionOf ( cco:TemporalRegionIdentifier
|
||||
[ rdf:type owl:Restriction ;
|
||||
owl:onProperty cco:designates ;
|
||||
owl:someValuesFrom obo:BFO_0000148
|
||||
owl:someValuesFrom obo:BFO_0000203
|
||||
]
|
||||
) ;
|
||||
rdf:type owl:Class
|
||||
] ;
|
||||
rdfs:subClassOf cco:TemporalRegionIdentifier ;
|
||||
cco:alternative_label "Zero-Dimensional Temporal Region Identifier"@en ;
|
||||
cco:definition "A Temporal Region Identifier that designates some Zero-Dimensional Temporal Region."@en ;
|
||||
cco:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Temporal Instant Identifier"@en .
|
||||
|
||||
@@ -1373,7 +1373,7 @@ cco:TemporalIntervalIdentifier rdf:type owl:Class ;
|
||||
] ;
|
||||
rdfs:subClassOf cco:TemporalRegionIdentifier ;
|
||||
cco:alternative_label "One-Dimensional Temporal Region Identifier"@en ;
|
||||
cco:definition "A Temporal Region Identifier that designates some One-Dimensional Temporal Region."@en ;
|
||||
cco:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Temporal Interval Identifier"@en .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user