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

DESCRIBE queries broken #57

Closed Aklakan closed 2 months ago

Aklakan commented 2 months ago

This is actually an issue in JenaX's base SparqlEndpointBase class: If this class detects that triples were requested, it will currently always call QueryExec.execConstructTriples but for describe queries it would have to be QueryExec.execDescribeTriples.

Aklakan commented 2 months ago

Fixed with https://github.com/Scaseco/jenax/commit/1d9645c821adb93d7aaaff47630df1c9a2606115