This module provides several utilities for working with OWL ontologies. This module can be used independently from the other module of owlapi-simplex.
Currently owlapi-simplex-utils provides three utility classes
In addition there are two helper classes which can be used to load an ontology from OWL files in the class path or from the file system:
Both classes will return an instance of the OwlApiSimplexUtils class. This class provides some utility methods for generating new instances of the Instances, ObjectProperties, and DataProperties classes.
More details can be found in the JavaDoc of the classes.