Hi,
I am running Stardog5.3, and using the query window in the websconsole through my browser to test queries. Most are working fine, but I tried the PATHS query, and keep getting a parse error. I know this is new. Is it not possible to run these via the webconsole?
This is my query
PATHS START ?x = ct:NCT00352534 END ?y via ct:hasIntervention
I also tried
PATHS START ?x = ct:NCT00352534 END ?y via ?p
I get this error in both cases:
Parse error on line 5:
…inicaltrialproj/>PATHS START ?x = ct:
--------------------^
Expecting ‘BASE’, ‘PREFIX’, ‘SELECT’, ‘CONSTRUCT’, ‘DESCRIBE’, ‘ASK’, ‘LOAD’, ‘CREATE’, ‘INSERTDATA’, ‘DELETEDATA’, ‘DELETEWHERE’, ‘DELETE’, ‘INSERT’, ‘WITH’, ‘CLEAR’, ‘DROP’, ‘ADD’, ‘MOVE’, ‘COPY’, got ‘INVALID’
Am I doing something wrong in the syntax? I tried to follow the examples in the manual.