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

The TIM dataset retains a memory of named graphs after deleting all quads.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Jena 3.6.0
    • Jena 3.7.0
    • None
    • None

    Description

      Illustration:

              DatasetGraph dsg = DatasetGraphFactory.createTxnMem();
              Quad q = SSE.parseQuad("(:g :s :p :o)");
              dsg.add(q);
              dsg.delete(q);
              Iter.print(dsg.listGraphNodes());
      

      prints http://example/g.

      Attachments

        Issue Links

          Activity

            People

              ajs6f Adam Soroka
              andy Andy Seaborne
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: