opencaesar / owl-tools

A set of analysis tools for OWL
Apache License 2.0
5 stars 1 forks source link
tools

OWL Tools

Build Status Release

A set of OWL based analysis tools

Clone

    git clone https://github.com/opencaesar/owl-tools.git
    cd owl-tools

Build

Requirements: JDK 17+

    ./gradlew build

OWL Close World

A library of different algorithms to close the world on OWL ontologies

OWL Diff

A tool to produce a difference report between two OWL datasets

OWL Doc

A tool to generate documentation for an OWL dataset.

OWL Fuseki

A tool to start and stop a UI-less Fuseki server with a given configuration file

OWL Reason

A tool to analyze an OWL dataset for satisfiability and consistency with an OWL2-DL reasoner

OWL Load

A tool to load a catalog of OWL ontologies to a database endpoint

OWL Query

A tool to send a SPARQL query to a database endpoint and save the result

OWL Shacl

A tool to send SHACL constraints to a triple store endpoint and save the result

OWL Tdb

A tool to load and save OWL ontologies to and from TDB datasets