Re: [Dbpedia-discussion] count(*) sparql question

2009-08-06 Thread Ed Summers
On Thu, Aug 6, 2009 at 6:54 AM, Hugh Williams wrote: > This issues has been fixed and the dbpedia instance updated, such > that the count query now returns value > 0 (240327 for your sample query > above). Please confirm this works for you now ... Works for me. Thanks! //Ed -

Re: [Dbpedia-discussion] count(*) sparql question

2009-08-06 Thread Hugh Williams
Lee, On 3 Aug 2009, at 22:30, Kingsley Idehen wrote: Lee Feigenbaum wrote: Kingsley Idehen wrote: Ed Summers wrote: I was just playing around w/ some SPARQL using dbpedia's endpoint and noticed that: SELECT * WHERE { ?person rdf:type . ?person rdfs:

Re: [Dbpedia-discussion] count(*) sparql question

2009-08-03 Thread Kingsley Idehen
Lee Feigenbaum wrote: > Kingsley Idehen wrote: >> Ed Summers wrote: >>> I was just playing around w/ some SPARQL using dbpedia's endpoint and >>> noticed that: >>> >>> SELECT * >>> WHERE { >>> ?person rdf:type . >>> ?person rdfs:label ?personName . >>> ?pe

Re: [Dbpedia-discussion] count(*) sparql question

2009-08-03 Thread Ed Summers
On Mon, Aug 3, 2009 at 1:45 PM, Lee Feigenbaum wrote: > Kingsley, can you explain this further? If Ed's original query (no > optionals) returns results, why would the same query with COUNT(*) return > zero? Thanks Lee ; I'm glad I am not the only one asking that :-) //Ed

Re: [Dbpedia-discussion] count(*) sparql question

2009-08-03 Thread Lee Feigenbaum
Kingsley Idehen wrote: > Ed Summers wrote: >> I was just playing around w/ some SPARQL using dbpedia's endpoint and >> noticed that: >> >> SELECT * >> WHERE { >> ?person rdf:type . >> ?person rdfs:label ?personName . >> ?person

Re: [Dbpedia-discussion] count(*) sparql question

2009-08-03 Thread Kingsley Idehen
Ed Summers wrote: > I was just playing around w/ some SPARQL using dbpedia's endpoint and > noticed that: > > SELECT * > WHERE { > ?person rdf:type . > ?person rdfs:label ?personName . > ?person ?place . > ?place

[Dbpedia-discussion] count(*) sparql question

2009-08-03 Thread Ed Summers
I was just playing around w/ some SPARQL using dbpedia's endpoint and noticed that: SELECT * WHERE { ?person rdf:type . ?person rdfs:label ?personName . ?person ?place . ?place rdfs:label ?placeName . FILTER (l