NicolasRouquette / owl-tools

A set of analysis tools for OWL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 11

    ./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 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 Fuseki

A tool to send SHACL queries to a Fuseki database endpoint and save the result

About

A set of analysis tools for OWL

License:Apache License 2.0


Languages

Language:Java 100.0%