Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-1300

Using alternative path in Fuseki runs forever

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • Fuseki, TDB
    • None

    Description

      When doing a query with alternative paths like in this example 'isOwnedBy' and 'exploitatie' then Fuseki seems to run forever.
      If I remove on of the 2 the response is immediate.

      PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
      PREFIX protontop: <http://www.ontotext.com/protontop#>
      PREFIX milieu: <http://id.milieuinfo.be/def#>
      
      SELECT (count(*) as ?total)
      WHERE {
        GRAPH <http://id.milieuinfo.be/graph/imjv#id> {
          ?x protontop:isOwnedBy|milieu:exploitatie ?site. 
          ?site rdfs:label ?label.
        }
      }
      
      

      Attachments

        Activity

          People

            andy Andy Seaborne
            natan.cox Natan Cox
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: