Skip to content

opencaesar/pizza-example

Repository files navigation

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)

About

A simple OML example from the pizza domain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published