Skip to content

opencaesar/kepler16b-example

Repository files navigation

Kepler 16b

CI Pages

This is an example OML project for a hypothetical mission called Kepler 16b. For details, check this tutorial.

Clone

  git clone https://github.com/opencaesar/kepler16b-example.git
  cd kepler16b-example

Clean

./gradlew clean

Build

./gradlew build

Start Fuseki Server

./gradlew startFuseki

Stop Fuseki Server

./gradlew stopFuseki

Load to Fuseki Dataset

./gradlew owlLoad

Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see Start Fuseki above)

Run SPARQL Queries

./gradlew owlQuery

Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see Load to Fuseki Dataset)