query-9600b4eef87550fa93ddf6c89cd9cb13
The use of {#1} UNION {#2} UNION {#3} here means that the ?person value has to match #1 OR #2 OR #3, but does not have to match all three. Each section is run independently and the results are combined. ; these cover 1386-1421, 1509-1629, and 1660-1832. Before the mid sixteenth century, the History of Parliament records themselves are incomplete - the names of many MPs are simply lost to history. (P1614)History of Parliament ID for each MP who is found in the History of Parliament volumes, which are themselves linked with itemBefore 1800, not all items necessarily have complete sets of per-term holdings (the eighteenth century in particular is patchy) and those positions are frequently missing dates, constituencies, etc. However, there is at the very least an This query will obtain all people found in the History of Parliament records, along with their corresponding entries. Note that many people have two or even three records, as they exist in multiple volumes.
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?person ?hop WHERE
{
?person wdt:P31 wd:Q5 . ?person wdt:P1614 ?hop .
}