Skip to content

Latest commit

 

History

History
executable file
·
46 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
46 lines (35 loc) · 1.06 KB

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)