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

Printing queries restarts the bNode labels inside subqueries.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • Jena 2.7.4, ARQ 2.9.4
    • Jena 2.10.0
    • ARQ
    • None

    Description

      Examples:

      SELECT *
      {
      { SELECT *

      { ?s1 ?p1 _:b0 }

      }
      { SELECT *

      { ?s1 ?p1 _:b1 }

      }
      }

      SELECT *
      {
      { SELECT *

      { ?s1 ?p1 _:b0 }

      }
      ?s1 ?p1 _:b1
      }

      Both the _:b1 become _:b0 when read in and printed out.

      Attachments

        Activity

          People

            andy Andy Seaborne
            andy Andy Seaborne
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: