From 175009cf60713b4e4c4c758f04671a2e70bf1508 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:07:40 -0400 Subject: [PATCH] fixed genus in geospatial ellipse definition --- GeospatialOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeospatialOntology.ttl b/GeospatialOntology.ttl index b8d93b1..4f35b68 100644 --- a/GeospatialOntology.ttl +++ b/GeospatialOntology.ttl @@ -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 .