query-6431b42d9b4adfc8ec757a3cfad3d28d

rq turtle/ttl

قائمة مؤلفين غير مرشحين للفوز بجائزة نوبل في الأدب(P166)award received , (P1411)nominated for الخصائص المستخدمة: (Q37922)Nobel Prize in Literature العناصر المستخدمة: List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature Seznam autorů neúspěšně nominovaných na Nobelovu cenu za literaturu(P166)award received , (P1411)nominated for Použité vlastnosti: (Q37922)Nobel Prize in Literature Použité položky: List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for Propiedades utilizadas: (Q37922)Nobel Prize in Literature Elementos utilizados: List of authors unsuccessfully nominated for Nobel prize in literature Les auteurs nommés au prix Nobel de littérature qui ne l’ont pas obtenu(P166)award received , (P1411)nominated for Propriétés utilisées : (Q37922)Nobel Prize in Literature Éléments utilisés : List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for מאפיינים משמשים: (Q37922)Nobel Prize in Literature פריטים משמשים: List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature Elenco degli autori candidati senza successo al premio Nobel per la letteratura(P166)award received , (P1411)nominated for Proprietà utilizzate: (Q37922)Nobel Prize in Literature Elementi utilizzati: List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for 使用するプロパティ: (Q37922)Nobel Prize in Literature 使用する項目: List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for 다음 속성이 사용됨 (Q37922)Nobel Prize in Literature 다음 항목이 사용됨 List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature Lijst van auteurs tevergeefs genomineerd voor Nobelprijs voor literatuur(P166)award received , (P1411)nominated for Gebruikte eigenschappen: (Q37922)Nobel Prize in Literature Gebruikte items: List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for Wykorzystujące właściwości: (Q37922)Nobel Prize in Literature Wykorzystujące elementy: List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature Lista över författare som inte nominerats till nobelpriset i litteratur(P166)award received , (P1411)nominated for Använda egenskaper: (Q37922)Nobel Prize in Literature Använda objekt: List of authors unsuccessfully nominated for Nobel prize in literature Nobel Edebiyat Ödülü'ne aday gösterilen yazarlar listesi List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for Використані властивості: (Q37922)Nobel Prize in Literature Використані елементи: List of authors unsuccessfully nominated for Nobel prize in literature List of authors unsuccessfully nominated for Nobel prize in literature(P166)award received , (P1411)nominated for 使用属性: (Q37922)Nobel Prize in Literature 使用项:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
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 ?nominee ?nomineeLabel (SAMPLE(?citizenshipLabel) AS ?country) (COUNT(DISTINCT ?year) as ?timesNominated)
WHERE
{
    BIND( wd:Q37922 as ?prize )
    ?nominee p:P1411 [ ps:P1411 ?prize; pq:P585 ?time ]
    BIND( year(?time) as ?year )
    OPTIONAL {
      ?nominee wdt:P27 [ rdfs:label ?citizenshipLabel ] FILTER (lang(?citizenshipLabel) = "en") .
    }
    FILTER NOT EXISTS { ?nominee wdt:P166 ?prize . }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
GROUP BY ?nominee ?nomineeLabel
ORDER BY DESC(?timesNominated) ?nomineeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?citizenshipLabel"):::projected v8("?country") v3("?nominee"):::projected v2("?nomineeLabel"):::projected v6("?prize") v6("?time") v9("?timesNominated") v7("?year"):::projected a1((" ")) a2((" ")) c9(["bd:serviceParam"]):::iri c2(["en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"p:direct/P166"--> e0v2 e0v1("?nominee"):::projected e0v2("?prize"):::projected end f0--EXISTS--> f0e0 f0 --> v3 f0 --> c1 f0 --> v6 v3 --"p:direct/P166"--> v6 bind1[/"'wd:Q37922'"/] bind1 --as--o v6 a1 --"p:statement/P1411"--> v6 a1 --"p:qualifier/P585"--> v6 v3 --"p:P1411"--> a1 bind2[/"year-from-dateTime(?time)"/] v6 --o bind2 bind2 --as--o v7 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; a2 -."rdfs:label".-> v5 v3 --"p:direct/P27"--> a2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c2 end bind5[/"sample(?citizenshipLabel)"/] v5 --o bind5 bind5 --as--o v8 bind6[/"count(?year)"/] v7 --o bind6 bind6 --as--o v9