[jira] [Commented] (JENA-1502) SPARQL extensions for processing CSV, XML, JSON and remote data

2018-03-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398745#comment-16398745 ] Andy Seaborne commented on JENA-1502: - Just on JSON numbers -> RDF: v3.7.0 will have JS functions and

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

2018-03-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398679#comment-16398679 ] ASF GitHub Bot commented on JENA-632: - GitHub user afs opened a pull request:

[jira] [Commented] (JENA-1502) SPARQL extensions for processing CSV, XML, JSON and remote data

2018-03-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398734#comment-16398734 ] Andy Seaborne commented on JENA-1502: - Hi Claus, Certainly some interest from me at least.  I would

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

2018-03-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398715#comment-16398715 ] ASF subversion and git services commented on JENA-632: -- Commit

[jira] [Commented] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

2018-03-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398716#comment-16398716 ] ASF subversion and git services commented on JENA-1507: --- Commit

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

2018-03-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398717#comment-16398717 ] ASF subversion and git services commented on JENA-632: -- Commit

[jira] [Resolved] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

2018-03-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1507. - Resolution: Fixed Fix Version/s: 3.7.0 > GROUP BY and aggregates when there are no matching

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

2018-03-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398719#comment-16398719 ] ASF GitHub Bot commented on JENA-632: - Github user asfgit closed the pull request at:

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

2018-03-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398682#comment-16398682 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on the issue:

[jira] [Commented] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

2018-03-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398718#comment-16398718 ] ASF GitHub Bot commented on JENA-1507: -- Github user asfgit closed the pull request at:

[jira] [Commented] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

2018-03-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398714#comment-16398714 ] ASF subversion and git services commented on JENA-1507: --- Commit

[GitHub] jena pull request #383: JENA-632: Conversion of Nodes to JsonValues.

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/383 ---

[GitHub] jena pull request #381: Reformat QueryIterGroup; no test output from TestPar...

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/381 ---

[GitHub] jena pull request #382: JENA-1507: Fixes for aggregates when no WHERE match.

2018-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/382 ---

[GitHub] jena issue #114: JENA-632: Generate JSON from SPARQL directly

2018-03-14 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/114 PR #383 - we can still change it based on experience. BTW The grammar accepts the JSON field names in single quotes to make embedding in strings easier. It's a STRING1, either one `"` or one `'`

[GitHub] jena pull request #383: JENA-632: Conversion of Nodes to JsonValues.

2018-03-14 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/383 JENA-632: Conversion of Nodes to JsonValues. You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena node2json Alternatively you can review and

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

2018-03-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398454#comment-16398454 ] ASF GitHub Bot commented on JENA-632: - Github user kinow commented on the issue:

[GitHub] jena issue #114: JENA-632: Generate JSON from SPARQL directly

2018-03-14 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/114 FWIW, the output of the second test right now is ``` { "s" : "s" , "p" : "" , "o" : "def@en" } { "s" : "s" , "p" : "" , "o" : "abc" } {

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

2018-03-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398449#comment-16398449 ] ASF GitHub Bot commented on JENA-632: - Github user kinow commented on the issue:

[GitHub] jena issue #114: JENA-632: Generate JSON from SPARQL directly

2018-03-14 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/114 +1 for the current draft I would use it