A PATH query problem

Hello All,

I was trying the PATH query and by running a simple query like the one in the manual:
PATH START ?x = :N1 ?y VIA ?p
I got the following error:
"Not a valid query string or a file: Encountered " <FUNCTION_NAME> "PATH “” at line 1, column 75. Was expecting one of: “;” … “base” … “prefix” … “load” … “clear” … “drop” … “add” … “move” … “copy” … “create” … “insert” … “delete” … “with” …
"
I am using the Stardog 5.2.3.

Thanks for your help.
,Arsham

It’s PATHS, not PATH. Also there should be the END keyword.

Best,
Pavel

Thanks Pavel, it works now.
BR, Arsham