owl2-swrl-tutorial icon indicating copy to clipboard operation
owl2-swrl-tutorial copied to clipboard

sources for my OWL2 and SWRL tutorial

owl2-swrl-tutorial

Sources for my OWL2 and SWRL tutorial at http://dior.ics.muni.cz/~makub/owl/#java

This is a Maven project, so all needed libraries are automatically downloaded from public repositories.

Compile and run the project from command line:

mvn compile exec:exec

or open the project in your favourite IDE and run the class cz.makub.Tutorial

The project is old, it has been updated for JDK 17 in the year 2021 by adding --add-opens java.base/java.lang=ALL-UNNAMED to compilation and execution.