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

Construct Quads with tdbquery

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Jena 3.9.0
    • Jena 3.10.0
    • TDB
    • None

    Description

      tdbquery does not support the Construct Quads SPARQL extension described here :

      https://jena.apache.org/documentation/query/construct-quad.html

      How to reproduce:

      echo "
      construct {
       graph ?gr
        { ?s ?p ?o }
      }
      where { 
       graph ?gr
        { ?s ?p ?o }
      }
      limit 11
      " > all.rq
      
      ~/apps/apache-jena-3.9.0/bin/tdbquery --loc TDB --query all.rq 
      Encountered " "graph" "graph "" at line 3, column 2.
      Was expecting one of:
          <IRIref> ...
          <PNAME_NS> ...
          <PNAME_LN> ...
          <BLANK_NODE_LABEL> ...
          <VAR1> ...
      ...
       

      Attachments

        Activity

          People

            andy Andy Seaborne
            jmvanel Jean-Marc Vanel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: