Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 shacl api 时,我不得不使用多联合。我有一种感觉。但是我不禁想知道 union 和 multi-union 之间的主要区别是什么?
MultiUnion是 N 个图的并集,而Union恰好是 2 个图。
MultiUnion
Union
此外,for Union, add 和 delete 根据需要应用于两者(例如,如果不在右侧,则添加到左侧)
对于MultiUnion,基本图是可更新的,其余的不是,并且潜在的重复在读取操作中处理,例如find().
find()
MultiUnion是比较常用的一种。