Claude Warren created JENA-319:
----------------------------------

             Summary: If the URI for the named graph in a Dataset does not 
contain a colon ":" it is accepted but can not be retrieved.
                 Key: JENA-319
                 URL: https://issues.apache.org/jira/browse/JENA-319
             Project: Apache Jena
          Issue Type: Bug
            Reporter: Claude Warren


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to