paper-with-me

홈 › Papers

Shapes from Examples: Foundations of Shape Learning in Recursive SHACL

2026-07-30 · Bente Gortworst, Cem Okulmus, Magdalena Ortiz, Anni-Yasmin Turhan arxiv

SHACL shapes enable data graph validation, making automatic shape learning essential for knowledge graph applications. We investigate the well-known fitting approach to this task: given sets P and N of positive and negative example nodes from an input graph, compute a shape expression C, possibly using shape names defined in a recursive shape catalogue, that validates at every node in P and none in N. We focus on the case where C is written in a core fragment of SHACL corresponding to the Description Logic ELI. For the catalogue, we consider the well-founded, stable, and supported semantics. We address fitting existence and most specific fitting computation, establish tight exponential-time upper bounds for both problems, and obtain polynomial bounds for relevant special cases.

📄 PDF Abstract BibTeX arXiv:2607.27934

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Static Analysis of Recursive SHACL

2026-05-04 · Anouk Oudshoorn, Magdalena Ortiz, Mantas Simkus arxiv

SHACL (Shapes Constraint Language) expresses constraints on RDF data by means of so-called shapes. Its central service is validation: verifying whether a data graph complies with a SHACL document. But so far, there are n…

Satisfiability and Containment of Recursive SHACL

2021-08-30 · Paolo Pareti, George Konstantinidis, Fabio Mogavero

The Shapes Constraint Language (SHACL) is the recent W3C recommendation language for validating RDF data, by verifying certain shapes on graphs. Previous work has largely focused on the validation problem and the standar…

Formal Logic

TIO-SHACL: Comprehensive SHACL validation for TMF Intent Ontologies

2026-04-30 · Jean Martins, Leonid Mokrushin, Marin Orlic arxiv

Intent-based networking promises to revolutionize telecommunications network management by enabling operators to specify high-level goals rather than low-level configurations. The TM Forum Intent Ontology (tio) provides …

SHACL Satisfiability and Containment (Extended Paper)

2020-08-31 · Paolo Pareti, George Konstantinidis, Fabio Mogavero, Timothy J. Norman

The Shapes Constraint Language (SHACL) is a recent W3C recommendation language for validating RDF data. Specifically, SHACL documents are collections of constraints that enforce particular shapes on an RDF graph. Previou…

Translation

Fixpoint Semantics for Recursive SHACL

2021-09-17 · Bart Bogaerts, Maxime Jakubowski

SHACL is a W3C-proposed language for expressing structural constraints on RDF graphs. The recommendation only specifies semantics for non-recursive SHACL; recently, some efforts have been made to allow recursive SHACL sc…