JAR
Instead of cloning the whole repository, you can only download the databus-client.jar
of the latest Databus Client release.
Requirements
Java:
JDK 11
Execution example
Select Data
First we need to specify, the data we want to download.
Note: It is best practice to write a query to a file and pass this file as source, instead of passing the query directly as a string.
Download and Convert Data
Then we can download the selected data, and convert it to ntriple files.
Last updated