Uploaded image for project: 'Marmotta (Retired)'
  1. Marmotta (Retired)
  2. MARMOTTA-546

Sparql bug with bound queries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • None
    • KiWi Triple Store

    Description

      This issues throws an PSQL Exception with the new SQL SPARQL implementation:

      SELECT DISTINCT ?property ?hasValue ?isValueOf WHERE {
        { <http://foo/123> ?property ?hasValue }
      UNION
        { ?isValueOf ?property <http://foo/123> }
      } ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValueOf
      
      syntax error at or near \"FROM\" Position: 10
      

      Attachments

        Activity

          People

            wastl Sebastian Schaffert
            tkurz@apache.org Thomas Kurz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: