paper-with-me

홈 › Papers

Transforming Shape Schemas with Composable Property-Graph Queries (Extended Version)

2026-06-12 · Philipp Seifer, Daniel Hernández, Ralf Lämmel, Steffen Staab arxiv

Property graphs may be constrained by schemas that inform both query engines and human users about the shape of valid data, enforcing a contract between data provider and consumer. Composable property-graph queries transform input graphs into output graphs. Then, the question arises of which schema can be expected after one (or several) transformation steps. We investigate how schema constraints can be inferred given an input schema and a transforming query. Specifically, we propose a reasoning procedure that, given an input schema in ProGS and a query in G-CORE infers an output schema. Since graph updates will happen frequently, our inference procedure does not rely on graph instances, such that the computed output schema applies to all graphs originating from any input graph complying with the input schema. Related work has addressed this problem for SPARQL CONSTRUCT queries, encoding it in Description Logics (DLs) so that the output schema is entailed by axioms inferred from input schema and queries. Property graphs and their queries, however, complicate the matter, as property graphs feature label and property annotations as well as first-class edges. Thus, reification has to be used in one way or another, though available DLs lack the means to encode such features directly. We approach this novel challenge via a family of mappings for i) property graphs reified in RDF, aligned with ii) a mapping from ProGS to SHACL and iii) a mapping from G-CORE to SPARQL CONSTRUCT queries. In this manner, schema inference for property graphs becomes manageable, as we break apart the problem through the extra mapping layer and utilize efficient DL reasoners. We develop the metatheory regarding the soundness of inferred schema constraints and the semantic equivalence of mapped schemas and queries.

📄 PDF Abstract BibTeX arXiv:2606.14309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Task-driven Discovery of Perceptual Schemas for Generalization in Reinforcement Learning

2021-09-29 · Wilka Torrico Carvalho, Andrew Kyle Lampinen, Kyriacos Nikiforou, Felix Hill 외

Deep reinforcement learning (Deep RL) has recently seen significant progress in developing algorithms for generalization. However, most algorithms target a single type of generalization setting. In this work, we study ge…

Deep Reinforcement LearningObjectreinforcement-learningReinforcement Learning (RL)

Composable Score-based Graph Diffusion Model for Multi-Conditional Molecular Generation

2025-09-11 · Anjie Qiao, Zhen Wang, Chuan Chen, DeFu Lian 외 arxiv

Controllable molecular graph generation is essential for material and drug discovery, where generated molecules must satisfy diverse property constraints. While recent advances in graph diffusion models have improved gen…

Graph GenerationDrug Discovery

Shape Fragments

2021-12-22 · Thomas Delva, Anastasia Dimou, Maxime Jakubowski, Jan Van den Bussche

In constraint languages for RDF graphs, such as ShEx and SHACL, constraints on nodes and their properties in RDF graphs are known as "shapes". Schemas in these languages list the various shapes that certain targeted node…

Strudel: Learning Structured-Decomposable Probabilistic Circuits

2020-07-18 · Meihua Dang, Antonio Vergari, Guy Van Den Broeck

Probabilistic circuits (PCs) represent a probability distribution as a computational graph. Enforcing structural properties on these graphs guarantees that several inference scenarios become tractable. Among these proper…

Density Estimation

Schema Generation for Large Knowledge Graphs Using Large Language Models

2025-06-04 · Bohui Zhang, Yuan He, Lydia Pintscher, Albert Meroño Peñuela 외

Schemas are vital for ensuring data quality in the Semantic Web and natural language processing. Traditionally, their creation demands substantial involvement from knowledge engineers and domain experts. Leveraging the i…

Knowledge Graphs