query-59d3d8e8665911e83df5bd8b38828fb7

rq turtle/ttl

List of people that died on August 27I try to list people that died on 27th of August no matter what year to extent our lists of who died on what day. I did not see any similar examples on help page. Thanks in advance.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
select distinct ?item ?itemLabel ?itemDescription ?sitelinks where {
    ?item wdt:P31 wd:Q5;  
          wdt:P570* "????-28-27T00:00:00Z11";  
             wikibase:sitelinks ?sitelinks;
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }

ORDER BY DESC(?sitelinks)

Query found at