dongou3286 2017-01-14 11:53
浏览 108
已采纳

ARC2中的SPARQL属性路径

I tried to run the following query with arc2 in php but the * (ZeroOrMorePath) is not working. The query is valid, I checked it in Protege.

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

This query returns all Subclasses and sub-Subclasses and so on.

Is there a way to do the same in arc2?

Thanks for your answers

  • 写回答

1条回答 默认 最新

  • dongxian5735 2017-01-14 12:39
    关注

    Short answer, no. According to [1] there is no support for SPARQL 1.1

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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?