v4.10.0
DylanVanAssche
released this
05 May 12:59
·
725 commits
to master
since this release
Added
- Added support for named graphs in RDFJStore.
- Support for Logical Target and exporting to a local file with various serializations and compression, or a SPARQL endpoint using SPARQL UPDATE queries.
- W3C Web of Things Web API access support to retrieve data from Web API with token authentication.
Changed
- Use RDF4JStore by default (see issue 108).
- Public API of the Executor has been updated and is available under
<method>V5
, the old API is still available but deprecated. In a future release, the old API will be removed and the new one will drop theV5
suffix.
Fixed
- Add remark about duplicate removal and serialization format performance (see issue 108).
- Treat empty values in CSV columns as NULL values in RDBs (see issue 188).
- Fixed reloading the function every iteration, hopefully this gives a speed boost
- Fix R2RML conversion of multiple Triples Maps (see issue 186).
- Fix datatype retrieval when RDB colum names are quoted (see issue 185).