Hi everybody!
I am learning how to use Stardog...
Is there a way to read a file containing a SPARQL query, so I don't have to write all the query in the CLI ?
I know that using Jena ARQ CLI I can use the following syntax to do this task, where example-03.rq has a SPARQL query.:
arq --query=example-03.rq --data=../rdf/knows.n3 --data=../rdf/cafes.n3
Is there something similar in CLI or web console at Stardog?
Thanks,
Paulo