- From: Hugh Glaser <hg@ecs.soton.ac.uk>
- Date: Sun, 20 Mar 2011 23:43:37 +0000
- To: Linked Data community <public-lod@w3.org>
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 :-)
--
Hugh Glaser,
Intelligence, Agents, Multimedia
School of Electronics and Computer Science,
University of Southampton,
Southampton SO17 1BJ
Work: +44 23 8059 3670, Fax: +44 23 8059 3045
Mobile: +44 78 9422 3822, Home: +44 23 8061 5652
http://www.ecs.soton.ac.uk/~hg/
Received on Sunday, 20 March 2011 23:44:37 UTC