From b9949bb9f463bb04e270952c3c191cb08065bb92 Mon Sep 17 00:00:00 2001 From: J Neil Otte Date: Mon, 2 Sep 2024 11:08:48 -0400 Subject: [PATCH] 141-Updates to labels and axioms based on Alan Ruttenberg's feedback. --- src/cco-modules/InformationEntityOntology.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 2ce4430..8b759d4 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -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 .