Joseki Examples
Some examples are provided in the Examples/
directory of the download.
In addition, there are some example for the Python client library in the
Python/
directory and in the Perl/
Directory for the Perl
library.
Examples using programs that use HTTP GET
- ex-wget
- Get the whole example model with a plain HTTP GET (uses
wget)
- ex-wget2
- As above, except asking for a particular RDF syntax
- ex-wget3
- Ask the server about "book3"
- Returns server decided RDF statements
- ex-cwm
- Print the titles of two of the books using cwm.
cwm fetches the RDF data using
log:semantics
. Run with
"http_proxy= cwm ex-cwm --think --strings"
Examples of the Joseki command line applications
- ex-rdql
- Ask an RDQL query using the Joseki command line RDQL application.
- ex-fetch
- Fetch RDF using the Joseki command line fetch application