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

If the URI for the named graph in a Dataset does not contain a colon ":" it is accepted but can not be retrieved.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      If dataset.addNamedModel(uri, m) is called and 'uri' does not have a colon the query select * { graph <uri> { ?s ?o ?p }} does not return any results even though select ?g { graph ?g { ?s ?o ?p }} will return the uri as ?g.

      JUnit based test case attached.

      Attachments

        1. DatasetGraphNameTest.java
          3 kB
          Claude Warren

        Activity

          People

            andy Andy Seaborne
            claude Claude Warren
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: