Re: Quick reality check please

or

select distinct ?s where {?q rdfs:label ?s.?s bif:contains "'Arts and
Humanities Research Council'"}


On Sun, Mar 20, 2011 at 9:05 PM, Nathan <nathan@webr3.org> wrote:
> select distinct ?s where {?s ?p "Arts and Humanities Research Council"@en}
>
> :)
>
> Hugh Glaser wrote:
>>
>> dbpedia sparql endpoint is not doing what I expect.
>>
>> select distinct ?s where {?s ?p "World Wide Web Consortium"}
>> gives an answer
>> select distinct ?s where {?s ?p "Arts and Humanities Research Council"}
>> doesn't.
>>
>> But both
>> http://dbpedia.org/resource/World_Wide_Web_Consortium
>> and
>> http://dbpedia.org/resource/Arts_and_Humanities_Research_Council
>> are there with dbpprop:name and rdfs:label and the string.
>>
>> What am I doing wrong?
>>
>> The two queries as the actual URLs:
>>
>>
>> http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+distinct+%3Fs+where+%7B%3Fs+%3Fp+%22World+Wide+Web+Consortium%22%7D&debug=on&timeout=&format=text%2Fhtml&save=display&fname=
>>
>>
>> http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+distinct+%3Fs+where+%7B%3Fs+%3Fp+%22Arts+and+Humanities+Research+Council%22%7D&debug=on&timeout=&format=text%2Fhtml&save=display&fname=
>>
>> Hope this is not a senior moment, but suspect it is :-)
>>
>>
>
>
>

Received on Monday, 21 March 2011 03:29:08 UTC