Knowledge-Based Systems Win Best Paper Award at the International Semantic Web Conference
From International Center for Computational Logic
News from the research group Knowledge-Based Systems of October 30, 2019
Knowledge-Based Systems Win Best Paper Award at the International Semantic Web Conference
Researchers of the Knowledge-Based Systems group have won the Best Paper Award of the "Resources" Track of the 18th International Semantic Web Conference (ISWC) in Auckland, New Zealand. Their work "VLog: A Rule Engine for Knowledge Graphs" describes VLog, a rule-based reasoner designed to satisfy the requirements of modern use cases, with a focus on performance and adaptability to different scenarios. Features of VLog include fast Datalog materialisation, support for reasoning with existential rules, stratified negation, and data integration from a variety of sources, such as high-performance RDF stores, relational databases, CSV files, OWL ontologies, and remote SPARQL endpoints.
The VLog system is available from:
- VLog: C++ implementation of the engine core
- VLog4j: API with a lot of useful functionality that allows to use VLog through Java