query-0de1a3157dfac73b1693a632a21a79a0

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. )?sitelinks(DESC ORDER BY } "en" language:wikibase serviceParam:bd { label:wikibase SERVICE ;?sitelinks sitelinks:wikibase ;"????-28-27T00:00:00Z11" *P570:wdt ;Q5:wd P31:wdt ?item { where ?sitelinks ?itemDescription ?itemLabel ?item distinct select 15:18, 28 August 2021 (UTC)) talk (A09090091 10000 LIMIT } ) 8 = )?d(MONTH && 28=)?d(DAY (FILTER . ?d P570:wdt ?item { * SELECT 16:45, 28 August 2021 (UTC) JuraThe above currently finds some 4759 results in 35684 ms. --- So I modified a bit and came up with this: 16:52, 28 August 2021 (UTC)) talk (A09090091: Thank you very much. I was strugling for quite a bit before. Jura1@

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?human ?article WHERE {
:: ?human wdt:P570 ?d  . 
:: ?article schema:about ?human .
:: ?article schema:isPartOf <https://sl.wikipedia.org/>.
::FILTER( DAY(?d)=28 && MONTH(?d) = 8 )
::SERVICE wikibase:label {
::    bd:serviceParam wikibase:language "sl"
::

Query found at