export
DARQROOT=<path>chmod u+x $DARQROOT/bin/*export
PATH=$PATH:$DARQROOT/bin ]darq --query q{1|2|3}.arq --config usDescr.n3 --verbose
| q1.arq: | Names of cities in the state 'New York' |
| q2.arq: | Names of cities in the neighbouring states of 'New York' |
| q3.arq | Same as q2.arq, with different order of triple patterns. Have a look at the output of --verbose to see
the work of the optimizer. |