++++ + Additional notes: ++++ For the underlying Fuseki server, an example invokation of it is: fuseki-server --update -loc=DB /ds assuming a directory 'DB' exists in the current working directory For Greenstone the TDB location is: 'etc/tdb-triple-store' and the dataset pathname (equates to URL prefix) is set as: /greenstone ++++ ++++ For testing purposes, the client-side provided by Fuseki have also been installed. To add content (into the default graph) to the tripple-store: s-put http://localhost:3030/ds/data default books.ttl To get it back: s-get http://localhost:3030/ds/data default To query it with SPARQL using the .../query endpoint: s-query --service http://localhost:3030/ds/query 'SELECT * {?s ?p ?o}' To update it with SPARQL using the .../update endpoint: s-update --service http://localhost:3030/ds/update 'CLEAR DEFAULT' ++++++++