Skip to content

FUB-HCC/IKON-ontology

Repository files navigation

IKON Ontology

Files/Folders Description
dev.owl Development version of ontology (with imports)
prod.owl Production version of ontology
docs/ Documentation of production ontology

Basis

Associated Ontologies

Includes concepts from:

Viewing the Documentation

Online: https://fub-hcc.github.io/IKON-ontology/docs/index-en.html

Locally:

cd ./docs/
php -S localhost:8080
Go to http://localhost:8080/index-en.html

Building the Documentation

make docs

Requires widoco .jar file, e.g. ../tools/WIDOCO/jar/widoco-1.4.1-jar-with-dependencies.jar

See Makefile for more commands.