Talk:List of United Kingdom MPs who died in the 2000s

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

I suspect there are some people missing. Running this query on query.wikidata.org for example, I find 28 people who died in 2000:

SELECT DISTINCT ?itemLabel ?dod ?sitelink WHERE {
  ?item (wdt:P39/wdt:P279*) wd:Q16707842.
  ?item wdt:P570 ?dod.
  ?sitelink schema:about ?item.
  ?sitelink schema:isPartOf <https://en.wikipedia.org/>.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  FILTER(?dod > "2000-01-01T00:00:00Z"^^xsd:dateTime && ?dod < "2001-01-01T00:00:00Z"^^xsd:dateTime).
}
ORDER BY asc(?dod)
I feared I had missed some. Thank you for alerting me, I will add them in when I wake up in the morning. Yoshi876 (talk · contribs)
@Yoshi876: in case you're still working on this (if not, I'll try and add the entries sometime soon) Andrew Gray (talk) 22:09, 6 June 2020 (UTC)[reply]
@Andrew Gray: thank you for alerting me to this, I can add them in momentarily. Yoshi876 (talk) 19:03, 7 June 2020 (UTC)[reply]