query-bdb31cb4e6599d9b53472738b9b73c87

rq turtle/ttl

Bouzinac

Use at

PREFIX ps: <http://www.wikidata.org/prop/statement/>
SELECT ?time (COUNT(?time) AS ?count)
WHERE
{
  [] ps:P585 ?time.
}
GROUP BY ?time
ORDER BY DESC(?count)
LIMIT 1

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v2("?time"):::projected a1((" ")) a1 --"ps:P585"--> v2 bind1[/"count(?time)"/] v2 --o bind1 bind1 --as--o v3