BriefGPT.xyz
Mar, 2025
带继承的形状表达式
Shape Expressions with Inheritance
HTML
PDF
Iovka Boneva, Jose Emilio Labra Gayo, Eric Prud'hommeaux, Katherine Thornton, Andra Waagmeester
TL;DR
本文正式引入了形状表达式语言(ShEx)的继承机制,解决了现有模型缺乏重用性和模块化的问题。通过与面向对象编程语言的继承相似,该机制提供了更灵活的数据建模方式。研究结果表明,该机制不仅扩展了ShEx 2.1的语义,还提出了相应的验证算法,保持了相同的算法复杂度。
Abstract
We formally introduce an
Inheritance
mechanism for the
Shape Expressions
language (ShEx). It is inspired by
Inheritance
in object-oriented
→