Skip to content

opencaesar/imce-vocabularies

Repository files navigation

IMCE Vocabularies

Build Status Release Documentation Gitpod

This is a set of IMCE vocabularies expressed in OML

Clone

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

Build

Equivalent to owlReason task

./gradlew build

Run OWL Reasoner

./gradlew owlReason

Generate Docs

You must first have Bikeshed app installed from here

./gradlew generateDocs

Publish to Maven Local

./gradlew publishToMavenLocal

The version of the published artifact(s) is specified in the build.gradle script

Publish to Maven Central

./gradlew publish

The version of the published artifact(s) is specified in the build.gradle script The published artifacts go to a staging area on Maven Central from which they need to be manually released.