Utente:Epìdosis/Sandbox/3


Classicisti modifica

# Classicisti da creare
SELECT ?person ?personLabel ?personDescription ?dateBirth ?dateDeath ?sl
WHERE {
    { ?person wdt:P106 wd:Q2468727 ; wikibase:sitelinks ?sl . } UNION { ?person wdt:P106 ?occ . ?occ wdt:P279 wd:Q2468727 }
    OPTIONAL { ?person wdt:P569 ?dateBirth . }
    OPTIONAL { ?person wdt:P570 ?dateDeath . }
    FILTER NOT EXISTS { [] schema:about ?person ; schema:isPartOf <https://it.wikipedia.org/> }
SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en,[AUTO_LANGUAGE]". }
}
GROUP BY ?person ?personLabel ?personDescription ?dateBirth ?dateDeath ?sl
HAVING(?sl > 5)
ORDER BY DESC(?sl) ?item

Provala!