the syntax should be

arq --data /path/to/file.rdf  "SELECT * WHERE { ?s ?p ?o }"

--query only if you provide it as file

On 07.12.22 08:54, Adrian Gschwend wrote:
Hi,

I just wanted to extract some stuff from a local file where I need a super simple one-liner query. I tried this after checking the docs:

arq --query "SELECT * WHERE { ?s ?p ?o }" --data

But it seems to want this passed as file.

Is there a reason that this cannot be passed as simple one-liner argument, as in this example?

regards

Adrian

Reply via email to