Skip to content

Latest commit

 

History

History

virtuoso

Virtuoso 7.1.0

This is a Ubuntu 12.04 Vagrant box. It uses Upstart for running the triplestore server. Note that this box builds directly from the stable/7 branch at https://github.com/openlink/virtuoso-opensource

Provision and login:

vagrant up
vagrant ssh

The Sparql endpoint is here.

Create test data:

cd /vagrant
./create_data.sh

Load data into the triplestore:

cd /vagrant
./load_data.sh

Run BSBM test suite:

cd /vagrant
./run_tests.sh

Or do everything in one go:

cd /vagrant && ./create_data.sh && ./load_data.sh && ./run_tests.sh