Re: [Virtuoso-users] SNORQL SPARQL query BOUND() problem

2010-02-08 Thread Ivan Mikhailov
Egon, The fix will appear in the next release. Meanwhile you may use the attached patch, it should be applicable to all recent versions of v5 and v6 (with some line offset). Sorry for inconvenience, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Mon, 2010-02-08 at 12:08 +010

Re: [Virtuoso-users] SNORQL SPARQL query BOUND() problem

2010-02-08 Thread Ivan Mikhailov
Hello Egon, > SELECT DISTINCT ?property ?hasValue ?isValueOf > WHERE { > { ?property ?hasValue } > UNION > { ?isValueOf ?property } > } > ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValu

[Virtuoso-users] SNORQL SPARQL query BOUND() problem

2010-02-08 Thread Egon Willighagen
Hi all, I have installed Virtuoso 6.1 on a machine here in Uppsala [0], and SNORQL from [1]. However, SNORQL defaults to this query for individuals: SELECT DISTINCT ?property ?hasValue ?isValueOf WHERE { { ?property ?hasValue } UNION { ?isVal