This is an example OML project for a hypothetical mission called Kepler 16b. For details, check this tutorial.
git clone https://github.com/opencaesar/kepler16b-example.git
cd kepler16b-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)