Skip to content

OPEN-NEXT/LOSH-RDF-DB-tester

Repository files navigation

GitHub license REUSE status

LOSH RDF tripple-store tester

This contains instructions and scripts to help you easily test the LOSH-OKH data with the Apache Jena triple-store.

In short, it:

  1. Downloads the required software (to ~/.local/opt/apache-jena-*)
  2. Creates a directory (./rdf_db/) to use as the tripple-store (backend)
  3. Loads the LOSH OKH ontology and all the crawled modules into the tripple-store
  4. Starts a local web-interface (frontend) for you to run SPARQL queries on the data

Usage

# 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.

About

Helper for testing a simple, local tripple-store setup with the LOSH data - Allows to run SPARQL querries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages