blob: b0e00f91f0f07d5df3a80a2ee21b0d399d753916 [file] [log] [blame]
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX : <http://example/>
SELECT (count(distinct ?a) AS ?c)
{
:xx :noMatch ?z .
}
GROUP BY ?a