/pizza-example

A simple OML example from the pizza domain

Apache License 2.0Apache-2.0

Pizza Example

This project demonstrates a simple OML model from the pizza domain. For details, follow this tutorial.

Clone

  git clone https://github.com/opencaesar/pizza-example.git
  cd pizza-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)