Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way geometry intermediate objects in wrong namespace #87

Open
patrickbr opened this issue Mar 5, 2024 · 1 comment
Open

Way geometry intermediate objects in wrong namespace #87

patrickbr opened this issue Mar 5, 2024 · 1 comment
Assignees

Comments

@patrickbr
Copy link
Member

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

NAMESPACE__OSM2RDF, "way_" + std::to_string(way.id()));

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?

@hannahbast
Copy link
Member

Does the GeoSPARQL standard say anything about how these intermediate nodes should be called?

Are blank nodes an option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants