How can i fetch result from both wikidata and dbpedia
SELECT ?film
WHERE {
?film wdt:P31 wd:Q11424;
wdt:P915 wd:Q506250.
}
How can i fetch result from both wikidata and dbpedia
SELECT ?film
WHERE {
?film wdt:P31 wd:Q11424;
wdt:P915 wd:Q506250.
}
This can't work because DBpedia and Wikidata use different URIs for identifying resources. This should be quite obvious if you look at the results when simply retrieving actors from both datasets.