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