Hostname: page-component-77f85d65b8-jkvpf Total loading time: 0 Render date: 2026-04-19T15:11:31.834Z Has data issue: false hasContentIssue false

Existential Notation3 Logic

Published online by Cambridge University Press:  02 June 2025

DÖRTHE ARNDT
Affiliation:
Computational Logic Group, TU Dresden, Dresden, Germany and ScaDS.AI, Dresden/Leipzig, Germany (e-mail: doerthe.arndt@tu-dresden.de)
STEPHAN MENNICKE
Affiliation:
Knowledge-Based Systems Group, TU Dresden, Dresden, Germany (e-mail: stephan.mennicke@tu-dresden.de)
Rights & Permissions [Opens in a new window]

Abstract

In this paper, we delve into Notation3 Logic (N3), an extension of Resource Description Framework (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.

Information

Type
Original Article
Creative Commons
Creative Common License - CCCreative Common License - BY
This is an Open Access article, distributed under the terms of the Creative Commons Attribution licence (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted re-use, distribution and reproduction, provided the original article is properly cited.
Copyright
© The Author(s), 2025. Published by Cambridge University Press
Figure 0

Fig. 1. Syntax of $\operatorname {N3}^\exists$.

Figure 1

Fig. 2. Structure of the deep taxonomy benchmark.

Figure 2

Table 1. Experimental results