tags:

views:

95

answers:

3

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

+1  A: 

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

john
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
A: 

Hi, sorry to post something that is not an answer, but could you tag this question with "dbpedia". We will soon intergrate the StackOverFlow feed with the tag "dbpedia" into our web site, to have something like a FAQ. thanks, Sebastian