blob: e2144a9e1e64117af7ff5b872f98b22f416c1bae [file] [log] [blame]
PREFIX : <http://example/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT (count(*) AS ?count)
{
?x rdf:type :X .
}