Skip to content

VLog4j v0.1.0

Compare
Choose a tag to compare
@mkroetzsch mkroetzsch released this 13 Apr 20:01
· 1427 commits to master since this release

This is the first release of the Java bindings for the VLog rule engine. This release includes the following modules, which are available in Maven Central in group org.semanticweb.vlog:

  • vlog4j-core: essential data models for rules and facts, and essential reasoner functionality
  • vlog4j-rdf: support for reading from RDF files
  • vlog4j-owlapi: support for converting rules from OWL ontology, loaded with the OWL API

It is strongly encouraged to use Maven to include vlog4j in your projects, and we do not provide own jar files (but you can, in theory, download jars manually from Maven Central).

The release uses vlog4j-base-1.0.1, which packages system-dependent binaries for Linux, MacOS, and Windows, and should work out of the box with current versions of these systems. In case of problems, own binaries can be compiled as described in the README on master.