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

Use of BNodes in the WHERE part of a SPARQL Update do not behave as variables.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Jena 2.7.4
    • Jena 2.10.0
    • ARQ
    • None

    Description

      Correct in Jena 2.7.3, not in Jena 2.7.4

      Test case:

      INSERT DATA

      { <x:s> <x:p> "OLD" }

      ;
      DELETE

      { <x:s> <x:p> "OLD" }


      INSERT

      { <x:s1> <x:p1> "NEW" }


      WHERE

      { [] ?p ?o }

      Output Jena 2.7.3:
      <x:s1> <x:p1> "NEW" .

      Output Jena 2.7.4:
      <x:s1> <x:p1> "OLD" .

      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: