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

multiple UNIONs not handled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3.0
    • 3.4.0
    • KiWi Triple Store

    Description

      fails with query below - but removing any of the union clauses works

      PREFIX  dcterms: <http://purl.org/dc/terms/>
      PREFIX  rdfs: <http://www.w3.org/2000/01/rdf-schema#>
      PREFIX  void: <http://rdfs.org/ns/void#>
      PREFIX  rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
      PREFIX  lid:  <http://id.sirf.net/def/schema/lid/>
      
      SELECT *
      WHERE
        {   { { <http://resources.opengeospatial.org/def/voc/examples/mdg> rdf:type ?___0 }
              OPTIONAL
           { { ?___0 rdfs:label ?___1 } }
            }
          UNION
            { <http://resources.opengeospatial.org/def/voc/examples/mdg> rdfs:label ?___2 }
          UNION
            { <http://resources.opengeospatial.org/def/voc/examples/mdg> void:sparqlendpoint ?___10 }  
          }
      

      Attachments

        Issue Links

          Activity

            People

              wikier Sergio Fernández
              rob@metalinkage.com.au Rob Atkinson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: