This contains instructions and scripts to help you easily test the LOSH-OKH data with the Apache Jena triple-store.
In short, it:
- Downloads the required software (to
~/.local/opt/apache-jena-*
) - Creates a directory (
./rdf_db/
) to use as the tripple-store (backend) - Loads the LOSH OKH ontology and all the crawled modules into the tripple-store
- Starts a local web-interface (frontend) for you to run SPARQL queries on the data
# Creates the DB and fills it with the data
# (See the script output for instructions
# of how to run SPARQL querries on the command-line)
./fill-db
# Starts the Web-interface
# (see script output for the URL
# you will have to open in your browser)
./web-ui
sample-query.txt contains a sample query.