This repository has a template OML project. It is meant to be forked as a starting point by pressing the 'Use this template' button above.
git clone https://github.com/opencaesar/oml-template.git
cd oml-template
Equivalent to owlReason task
./gradlew build
You must first have Bikeshed (the app itself) installed from here
./gradlew generateDocs
Note: if bikeshed is not in the PATH, you can add -pBIKESHED=path/to/bikeshed argument
./gradlew owlReason
./gradlew startFuseki
./gradlew stopFuseki
./gradlew owlLoad
Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see below)
./gradlew owlQuery
Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see below)
./gradlew owlShacl
Pre-req: A Fuseki server with a firesat dataset must be running at http://localhost:3030/firesat (see below)
./gradlew publishToMavenLocal