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...
This works: ```bash rpt integrate -e qlever --loc /tmp/qlever --server data.ttl ``` But omitting the `data.ttl` argument fails.
I started this task some time ago but did not get it working. The last commands in my personal history indicate that I tried to use `--privileged` and mounting the...
``` 14:07:05 docker-java-stream--1464214861 [INFO] [o.a.j.e.q.RdfDatabaseBuilderQlever:500] - 2025-02-18 13:07:05.650 - ERROR: Assertion `!fileSpecifications.empty()` failed. Please report this to the developers. In file "/qlever/src/index/IndexBuilderMain.cpp " at line 329 ``` Supplying an empty...
With the [backbone](https://smartdataanalytics.github.io/RdfProcessingToolkit/graphql/) for ad-hoc queries in place, it's time to add support for graphql schema. The main technical upgrade is that the source for field annotations may be based...
In the docs [it says](https://smartdataanalytics.github.io/RdfProcessingToolkit/examples/README.html#processing-csv): > The options string is composed of a base CSV format name followed by an optional list of modifiers. Only an `-h` modifier is then...