osm2rdf icon indicating copy to clipboard operation
osm2rdf copied to clipboard

Way geometry intermediate objects in wrong namespace

Open patrickbr opened this issue 3 months ago • 1 comments

The intermediate geometry objects to which the geo:asWKT predicates are attached should be in the NAMESPACE__OSM2RDF_GEOM namespace (osm2rdfgeom: in the generated .ttl). For ways, these are in the NAMESPACE__OSM2RDF namespace (osm2rdf: in the generated .ttl). See https://github.com/ad-freiburg/osm2rdf/blob/80daa32e066ba5091a36ed078d37228662cbe7e7/src/osm/FactHandler.cpp#L285

I might be wrong, but shouldn't https://github.com/ad-freiburg/osm2rdf/blob/80daa32e066ba5091a36ed078d37228662cbe7e7/src/osm/FactHandler.cpp#L245C13-L245C36 also be in NAMESPACE__OSM2RDF_GEOM?

patrickbr avatar Mar 05 '24 09:03 patrickbr