This project demonstrates a simple OML model from the pizza domain. For details, follow this tutorial.
git clone https://github.com/opencaesar/pizza-example.git
cd pizza-example
./gradlew clean
./gradlew build
./gradlew startFuseki
./gradlew stopFuseki
./gradlew owlLoad
Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see Start Fuseki above)
./gradlew owlQuery
Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see Load to Fuseki Dataset)