# Evaluating navigational RDF queries over the Web

**Authors:** Jorge Baier, Dietrich Daroch, Juan Reutter, Domagoj Vrgo\v{c}

arXiv: 1701.06454 · 2017-03-16

## TL;DR

This paper introduces an A*-based method for evaluating navigational RDF property path queries over the Web of Linked Data, demonstrating its optimality and effectiveness with real-world datasets.

## Contribution

It proposes a novel A*-based approach for evaluating RDF navigational queries over Linked Data, addressing the challenge of query evaluation in a distributed Web environment.

## Key findings

- The method is optimal in the open world Web setting.
- It performs well on real-world RDF datasets.
- The approach advances querying capabilities over Linked Data.

## Abstract

Semantic Web, and its underlying data format RDF, lend themselves naturally to navigational querying due to their graph-like structure. This is particularly evident when considering RDF data on the Web, where various separately published datasets reference each other and form a giant graph known as the Web of Linked Data. And while navigational queries over singular RDF datasets are supported through SPARQL property paths, not much is known about evaluating them over Linked Data. In this paper we propose a method for evaluating property path queries over the Web based on the classical AI search algorithm A*, show its optimality in the open world setting of the Web, and test it using real world queries which access a variety of RDF datasets available online.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.06454/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1701.06454/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1701.06454/full.md

---
Source: https://tomesphere.com/paper/1701.06454