vix.ing · top · new · best · stats · spec

Extending SPARQL to Support Entity Grouping and Path Queries

2012/11/21 by Sherif Sakr, Beheshti, Seyed-Mehdi-Reza, Sakr, Sherif +4
Computer Science · #Databases (cs.DB) #FOS: Computer and information sciences #Natural Language Processing Techniques #Semantic Web and Ontologies #Web Data Mining and Analysis

paper · pdf · doi:10.48550/arxiv.1211.5817

openalex publication_date 2012/11/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The ability to efficiently find relevant subgraphs and paths in a large graph to a given query is important in many applications including scientific data analysis, social networks, and business intelligence. Currently, there is little support and no efficient approaches for expressing and executing such queries. This paper proposes a data model and a query language to address this problem. The contributions include supporting the construction and selection of: (i) folder nodes, representing a set of related entities, and (ii) path nodes, representing a set of paths in which a path is the transitive relationship of two or more entities in the graph. Folders and paths can be stored and used for future queries. We introduce FPSPARQL which is an extension of the SPARQL supporting folder and path nodes. We have implemented a query engine that supports FPSPARQL and the evaluation results shows its viability and efficiency for querying large graph datasets.

Related