I am trying to execute several SPARQL queries in RDF DBPedia files. Sometimes this works, but the following query returns an empty result set.
PREFIX rdf: <http:
PREFIX rdfs: <http:
SELECT * WHERE {
<http:
<http:
}
I tested it here: on DBpedia SPARQL, the endpoint is also with my local 4store system, where I see that there is a correct triple, What's wrong with my query? Why is the correct TLD answer not responding?
Thanks @all
source
share