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

2018-04-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442316#comment-16442316 ] ASF GitHub Bot commented on JENA-632: - Github user kinow commented on a diff in the pull request:

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

2018-04-18 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r182392871 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/serializer/QuerySerializer.java --- @@ -142,7 +144,19 @@ public void visitAskResultForm(Query query)

[jira] [Commented] (JENA-1525) Add to for each jar module.

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

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

2018-04-18 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r182390129 --- Diff: jena-arq/Grammar/master.jj --- @@ -326,6 +361,46 @@ void AskQuery() : {} SolutionModifier() } +#ifdef ARQ +void JsonQuery() :

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

2018-04-18 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r182394976 --- Diff: jena-arq/Grammar/master.jj --- @@ -2176,6 +2251,19 @@ String String() : { Token t ; String lex ; } } } +#ifdef ARQ +Number

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

2018-04-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442351#comment-16442351 ] ASF GitHub Bot commented on JENA-632: - Github user kinow commented on a diff in the pull request:

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

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

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

2018-04-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442344#comment-16442344 ] ASF GitHub Bot commented on JENA-632: - Github user kinow commented on a diff in the pull request:

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

2018-04-18 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/114 Rebase'd against master. Added `TestJsonEval.java`, with a couple more tests. Then understood why the projected variables were not working. Updated the grammar to call the method that populates

[jira] [Commented] (JENA-1525) Add to for each jar module.

2018-04-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442770#comment-16442770 ] Andy Seaborne commented on JENA-1525: - Also done, by following the same pattern: * jena-elephas *

[jira] [Commented] (JENA-1525) Add to for each jar module.

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

[jira] [Commented] (JENA-1525) Add to for each jar module.

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

[jira] [Commented] (JENA-1525) Add to for each jar module.

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

[jira] [Commented] (JENA-1525) Add to for each jar module.

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

[GitHub] jena pull request #400: [JENA-1525] Add to

2018-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/400 ---

[jira] [Commented] (JENA-1525) Add to for each jar module.

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

Re: Java9 modules

2018-04-18 Thread Andy Seaborne
Christopher Johnson has helped a lot with getting Jena more Java9 ready. This time - setting the Automatic-Module-Name in the jar manifest. We also have a split package (org.apache.jena.system) across jena-core and jena-arq (JENA-1424 to sort that out). JENA-1525 / PR#400 adds automatic

[GitHub] jena pull request #394: JENA-1519: OpWalkerVisitor with custom operators

2018-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/394 ---

[jira] [Commented] (JENA-1519) OpWalkerVisitor should interact better with custom operators

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

[jira] [Commented] (JENA-1519) OpWalkerVisitor should interact better with custom operators

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

[jira] [Commented] (JENA-1519) OpWalkerVisitor should interact better with custom operators

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

[jira] [Resolved] (JENA-1519) OpWalkerVisitor should interact better with custom operators

2018-04-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1519. - Resolution: Fixed Assignee: Andy Seaborne Fix Version/s: Jena 3.8.0 PR merged,

[jira] [Commented] (JENA-1527) GraphDB caches prefix map across transactions.

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

[jira] [Updated] (JENA-1527) GraphTDB caches prefix map across transactions.

2018-04-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1527: Summary: GraphTDB caches prefix map across transactions. (was: GraphDB caches prefix map across

[GitHub] jena pull request #402: JENA-1527: Create PrefixMap on each getPrefixMapping

2018-04-18 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/402 JENA-1527: Create PrefixMap on each getPrefixMapping You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena tdb-prefixes Alternatively you can

Re: Dataset.getUnionModel()

2018-04-18 Thread Adam Jacobs
Hi Andy, We are using the general dataset. Our use case is simply that we are taking quads in from clients, which may or may not include a default graph. We use the union model for several things, but one example is SHACL validation. So we always need to remember to include the default graph