Question

At http://dbpedia.org/sparql/ I want to select something like this:
SELECT ?hostCity WHERE { <http://dbpedia.org/resource/Lisbon> <http://dbpedia.org/property/hostCity> ?hostCity . }
Do you know, where is a problem?

Was it helpful?

Solution

I solve this problem:SELECT ?hostCity WHERE { ?hostCity <http://dbpedia.org/property/hostCity> <http://dbpedia.org/resource/Lisbon . }

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top