query-b87df789b38838709efae1b16501654e

rq turtle/ttl

العناصر التي تحتوي على أكثر تواريخ الميلاد Items with the most birth dates Items with the most birth dates Položky s největším počtem dat narození Items with the most birth dates Datenobjekte mit den meisten Geburtsdaten Items with the most birth dates Items with the most birth dates Items with the most birth dates Items with the most birth dates Items with the most birth dates Éléments avec le plus de dates de naissance פריטים עם הכי הרבה תאריכי לידה Items with the most birth dates Items with the most birth dates Elementi con il maggior numero di date di nascita 多くの生年月日を持つ項目 Items with the most birth dates Items with the most birth dates Items with the most birth dates Items with the most birth dates Items met de meeste geboortedata Items with the most birth dates Items with the most birth dates Items with the most birth dates Элементы с наибольшим числом указанных дат рождения Items with the most birth dates Objekt med de flesta födelsedatumen Items with the most birth dates Items with the most birth dates Елементи з найбільшою кількістю дат народження Items with the most birth dates 最多出生日期的项

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?person (COUNT(?date) AS ?dateC) {
  ?person wdt:P569 ?date
}
GROUP BY ?person
HAVING (?dateC > 2)
ORDER BY DESC (?dateC)
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?date"):::projected v4("?dateC") v2("?person"):::projected f0[["?dateC > '2^^xsd:integer'"]] f0 --> v4 v2 --"wdt:P569"--> v3 bind2[/"count(?date)"/] v3 --o bind2 bind2 --as--o v4