Releases: SmartDataAnalytics/RdfProcessingToolkit
Releases · SmartDataAnalytics/RdfProcessingToolkit
v2.0.0-rc2
Improvements over v2.0.0-rc1
- Fixed lambdas
- This release includes updated Service Enhancer witha an experimental
SERVICE <concurrent+10-1000:> {}
feature to make parallel requests. In this example, 10 is the number of concurrent slots and 1000 the number of bindings to read ahead in each slot.
v2.0.0-rc1
This bundle features:
- The new GraphQL engine documented here
- A nice landing screen when starting the server
- Improved support for RML2
- Jar file can now be launched with
java -jar rpt-VERSION.jar
because the necessary--add-opens
declarations are part of the included manifest. - Lots of additional testing; work in progress is to add
selftest
commands to verify the rpt bundles.
You can install this release with docker using docker pull aksw/rpt:2.0.0-rc1
v1.9.9-rc1
- Support for mapping RDF files to graph:
rpt integrate graph=http://foo file1.nt file2.ttl graph=http://bar file3.nt
- Experimental RML2 support
v1.9.8-rc1
- Added
--macro
option which allows to specify a ttl file with sparql function macros - Fixed bugs related to the property function
norse:path.simplePaths
- Migrated several old functions from the old
jsa:
into thenorse:
namespace
v1.9.7-rc9
turn on ARQ.constantBNodeLabels TODO: check what's broken now
v1.9.7-rc7
Add initial support for qudt.org http://jsa.aksw.org/fn/qudtlib/convert(value, fromUnit, toUnit)
v1.9.7-rc6
Improve Accept header content type selection
v1.9.7-rc5
Fix logger