Ignore:
Timestamp:
2013-10-14T16:11:16+13:00 (11 years ago)
Author:
davidb
Message:

Restructuring of notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/NOTES.txt

    r28418 r28427  
    99To start the server, type:
    1010
    11   fuseki-server --update -loc=$GEXT_JENA_INSTALLED/DB /ds
     11  gs-triplestore-server
     12
     13Pressing '^C" in the window where it is run if sufficent to stop the server
     14
     15****
     16
     17See NOTES-ADDITIONAL.txt for further information
    1218
    1319********
    14 
    15 ++++
    16 + Additional notes:
    17 ++++
    18 
    19 For testing purposes, the client-side provided by Fuseki have also been
    20 installed.
    21 
    22 To add content (into the default graph) to the tripple-store:
    23 
    24   s-put http://localhost:3030/ds/data default books.ttl
    25 
    26 To get it back:
    27 
    28   s-get http://localhost:3030/ds/data default
    29 
    30 To query it with SPARQL using the .../query endpoint:
    31 
    32   s-query --service http://localhost:3030/ds/query 'SELECT * {?s ?p ?o}'
    33 
    34 To update it with SPARQL using the .../update endpoint:
    35 
    36   s-update --service http://localhost:3030/ds/update 'CLEAR DEFAULT'
    37 
    38 ****
Note: See TracChangeset for help on using the changeset viewer.