Issue in retrieving wikipagewikilink property

Before 10 days the sparql query was working properly but when Dbpedia update the interface of the website in 2021 the same query not retrieve any result. Actually there is no wikipagewikilink that was exist to connect movies and other resources.
the query is
SELECT distinct ?p ?o
WHERE {{ http://dbpedia.org/resource/The_Terminator ?p ?o. ?o http://www.w3.org/1999/02/22-rdf-syntax-ns#type dbont:Film.

The result that I got before was all movies that are linked with terminator Film by wikipagewikilink predicate.
but now there are no such results.
Are there any changes occurred on DBpedia server? Is this property(wikipagewikilink) removed ?
How to solve this issue I need it in my research?
thank you for your help

After contacting Dbpedia on Slack chat they said that there was a dataset missing in the last update. They solved the issue now and the same query that I Posted it works now. Many thanks to Patric for his follow up with databus team to solve this issue.

1 Like