[GitHub] jena issue #299: Turtle Star

2018-06-11 Thread hartig
Github user hartig commented on the issue: https://github.com/apache/jena/pull/299 Agreed. ---

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194338879 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingBase.java --- @@ -0,0 +1,277 @@ +/* + * Licensed to the Apache Software

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194338271 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingBase.java --- @@ -0,0 +1,277 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194339397 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingOver.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194338419 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingBase.java --- @@ -0,0 +1,277 @@ +/* + * Licensed to the Apache Software

[GitHub] jena pull request #433: JENA-1561: Enable TDB2 in Fuseki UI and on the comma...

2018-06-11 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/433#discussion_r194342614 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java --- @@ -351,15 +356,13 @@ private static void

[jira] [Commented] (JENA-1561) Enable TDB2 in the Fuseki UI and on the Fuseki command line.

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

[GitHub] jena pull request #299: Turtle Star

2018-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/299 ---

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194364163 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingOver.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[GitHub] jena pull request #434: JENA-1562: Fix for Graph.size() for TDB2 graphs

2018-06-11 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/434#discussion_r194395266 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/GraphView.java --- @@ -165,6 +165,9 @@ public void performDelete( Triple t ) { Node o =

[jira] [Commented] (JENA-1562) TDB2 Graph.size() is much slower than TDB1.

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

[GitHub] jena pull request #434: JENA-1562: Fix for Graph.size() for TDB2 graphs

2018-06-11 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/434#discussion_r194396180 --- Diff: jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/store/GraphViewSwitchable.java --- @@ -79,16 +83,34 @@ public TransactionHandler

[jira] [Commented] (JENA-1562) TDB2 Graph.size() is much slower than TDB1.

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

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194398068 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingOver.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[GitHub] jena pull request #434: JENA-1562: Fix for Graph.size() for TDB2 graphs

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/434#discussion_r194398578 --- Diff: jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/store/GraphViewSwitchable.java --- @@ -79,16 +83,34 @@ public TransactionHandler

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194399107 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingOver.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-1562) TDB2 Graph.size() is much slower than TDB1.

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

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[GitHub] jena pull request #433: JENA-1561: Enable TDB2 in Fuseki UI and on the comma...

2018-06-11 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/433#discussion_r194399246 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java --- @@ -351,15 +356,13 @@ private static void

[jira] [Commented] (JENA-1561) Enable TDB2 in the Fuseki UI and on the Fuseki command line.

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

[GitHub] jena pull request #431: JENA-1559: Alternative PrefixMapping implementation;...

2018-06-11 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/431#discussion_r194405024 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/graph/PrefixMappingBase.java --- @@ -0,0 +1,277 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-1559) Avoid unnecessary prefix loading in GraphPrefixesProjection

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

[GitHub] jena pull request #434: JENA-1562: Fix for Graph.size() for TDB2 graphs

2018-06-11 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/434#discussion_r194408181 --- Diff: jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/store/GraphViewSwitchable.java --- @@ -79,16 +83,34 @@ public TransactionHandler

[jira] [Commented] (JENA-1562) TDB2 Graph.size() is much slower than TDB1.

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

[GitHub] jena pull request #432: JENA-1560: PrefixMappingUtils

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/432#discussion_r194564937 --- Diff: jena-core/src/main/java/org/apache/jena/util/PrefixMappingUtils.java --- @@ -0,0 +1,362 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-1560) Prefix utilities to prune prefixes to those needed by the data.

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

[jira] [Commented] (JENA-1560) Prefix utilities to prune prefixes to those needed by the data.

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

[GitHub] jena pull request #432: JENA-1560: PrefixMappingUtils

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/432#discussion_r194564667 --- Diff: jena-core/src/main/java/org/apache/jena/util/PrefixMappingUtils.java --- @@ -0,0 +1,362 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-1560) Prefix utilities to prune prefixes to those needed by the data.

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

[GitHub] jena pull request #432: JENA-1560: PrefixMappingUtils

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/432#discussion_r194566823 --- Diff: jena-core/src/main/java/org/apache/jena/util/PrefixMappingUtils.java --- @@ -0,0 +1,362 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-1560) Prefix utilities to prune prefixes to those needed by the data.

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

[GitHub] jena pull request #432: JENA-1560: PrefixMappingUtils

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/432#discussion_r194567840 --- Diff: jena-core/src/main/java/org/apache/jena/util/PrefixMappingUtils.java --- @@ -0,0 +1,362 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-1560) Prefix utilities to prune prefixes to those needed by the data.

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

[GitHub] jena pull request #432: JENA-1560: PrefixMappingUtils

2018-06-11 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/432#discussion_r194568224 --- Diff: jena-core/src/main/java/org/apache/jena/util/PrefixMappingUtils.java --- @@ -0,0 +1,362 @@ +/* + * Licensed to the Apache Software Foundation