Vladimir, > On 7 Sep 2015, at 16:04, Vladimir Alexiev <vladimir.alex...@ontotext.com> > wrote: > >> problem queries you report is the correct results being returned from >> http://dbpedia.org/sparql ? > >>> 2. Adding a Kleene closure still returns only 35: >>> select * {?x rdfs:subClassOf+ dbo:Place} >>> 3. Adding "order by" increases to a lot more (170). >>> select * {?x rdfs:subClassOf+ dbo:Place} >>> order by ?x > > 2 & 3 return the same as expected > >>> 14. So let's use distinct (an expensive query) >>> select count(distinct ?x) { >>> ?x a ?type. ?type rdfs:subClassOf+ dbo:Place} > > Returns 713177, which looks reasonable. > > -- > > But I think I found another bug: > > select count(distinct ?x) { > ?x a ?type. > {?type rdfs:subClassOf+ dbo:Place} union {bind(dbo:Place as ?type)} > } > > Says "The list of return values contains '*' but the pattern does not contain > variables". > How about ?x
[Hugh] We have seen this error before which is being scheduled to be looked into by development, will let you know when there is an update on this ... Regards Hugh > > Thanks for the lightning-fast reaction! > ------------------------------------------------------------------------------ _______________________________________________ Dbpedia-discussion mailing list Dbpedia-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion