mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
fixing Geospatial Ontology, bad axiom for geo region bounding box
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user