本文大多内容来自Joshua Taylor的回答 查询子类或等价关系 even though owl:equivalentClass is a symmetric property (i.e., from a owl:equivalentClass b we can infer b owl:equivalentClass a), the triple might be present in only one direction in the data 在数据里…
模式中的备选方案(Alternatives in a Pattern)
在处理半结构化数据时,另一种方法是查询可能性中的其中一种。本节将介绍 UNION 模式,即从多种可能性中选择一种进行查询。 在使用 UNION 关键字时,如果两个子模式都匹配…