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...
I did start RPT with the following parameters: `integrate -X --out-format txt edited2.ttl '* {?s ?p ?o }' --server` In the browser I did enter the following query: ``` PREFIX...
Output of all formats that support prefixes cause all of prefix.cc prefixes to be written out. This makes output so ugly its not funny. * By default, output should be...
Running the jena-4.6.0 branch rpt, the IRI function does not return something. `IRI("http://example/")` does not create an IRI. Example: ``` PREFIX rdfs: construct { rdfs:seeAlso ?a . } where {...
Right now it just silently returns without value.
After `mvn clean install` there are no debian packages built to install. ```dockerfile FROM maven:3-jdk-11 ENV SHA=b50353b3eb0424197194732b9faac5ce7330159f RUN apt-get update && apt-get install -y \ default-jre-headless \ jq WORKDIR /app/...
jena's arq command has a flag to easily enable this kind of debugging - we should provide the same
Jena supports SPARQL extensions by means of java script functions. Currently our cli tooling lacks the feature to pass such files on to the ARQ machinery.
Also, json:entries and geof:parsePolyline is missing in the docs
Environment sustitution for IRIs such as in ```bash $> FOO=bar sparql-integrate file.sparql file.sparql: SELECT * { BIND( AS ?bar) } ``` stopped working after consolidating lots of logic into the...
I will do this myself ...