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?
views:
95answers:
3
+1
A:
I solve this problem:SELECT ?hostCity WHERE { ?hostCity <http://dbpedia.org/property/hostCity> <http://dbpedia.org/resource/Lisbon . }
john
2010-03-30 11:38:41
A:
It is often more productive to ask questions about DBpedia, on the DBpedia discussion mailing list. (There are other lists available there for development and announcements, if those should suit a reader's interest...)
Be seeing you,
Ted
TallTed
2010-03-31 14:06:38