query-7a665099babc7d870de0986f3fa6e0ec

rq turtle/ttl

Bouzinacps:P585 | pq:P585 | pr:P585[] psv:P585 | pqv:P585 | prv:P585

Use at

PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT ?time (COUNT(?time) AS ?count)
WHERE
{
  [] ps:P585 | pq:P585 | pr: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((" ")) subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; a1 --"pr:P585"--> v2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; a1 --"pq:P585"--> v2 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; a1 --"ps:P585"--> v2 end union0r <== or ==> union0l end bind1[/"count(?time)"/] v2 --o bind1 bind1 --as--o v3