[jira] [Updated] (JENA-632) Generate JSON from SPARQL directly.

2015-01-11 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-632: --- Labels: java javacc (was: gsoc java javacc) Generate JSON from SPARQL directly.

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-01-11 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14272869#comment-14272869 ] Andy Seaborne commented on JENA-632: h4. Q1 The grammar looks OK (visual inspection of

[GitHub] jena pull request: Create iri from uri

2015-01-11 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/18 Create iri from uri Adds `IRIfactoryI.create(java.lang.URI)` to complement JENA-846 `IRI.toURI()`. I believe I don't need the special case `if (! uri.isAbsolute())` - see second commit