Skip to content

opencaesar/oml-template

Repository files navigation

OML Template

Build Status Release Documentation Gitpod

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.

Clone

  git clone https://github.com/opencaesar/oml-template.git
  cd oml-template

Build

Equivalent to owlReason task

./gradlew build

Generate Docs

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

Run OWL Reasoner

./gradlew owlReason

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 below)

Run SPARQL Queries

./gradlew owlQuery

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

Run SHACL Rules

./gradlew owlShacl

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

Publish to Maven Local

./gradlew publishToMavenLocal

About

A template OML repo that can be forked

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published