query-02b8b286df18e1418c79595c93a5496c

rq turtle/ttl

أكثر الآباء كثيري النسل(P18)image (P22)father الخصائص المستخدمة: Most prolific fathers Most prolific fathers Nejplodnější otcové(P18)image (P22)father Použité vlastnosti: Most prolific fathers Most prolific fathers Most prolific fathers Most prolific fathers Most prolific fathers Most prolific fathers(P18)image (P22)father Propiedades utilizadas: Most prolific fathers Les pères avec le plus d’enfants(P18)image (P22)father Propriétés utilisées : Most prolific fathers(P18)image (P22)father מאפיינים משמשים: Most prolific fathers Most prolific fathers Padri più prolifici(P18)image (P22)father Proprietà utilizzate: Most prolific fathers(P18)image (P22)father 使用するプロパティ: Most prolific fathers Most prolific fathers Most prolific fathers Most prolific fathers Meest productieve vaders(P18)image (P22)father Gebruikte eigenschappen: Most prolific fathers(P18)image (P22)father Wykorzystujące właściwości: Most prolific fathers Most prolific fathers Отцы с наибольшим числом детей Most prolific fathers Mest aktiva fäder(P18)image (P22)father Använda egenskaper: Most prolific fathers Most prolific fathers Most prolific fathers(P18)image (P22)father Використані властивості: Most prolific fathers 孩子最多的父亲(P18)image (P22)father 使用属性:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?father ?fatherLabel (SAMPLE(?picture_) AS ?picture) ?children
WHERE
{

{
  SELECT ?father (COUNT(?father) AS ?children)
  WHERE
  {
    ?subj wdt:P22 ?father .
  }
  GROUP BY ?father
  ORDER BY DESC(?children)
  LIMIT 50
}  OPTIONAL { ?father wdt:P18 ?picture_ . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
}
GROUP BY ?father ?fatherLabel ?children
ORDER BY DESC(?children)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?children"):::projected v3("?father"):::projected v5("?picture") v4("?picture_"):::projected v2("?subj") c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v2 --"wdt:P22"--> v3 bind1[/"count(?father)"/] v3 --o bind1 bind1 --as--o v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P18".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind3[/"sample(?picture_)"/] v4 --o bind3 bind3 --as--o v5