SmartDataAnalytics / RdfProcessingToolkit

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 and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
39 stars 3 forks source link

Only output used prefixes #19

Open Aklakan opened 3 years ago

Aklakan commented 3 years ago

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.

completed deferred output support on:

Aklakan commented 3 years ago

Deferred output with used prefix analysis is now implemented. Need to add the defer-output flag to all commands.

Aklakan commented 1 year ago

There should be a --out-prefixes option where a file with prefix declarations can be specified.