Sebastian Hellmann wrote: > Hi, compare: > PREFIX dbpedia2: <http://dbpedia.org/property/> > SELECT DISTINCT ?p WHERE > {<http://dbpedia.org/resource/Braniff_International_Airways> ?p ?o. > Filter ( ?p != dbpedia2:redirect ) > } > > to > PREFIX dbpedia2: <http://dbpedia.org/property/> > SELECT DISTINCT ?p WHERE > {<http://dbpedia.org/resource/Braniff_International_Airways> ?p ?o. > Filter ( ?p != dbpedia2:redirects ) > } > > The only difference is the s at the end of dbpedia2:redirects > It does not return any results any more. > I tried it with snorql > Regards, > Sebastian >
That is a strange one! extra feedback for the virtuoso team below: done some extra testing and this seems to be a "bug" on both dbpedia.org and dbpedia-live however I can though confirm that I've tested the same queries out on my own local 6.1 version of virtuoso with dbpedia in it and the queries ran fine / as expected :) [so possibly only affecting cluster?] Many Regards, Nathan
