[ 
https://issues.apache.org/jira/browse/MARMOTTA-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Schaffert resolved MARMOTTA-546.
------------------------------------------
    Resolution: Fixed

> 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
>              Labels: SPARQL
>
> 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)

Reply via email to