robot
robot copied to clipboard
Losing information when merging
I am adding geosparql features to the omg lcc ontology using robot, thus I added an annotation property "hasGeometry" to Germany and its states.
When I create the annotated ontology the annotation is added as expected, same as the geo features. Germany holds all its preexistent information, while the states loose all preexisting information. Thus I wonder what I would be doing wrong?.

and, this is the current template:
CURIE Label Type Comment hasGeometry Geometry ID LABEL TYPE A rdfs:comment AT geosparql:hasGeometry^^xsd:anyURI AT geosparql:asWKT^^geosparql:wktLiteral loc:germany-geometry Germany Geometry sf:MultiPolygon Multipolygon representing the Federal Republic of Germany point(x,y) lcc-3166-1:Germany https://www.omg.org/spec/LCC/Countries/CountryRepresentation/Country http://www.example.com/germany-geometry loc:Baden-Württemberg-geometry Baden-Württemberg Geometry sf:MultiPolygon Multipolygon representing the german state of Baden-Württemberg point(x,y) lcc-3166-2-DE:DE-BW-Subdivision https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision http://www.example.com/Baden-Württemberg-geometry
Luis Ramos