-
Notifications
You must be signed in to change notification settings - Fork 1
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
I am unable to get OLU to run on an OSM dataset for Bremen #17
Comments
I have created a new issue for the problem with the bremen dataset, as it is better placed here than in the qlever repository. The error "No such node (sparql.results.result.binding.literal)" when fetching the latest timestamp means that the endpoint returned an empty response for the query:
Can you check if this query would produce a result in the qlever ui for your bremen instance? |
The queries return an empty result for both the public and internal datasets for bremen from Geofabrik. The string |
I was just using the container image as one was available. Turns out, the image in the docker registry is 3 years old. Not to use the docker image might also be a valuable note for the olu readme. At least until the PR adding a CI job for that is merged. I'll try with a current version and report back. What are the differences in the fork compared to the upstream? |
Thanks for the information, i have added a recommendation to use the fork to the readme. The fork avoids the use of blank nodes, as they currently cannot be inserted into QLever endpoints (Issue) |
The outdated osm2rdf was indeed the cause for the missing timestamps. olu now runs until the first delete, then it aborts because not enough memory is available (32 Values per Update). But that is another issue. |
I am unable to get OLU to run on an OSM dataset for Bremen. The TTL extracts at https://osm2rdf.cs.uni-freiburg.de are only available for countries. Converting the snapshots from Geofabrik (both external and internal) with
osm2rdf
(adfreiburg/osm2rdf:latest
as of today) and--add-way-node-order
results in an error when running OLU.Originally posted by @Qup42 in ad-freiburg/qlever#1683 (comment)
The text was updated successfully, but these errors were encountered: