source: gs2-extensions/apache-jena/trunk/src/NOTES-ADDITIONAL.txt@ 28427

Last change on this file since 28427 was 28427, checked in by davidb, 11 years ago

Restructuring of notes

  • Property svn:executable set to *
File size: 790 bytes
Line 
1
2
3++++
4+ Additional notes:
5++++
6
7
8For the underlying Fuseki server, an example invokation of it is:
9
10 fuseki-server --update -loc=DB /ds
11
12assuming a directory 'DB' exists in the current working directory
13
14++++
15++++
16
17For testing purposes, the client-side provided by Fuseki have also been
18installed.
19
20To add content (into the default graph) to the tripple-store:
21
22 s-put http://localhost:3030/ds/data default books.ttl
23
24To get it back:
25
26 s-get http://localhost:3030/ds/data default
27
28To query it with SPARQL using the .../query endpoint:
29
30 s-query --service http://localhost:3030/ds/query 'SELECT * {?s ?p ?o}'
31
32To update it with SPARQL using the .../update endpoint:
33
34 s-update --service http://localhost:3030/ds/update 'CLEAR DEFAULT'
35
36
37++++++++
38
Note: See TracBrowser for help on using the repository browser.