-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-26: change request with no subject merged in GitBook
- Loading branch information
1 parent
85cc074
commit 50db7e4
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |