AILOAug 10, 2023

Existential Notation3 Logic

arXiv:2308.07332v21 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in Semantic Web applications like ontology mapping by enabling faster reasoning through translation to existing existential rule engines, though it is incremental as it focuses on a specific subset of N3.

The paper tackles the limited availability of fast Notation3 Logic (N3) reasoners that fully support blank node introduction by investigating the correlation between N3 rules with blank nodes and existential rules, implementing a mapping that translates a subset of N3 to existential rules. The results show that existential rule reasoners like VLog and Nemo excel with abundant facts, while the EYE reasoner is faster with many dependent rules.

In this paper, we delve into Notation3 Logic (N3), an extension of RDF, which empowers users to craft rules introducing fresh blank nodes to RDF graphs. This capability is pivotal in various applications such as ontology mapping, given the ubiquitous presence of blank nodes directly or in auxiliary constructs across the Web. However, the availability of fast N3 reasoners fully supporting blank node introduction remains limited. Conversely, engines like VLog or Nemo, though not explicitly designed for Semantic Web rule formats, cater to analogous constructs, namely existential rules. We investigate the correlation between N3 rules featuring blank nodes in their heads and existential rules. We pinpoint a subset of N3 that seamlessly translates to existential rules and establish a mapping preserving the equivalence of N3 formulae. To showcase the potential benefits of this translation in N3 reasoning, we implement this mapping and compare the performance of N3 reasoners like EYE and cwm against VLog and Nemo, both on native N3 rules and their translated counterparts. Our findings reveal that existential rule reasoners excel in scenarios with abundant facts, while the EYE reasoner demonstrates exceptional speed in managing a high volume of dependent rules. Additionally to the original conference version of this paper, we include all proofs of the theorems and introduce a new section dedicated to N3 lists featuring built-in functions and how they are implemented in existential rules. Adding lists to our translation/framework gives interesting insights on related design decisions influencing the standardization of N3.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes