SPARQL 属性 ARC2 中的路径

SPARQL Property Paths in ARC2

我尝试 运行 在 php 中使用 arc2 进行以下查询,但 * (ZeroOrMorePath) 不起作用。查询有效,我在 Protege 中检查过。

PREFIX ab: <http://www.mysite.de/testing.owl#> 
SELECT ?name WHERE {?name rdfs:subClassOf* ab:subj}

此查询returns所有子类和子类等

有没有办法在 arc2 中做同样的事情?

感谢您的回答

简答,没有。根据 [1] 不支持 SPARQL 1.1

[1] https://github.com/semsol/arc2/issues/57