query-dccfc94ae871acfc0cd13a31a06c8c4a

rq turtle/ttl

Number of triples

Use at

SELECT ?count (NOW() AS ?asOf) WHERE {
   {
  SELECT (COUNT(*) AS ?count) WHERE {
    ?s ?p ?o.
  }
}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?asOf") v4("?count"):::projected v3("?o") v2("?p") v1("?s") v1 -->v2--> v3 bind1[/"count(*)"/] bind1 --as--o v4 bind2[/"NOW()"/] bind2 --as--o v5