Re: [Virtuoso-users] DBpedia strange SPARQL anomaly

2010-02-25 Thread Hugh Williams
Hi Sebastian/Nathan, We are looking into possible causes for this issue and shall report back ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://t

Re: [Virtuoso-users] DBpedia strange SPARQL anomaly

2010-02-25 Thread Nathan
Sebastian Hellmann wrote: > Hi, compare: > PREFIX dbpedia2: > SELECT DISTINCT ?p WHERE > { ?p ?o. > Filter ( ?p != dbpedia2:redirect ) > } > > to > PREFIX dbpedia2: > SELECT

[Virtuoso-users] DBpedia strange SPARQL anomaly

2010-02-25 Thread Sebastian Hellmann
Hi, compare: PREFIX dbpedia2: SELECT DISTINCT ?p WHERE { ?p ?o. Filter ( ?p != dbpedia2:redirect ) } to PREFIX dbpedia2: SELECT DISTINCT ?p WHERE {