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