dbp:wikiPageUsesTemplate problem

I want to extract all the infoboxes templates pages concerning the food (http://dbpedia.org/resource/Template:Infobox_food), the problem is that I always recieved an empty result. My Sparql Query was:
SELECT * WHERE { ?page dbp:wikiPageUsesTemplate <http://dbpedia.org/resource/Template:Infobox_food> . }
I look forward to hearing your solutions for this problem.
Thank you in advance.

I found the solution :slight_smile: instead of querying Dbpedia_Endpoint, we have to query Dbpedia_Live_Endpoint.

1 Like

@bilalox
hm, yes, seems like we didn’t load the dataset into the store. They are quite useful however.
The dataest is here:
https://databus.dbpedia.org/dbpedia/generic/article-templates/

I added the dataset to the latest core collection: https://databus.dbpedia.org/dbpedia/collections/latest-core
It will be in https://dbpedia.demo.openlinksw.com/sparql in a few weeks and then also in dbpedia.org/sparql once we switch the new releases there.

1 Like