/vocabularies

A set of vocabularies expressed in OML

Primary LanguageShellApache License 2.0Apache-2.0

Vocabularies

Gitpod Build Status Download

This is a set of vocabulary ontologies from various authorities expressed in OML

Clone

  git clone https://github.com/opencaesar/vocabularies.git
  cd vocabularies

Build

Run reasoner, generate docs, and archive sources

./gradlew build

Run Reasoner

./gradlew owlreason

Generate Docs

You must first have Bikeshed installed from here

./gradlew bikeshed2html

Publish to Maven Local

./gradlew publishToMavenLocal