Hello,
I'm running a local instance of dbpedia from dbpedia official docker images
<https://github.com/dbpedia/virtuoso-sparql-endpoint-quickstart> loading
the latest core collection
<https://databus.dbpedia.org/dbpedia/collections/latest-core> (210 files)
which as per dbpedia documentation should correspond to the data available
in the public endpoint.

I'm running dockers as they are in the repo (except for adjusting buffer
sizes) and I'm on Ubuntu 20.04.

The query I'm using for testing is:

    SELECT DISTINCT ?child  WHERE {
                <http://dbpedia.org/resource/Calcium> dbo:wikiPageWikiLink
?child .}

which returns results on the public endpoint but not on my local endpoint.

The endpoint is running locally without any problem. It just seems like
some data is missing. That said, I do see:
*** Error S2801: [Virtuoso Driver]CL033: Connect failed to store:1111 =
store:1111. when running docker-compose up store load.

Could that be the reason for the missing data? I'd appreciate any pointers
as to how to debug the fact that the results are different despite using
the same dataset and the published docker images. There are no logs about
store crashing, in fact in between the above errors it says Server online
at 1111 (pid 1). Thanks!
_______________________________________________
DBpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to