-
Notifications
You must be signed in to change notification settings - Fork 36
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
Installed and sucessfully running the latest_core collection but no results returned for SPARQL queries or pages don't show correctly #24
Comments
I recently installed this with the docker-compose quickstart and it seems to be loading very similarly to the "live" dbpedia page for me: Can you clarify when you say "installed and successfully running" about how long the download/load process took and what message you saw? And you are definitely using the latest_core URI and not the https://databus.dbpedia.org/dbpedia/collections/virtuoso-sparql-endpoint-quickstart-preview ? |
It took considerable time to download the data when I used latest_core. Similarly, when I use the started package to test and view the page for Berlin as suggested in the main github page, it shows a similar page to the above : I'm running these on a VirtualBox Ubuntu machine. And here is the output of the command : |
Hi, I also see differences between the public dbpedia endpoint and my local instance (I'm running the docker with the latest core collection: https://databus.dbpedia.org/dbpedia/collections/latest-core). Otherwise, I'm running dockers as they are in the repo (except for adjusting buffer sizes).
which returns results on the public endpoint but not on my local endpoint. |
I have exactly the same problem (I only get the sameAs properties, nothing else), have you found a solution yet? |
Here is a sparql for returning entries related to Steve Jobs' page :
SELECT ?uri ?sameAs
WHERE {
?uri dbo:wikiPageID 7412236 .
?uri owl:sameAs ?sameAs
}
It returns values on live dbpedia but when I run through virtuoso on my machine nothing is returned. Also any dbpedia page(Even non-existing ones) have only on statement which is sameAs, pointing to live dbpedia. as below:
What should I do to make it work on my local machine correctly?
The text was updated successfully, but these errors were encountered: