You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Thomas Kurz (JIRA)" <ji...@apache.org> on 2014/10/02 14:23:33 UTC

[jira] [Created] (MARMOTTA-546) Sparql bug with bound queries

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)