Skip to content

An ontological model of a pizza restaurant, based on Tutorial 1 for creating an OML project http://www.opencaesar.io/oml-tutorials/

License

Notifications You must be signed in to change notification settings

capsulecorplab/pizza-planet

Repository files navigation

Pizza Planet

Build Status Release Documentation Gitpod

An OML model of a pizza restaurant, based on Tutorial 1 for creating an OML project http://www.opencaesar.io/oml-tutorials/.

Clone

  git clone https://github.com/capsulecorplab/pizza-planet.git
  cd pizza-planet

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 pizza-planet dataset must be running at http://localhost:3030/pizza-planet (see below)

Run SPARQL Queries

./gradlew owlQuery

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

Run SHACL Rules

./gradlew owlShacl

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

Publish to Maven Local

./gradlew publishToMavenLocal

About

An ontological model of a pizza restaurant, based on Tutorial 1 for creating an OML project http://www.opencaesar.io/oml-tutorials/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published