Hello @jfrey, one more question: the live.dbpedia.org is made with the pre-release-2019-08-30 or with the old one?
Thanks
Hello @jfrey, one more question: the live.dbpedia.org is made with the pre-release-2019-08-30 or with the old one?
Thanks
live is live
live is updated with a delay of some hours from Wikipedia via https://www.mediawiki.org/wiki/API:Recent_changes_stream
Hello @jfrey I tried your suggestion, but I can’t have the same result of live.dbpedia.org.
This is my example query:
SELECT ?uri ?description
WHERE {?uri dbo:abstract ?description .
FILTER (?uri = <http://dbpedia.org/resource/IBM>) }
If I run the virtuoso endpoint whit the docker-compose I don’t have any result, if I run this query on live.dbpedia.org I have the result I want.
Why? Can you help me with this?
Thank you in advance
Can you please run the following query?
Select * where {
<http://dbpedia.org/resource/IBM> ?p ?o.}
I had a look and the English mapping files from 2019.09.01 do not contain a single triple for IBM. So if the query from above returns some triples you did not do anything wrong. I guess this is cause by something I wrote here Local vs online dbpedia versions: different results are returned
Alright. I am a bit surprised about this one rdf:type dbo:Company triple but apart from that there seems nothing wrong on your side. You can only wait until a new release is performed or combine 2019.09.01 with the 2016-10 release or use DBpedia Live mirroring[1], @kurzum what what is the status about 2016-10 release on Databus and does Live Mirroring still work out of the box after redeploy of live?
How I can combine the 2019.09.01 and 2016-10 release in the docker-compose?
You could remove the download-min container from the compose and put the files into the target folder of the loader container manually
@klaus82 seems like you received some very complicated answers, although you have one of the most basic use cases, i.e. create a mirror of DBpedia.
Let me answer this:
latest
collection. The second is to make the Dockerized DBpedia run with collections smoothly. This is actually what @klaus82 wants and it coincides with what we are doing currently.We have this collection now, which should be the data you need.
https://databus.dbpedia.org/dbpedia/collections/latest-core
Please use it with this dockerized dbpedia container:
The query of the collection will fetch the latest release, we are working on static collections (selecting a specific version) for the public endpoint.
As far as I understood, the problem is that the releases used in the collection so far miss for @klaus82 important data. The question now is which one of the solutions fits best for his use case. @klaus82 please let us know what you actually want to do. If you only like to retrieve data per entity and no “analytical” query then I could write how to perform solution 2 (ad-hoc extraction). I doubt that the collection @janfo posted will bring you the data you are interested in since it is still using an old release at the moment (2019-09-01)
Hello @jfrey, what I need is:
for english and italian.
With the live.dbpedia I can get these informations but only for english, in dbpedia I can get a lot of lenguages among which Italian.
@jfrey @klaus82 Jan is providing the recommended solution. Klaus has updated a local spotlight version and now he wants more information about found entities, such as Trump. This info is not in 2016, but it is in https://databus.dbpedia.org/dbpedia/collections/latest-core (2019-09).
The collection will update automatically, so re-deploying the DBpedia Docker brings you fresher data now and then.
@klaus82 we established latest-core for users to adapt:
Thanks @kurzum for your reply.
I noticed that the databus endpoint used to download data for spotlight, as you suggested to me in the post [1]:
My goal is: Given a text, analysed by spotlight, I need to understand what are the entity, recognised by spotlight, that are changed between the 2016 release and this last release, but could be traced with an entity of 2016. Eg: http://dbpedia.org/resource/Adobe_Systems and http://dbpedia.org/resource/Adobe_Inc.
To do this I query Virtuoso and try to match the entities, but If the dataset downloaded for spotlight and for virtuoso are different I could have match errors or mismatch.
Do you have any suggestions to achieve my goal?
I am suggesting, that you build this synchronization yourself.
dbpedia.org/sparql and the spotlight service might be synchronized in the future, but I don’t know when. Until then you need to build this yourself.