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

SPARQL-command with "native" sparql.strategy setting fails

    XMLWordPrintableJSON

Details

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

    Description

      The following SPARQL-Command fails when using the configuration setting native for sparql.strategy:

      SELECT DISTINCT ?uri ?title ?children {
        GRAPH <http://host/context/graph> {
          ?uri a <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
          OPTIONAL { 
            ?uri <http://www.w3.org/2000/01/rdf-schema#label> ?title . 
            FILTER (lang(?title) = 'en') 
          }
          BIND ( EXISTS { ?uri <http://www.w3.org/2004/02/skos/core#hasTopConcept> ?_top } AS ?children )
        }
      }
      

      when using sparql.strategy=memory the query works!

      Attachments

        Activity

          People

            dglachs Dietmar Glachs
            dglachs Dietmar Glachs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 2h
                2h
                Remaining:
                Remaining Estimate - 2h
                2h
                Logged:
                Time Spent - Not Specified
                Not Specified