Skip to content

Commit

Permalink
GITBOOK-26: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenbahnplatte authored and gitbook-bot committed Jun 27, 2023
1 parent 85cc074 commit 50db7e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
* [Scala/Java API](docs/usage/api.md)
* [Examples](docs/examples/README.md)
* [Loading data into Virtuoso (Docker)](docs/examples/exampleDocker.md)
* [Download data using Collection Uri](examples/download-data-using-collection-uri.md)
9 changes: 9 additions & 0 deletions examples/download-data-using-collection-uri.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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
```

0 comments on commit 50db7e4

Please sign in to comment.