fixed genus in geospatial ellipse definition

This commit is contained in:
Cameron More
2024-08-05 17:07:40 -04:00
parent aae9cb19c7
commit 175009cf60

View File

@@ -305,7 +305,7 @@ cco:GeospatialBoundary rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse
cco:GeospatialEllipse rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialLineString ;
cco:definition "A Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ;
cco:definition "A Geospatial Line String that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Geospatial Ellipse"@en .