Inkling: Installation

Downloads

BNF

javadoc

readme

Demos

Installation

How to make queries

Known Bugs

Squish-dev archives

This software was developed on Linux and Mac OS X, although it should also work on Windows (but I haven't tried it).

Installation

  1. download
  2. type 'tar -zxvf rdfquery.tar.gz'
  3. type 'cd inkling-0.7'
  4. type 'sh build.sh' which builds a rdfquery.jar and copies it to the lib directory. It also runs two small tests, one in-memory query, and one SQL query.
  5. type 'sh test.sh' to run some tests; there are quite a few, and some will fail if you don't have a postgres database installed and set up.

If you want to use it with Jakarta, you need to download Jakarta and build it; download Inkling and build it; and then put rdfquery.jar and the other library jars from Inkling's lib directory into Jakarta's common/lib directory. Then follow the instructions to run Jakarta: sh build/startup.sh


RDF hacking