I'm using Apache Jena for learning SPARQL. Whenever I try to run a query I get this message:
Only one query string allowed
I have checked my queries by running it with dotNetRDF and they are working fine there.
Here's the command im using on command prompt.
arq --data -/sparql data/ex090.ttl --query -/sparql data/ex091.rq
Can anybody tell me what I'm doing wrong?