Open

Description
Here is a sparql for returning entries related to Steve Jobs' page :
SELECT ?uri ?sameAs
WHERE {
?uri dbo:wikiPageID 7412236 .
?uri owl:sameAs ?sameAs
}
It returns values on live dbpedia but when I run through virtuoso on my machine nothing is returned. Also any dbpedia page(Even non-existing ones) have only on statement which is sameAs, pointing to live dbpedia. as below:
What should I do to make it work on my local machine correctly?
Metadata
Metadata
Assignees
Labels
No labels