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