How to using localname with Path Query?

i'm trying to use localname function with path query, but get syntax error. it works with select where

but i couldn't figure how path query using afn:localname such.

@prefix afn: tag:stardog:api:functions:

tried

no result

PATHS START ?start { (afn:localname(?start)) } END ?end VIA ?edges

error

PATHS START ?start { (afn:localname(?start1)) as ?start } END ?end VIA ?edges

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.