Thomas Kurz created MARMOTTA-546:
------------------------------------
Summary: Sparql bug with bound queries
Key: MARMOTTA-546
URL: https://issues.apache.org/jira/browse/MARMOTTA-546
Project: Marmotta
Issue Type: Bug
Components: KiWi Triple Store
Reporter: Thomas Kurz
Assignee: Sebastian Schaffert
Priority: Blocker
This issues throws an PSQL Exception with the new SQL SPARQL implementation:
{code}
SELECT DISTINCT ?property ?hasValue ?isValueOf WHERE {
{ <http://foo/123> ?property ?hasValue }
UNION
{ ?isValueOf ?property <http://foo/123> }
} ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValueOf
{code}
{code}
syntax error at or near \"FROM\" Position: 10
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)