Databus Gitbook
Databus Client
Databus Client
  • Overview
    • Features
  • Usage
    • JAR
    • CLI
    • Docker
      • Docker Compose
    • Scala/Java API
  • Examples
    • Loading data into Virtuoso (Docker)
    • Download data using Collection Uri
Powered by GitBook
On this page
  1. Examples

Download data using Collection Uri

The easiest way to use the client is to pass a CollectionIRI as a source parameter. This has two advantages. First, the user interface of the collection editor is available and you do not need to write Sparql queries anymore. On the other hand you don't need to pass the endpoint parameter to the client anymore, because the client recognizes by itself where the collection is stored.

Example

java -jar databus-client.jar -s link/to/your/collection
PreviousLoading data into Virtuoso (Docker)

Last updated 1 year ago