fixing Geospatial Ontology, bad axiom for geo region bounding box

This commit is contained in:
Mark Jensen
2023-09-18 22:57:05 -04:00
parent a383a637ec
commit 485d104a78

View File

@@ -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 .