Skip to content

VLog4j v0.2.0

Compare
Choose a tag to compare
@irina-dragoste irina-dragoste released this 10 Dec 13:51
· 1296 commits to master since this release

The second release of the Java bindings for the VLog rule engine. Some of the major features of this release are:

  • supporting File data sources of N-Triples format (.nt file extension)
  • supporting g-zipped data source files (.csv.gz, .nt.gz)

The release uses vlog4j-base-1.1.1, which is the Maven artifact for the bugfix release version of VLog rule engine. vlog4j-base 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.

As the previous release, 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).