query-e87dc86cfc23933a7c5d86d8ba9f6826

rq turtle/ttl

قائمة الباباوات(P570)date of death (P18)image (P31)instance of (P569)date of birth الخصائص المستخدمة: Q50 (Q19546)pope العناصر المستخدمة: List of popes List of popes Seznam papežů(P570)date of death (P18)image (P31)instance of (P569)date of birth Použité vlastnosti: Q50 (Q19546)pope Použité položky: List of popes Liste der Päpste List of popes List of popes Listo de papoj List of popes(P570)date of death (P18)image (P31)instance of (P569)date of birth Propiedades utilizadas: Q50 (Q19546)pope Elementos utilizados: List of popes Liste des papes(P570)date of death (P18)image (P31)instance of (P569)date of birth Propriétés utilisées : Q50 (Q19546)pope Éléments utilisés : List of popes(P570)date of death (P18)image (P31)instance of (P569)date of birth מאפיינים משמשים: Q50 (Q19546)pope פריטים משמשים: List of popes List of popes Elenco dei papi(P570)date of death (P18)image (P31)instance of (P569)date of birth Proprietà utilizzate: Q50 (Q19546)pope Elementi utilizzati: List of popes(P570)date of death (P18)image (P31)instance of (P569)date of birth 使用するプロパティ: Q50 (Q19546)pope 使用する項目: List of popes List of popes List of popes List of popes Lijst van pausen(P570)date of death (P18)image (P31)instance of (P569)date of birth Gebruikte eigenschappen: Q50 (Q19546)pope Gebruikte items: List of popes(P570)date of death (P18)image (P31)instance of (P569)date of birth Wykorzystujące właściwości: Q50 (Q19546)pope Wykorzystujące elementy: List of popes List of popes Список пап List of popes Lista över påvar(P570)date of death (P18)image (P31)instance of (P569)date of birth Använda egenskaper: Q50 (Q19546)pope Använda objekt: List of popes Papalar listesi List of popes(P570)date of death (P18)image (P31)instance of (P569)date of birth Використані властивості: Q50 (Q19546)pope Використані елементи: List of popes 屬性列表(P570)date of death (P18)image (P31)instance of (P569)date of birth 使用属性: Q50 (Q19546)pope 使用项:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?link ?linkLabel ?picture ?age
WHERE
{
  ?link wdt:P31 wd:Q5 ;
          p:P39 [ ps:P39 wd:Q19546 ; pq:P580 ?startTime ] .
  OPTIONAL { ?link wdt:P569 ?dateOfBirth }
  OPTIONAL { ?link wdt:P18 ?picture }
  OPTIONAL { ?link wdt:P570 ?dateOfDeath }
  BIND(YEAR(?dateOfDeath) - YEAR(?dateOfBirth) as ?age)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr,en" }
}
ORDER BY DESC(?startTime)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?age"):::projected v3("?dateOfBirth") v5("?dateOfDeath") v2("?link"):::projected v4("?picture"):::projected v1("?startTime") a1((" ")) c13(["#91;AUTO_LANGUAGE#93;,fr,en"]):::literal c11(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c4(["wd:Q19546"]):::iri v2 --"p:direct/P31"--> c2 a1 --"p:statement/P39"--> c4 a1 --"p:qualifier/P580"--> v1 v2 --"p:P39"--> a1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P569".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P18".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P570".-> v5 end bind0[/"year-from-dateTime(?dateOfDeath) - year-from-dateTime(?dateOfBirth)"/] v5 --o bind0 v3 --o bind0 bind0 --as--o v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end