#!/usr/bin/env bash

$TESTPATH/frontend/4s-query $CONF $1 '
SELECT DISTINCT ?graph
WHERE {
   GRAPH ?graph { ?x ?y ?z }
}
ORDER BY ?graph'
