Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
Guohui Xiao edited this page Jan 8, 2016 · 5 revisions

How to build Ontop Bundles

  • Requirements

  • Java 8

  • Maven

  • git

  • git-lfs

  • Building Ontop bundles is straightforward: simply invoke build-release.sh.

  • Make sure the ontop-build-dependencies module is checked out. If not, run git submodule init and git submodule update.

  • The built bundles are located in quest-distribution/:

  • ontop-distribution.zip: Libraries/scripts to use ontop with the OWLAPI or Sesame and from the command line.

  • it.unibz.inf.ontop.protege.jar: plugin for Protege 5.x installation files (drop it in Protege’s plugins folder).

  • ontop-sesame-webapps.zip: WAR files required to create a Quest SPARQL end-point webapp. Drop this into the webapps folder of your Servlet server (currently ONLY Jetty is supported).

  • ontop-protege-bundle.zip : Protege 5.0 bundled with Ontop and JDBC plugins. This is ready to run package, use the run.sh or run.bat start scripts.

  • ontop-jetty-bundle.zip : Jetty 8 + Sesame workbench + Ontop ready to run a SPARQL end-point.

Clone this wiki locally