[jira] [Updated] (JENA-2141) Query timeout may not be seen if during execution initialization.

2021-08-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-2141: Description: This follows on from JENA-2139. It is the more general case. This is query 1 from the

RDF Writer JSON LD FRAME performance

2021-08-20 Thread Roland Bailly
Hello ! I have a question related to the performance of the RDFWriter to JSON LD FRAME format. Currently I have to process 40k objects inside in a RDF file. When I process them into JSON following the code: JsonLDWriteContext ctx = new JsonLDWriteContext(); JsonLdOptions opts = new

[jira] [Commented] (JENA-1948) Consider using Titanium library for JSON-LD 1.1 support

2021-08-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402164#comment-17402164 ] Andy Seaborne commented on JENA-1948: - [PR#1050|https://github.com/apache/jena/pull/1050] removes the

[jira] [Resolved] (JENA-2150) Graph name wrongly in-scope in BIND expression.

2021-08-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-2150. - Resolution: Fixed > Graph name wrongly in-scope in BIND expression. >

[jira] [Commented] (JENA-2144) shaclc serializer should output "nodeKind"

2021-08-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402278#comment-17402278 ] ASF subversion and git services commented on JENA-2144: --- Commit

[jira] [Commented] (JENA-2150) Graph name wrongly in-scope in BIND expression.

2021-08-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402280#comment-17402280 ] ASF subversion and git services commented on JENA-2150: --- Commit

[jira] [Commented] (JENA-2150) Graph name wrongly in-scope in BIND expression.

2021-08-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402281#comment-17402281 ] ASF subversion and git services commented on JENA-2150: --- Commit

[jira] [Commented] (JENA-2006) Dataset prefixes

2021-08-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402279#comment-17402279 ] ASF subversion and git services commented on JENA-2006: --- Commit

[jira] [Resolved] (JENA-2144) shaclc serializer should output "nodeKind"

2021-08-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-2144. - Fix Version/s: Jena 4.2.0 Assignee: Andy Seaborne Resolution: Fixed Fixed bug but

[jira] [Commented] (JENA-2151) Iter.filter does not close nested iterator

2021-08-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402328#comment-17402328 ] Andy Seaborne commented on JENA-2151: - What kind of iterator is being filtered and where might the

[jira] [Commented] (JENA-2144) shaclc serializer should output "nodeKind"

2021-08-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402277#comment-17402277 ] ASF subversion and git services commented on JENA-2144: --- Commit

[jira] [Resolved] (JENA-1948) Consider using Titanium library for JSON-LD 1.1 support

2021-08-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1948. - Fix Version/s: Jena 4.2.0 Assignee: Andy Seaborne Resolution: Fixed > Consider

Re: RDF Writer JSON LD FRAME performance

2021-08-20 Thread Andy Seaborne
Hi Ronald, Jena used github/jsonld-java for its JSON-LD handling. Providing the costs aren't going in the translation across the Jena/jsonld-java boundary, then it is the cost in jsonld-java. I haven't had the opportunity to check but it has been said that the JSON-LD algorithms are not

[jira] [Commented] (JENA-2151) Iter.filter does not close nested iterator

2021-08-20 Thread Holger Knublauch (Jira)
[ https://issues.apache.org/jira/browse/JENA-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402462#comment-17402462 ] Holger Knublauch commented on JENA-2151: Here is a stack trace from where it reaches the