From 485d104a78cf8bb99e4512f1bcd560997e7ce38b Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Mon, 18 Sep 2023 22:57:05 -0400 Subject: [PATCH] fixing Geospatial Ontology, bad axiom for geo region bounding box --- GeospatialOntology.ttl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/GeospatialOntology.ttl b/GeospatialOntology.ttl index 61918e9..4e00b0f 100644 --- a/GeospatialOntology.ttl +++ b/GeospatialOntology.ttl @@ -374,11 +374,7 @@ cco:GeospatialRegion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox cco:GeospatialRegionBoundingBox rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialPolygon , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_nontangential_part ; - owl:someValuesFrom cco:GeospatialRegion - ] ; + rdfs:subClassOf cco:GeospatialPolygon ; cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Region Bounding Box"@en .