Re: [Virtuoso-users] SELECT DISTINCT queries

2009-09-28 Thread Alex
{ ?article dbpprop:commander ?commander . } > OPTIONAL { ?article dbpedia-owl:result ?result . } > OPTIONAL { ?article dbpedia-owl:strength ?strength . } > OPTIONAL { ?article dbpedia-owl:causalties ?casualties . } > } > > > - Original Message >> Fro

[Virtuoso-users] SELECT DISTINCT queries

2009-09-28 Thread Alex
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Hugh, I have now resorted to using OFFSET/LIMIT to get the full set of results (about 6,000, in my case). However, I am having trouble with the following SPARQL query on http://dbpedia.org/sparql. PREFIX skos: