RdfProcessingToolkit
RdfProcessingToolkit copied to clipboard
Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV...
It seems that the output itself is fine, but there seems to be a race condition when configuring the output writer. An alternative reason could be that writer configuration still...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.40.v20210413 to 9.4.51.v20230217. Release notes Sourced from jetty-server's releases. 9.4.51.v20230217 Sponsored Release This is a release of the End of Community Support Jetty 9.x series that was...
Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.40.v20210413 to 9.4.44.v20210927. Release notes Sourced from jetty-webapp's releases. 9.4.44.v20210927 Changelog #6883 - Welcome file redirects do not honor the relativeRedirectAllowed option #6870 - Encode control characters...
Bumps [jetty-servlets](https://github.com/eclipse/jetty.project) from 9.4.40.v20210413 to 9.4.41.v20210516. Release notes Sourced from jetty-servlets's releases. 9.4.41.v20210516 Changelog This release resolves CVE-2021-28169 and CVE-2021-34428 #6099 Cipher preference may break SNI if certificates have different...
Bumps [jetty-http](https://github.com/eclipse/jetty.project) from 9.4.40.v20210413 to 9.4.48.v20220622. Release notes Sourced from jetty-http's releases. 9.4.48.v20220622 End of Life Notice eclipse/jetty.project#7958 - Jetty 9.4.x is now at End of Community Support. (See issue...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...
Launching `rpt integrate --server` gives: ```bash 14:38:51 main [WARN] [o.g.j.m.i.MessagingBinders:248] - A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. 14:38:51 main [WARN]...
Macros are detected and expanded in SPARQL queries but not in SPARQL update statements. The issue was fixed by using StmtTransform rather than QueryTransform: https://github.com/SmartDataAnalytics/RdfProcessingToolkit/commit/cfe2c2fcf5ce658a2d5780fab45969ccce799e90 We still need to add...