home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

7 rows where person_id = "uk.org.publicwhip/person/10411" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, member_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
3def542249e95295e57b26340b52056b22dd554f Fee for Robert Emrys Jones Lecture at Merchant Taylor's School, Crosby, on 18 May 2004. (Registered 10 January 2005) Remunerated employment, office, profession etc 1f359ece 2005-04-11 Seamus Mallon uk.org.publicwhip/member/1091 Seamus Mallon uk.org.publicwhip/person/10411 0 2005-04-11-1f359ece-10411-0
385ffe1374699f88924eaf89c8401b60959d9b9d Fee for Robert Emrys Jones Lecture at Merchant Taylor's School, Crosby, on 18 May 2004. (Registered 10 January 2005) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Seamus Mallon uk.org.publicwhip/member/1091 Seamus Mallon uk.org.publicwhip/person/10411 0 2005-01-28-12405e8c-10411-0
1321eb0a42d7f9841ae126bb9ac57d875afa1072 Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2003-12-04 Seamus Mallon uk.org.publicwhip/member/1091 Seamus Mallon uk.org.publicwhip/person/10411 0 2003-12-04-1f359ece-10411-0
edc300523b94efa2808ff646a1352f4cfa4bfeed Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2002-11-26 Seamus Mallon uk.org.publicwhip/member/1091 Seamus Mallon uk.org.publicwhip/person/10411 0 2002-11-26-1f359ece-10411-0
3b2607562e666a0119cdbefa620d7a423458313a Deputy First Minister of the Northern Ireland Assembly . I ceased to hold this post on 5 November 2001. For the 12 weeks previous to that I was fulfilling the functions of that office and receiving remuneration, although technically I no longer held the position. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Seamus Mallon uk.org.publicwhip/member/1091 Seamus Mallon uk.org.publicwhip/person/10411 0 2002-05-14-1f359ece-10411-0
3d845b6cf3cb6cbe7072abb436d0b2a29e2c2e0e Deputy First Minister of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Seamus Mallon uk.org.publicwhip/member/411 Seamus Mallon uk.org.publicwhip/person/10411 0 2001-05-14-1f359ece-10411-0
4fee2aa92be4bcde6aafe5e6d214cd1b83bdb621 Deputy First Minister of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Seamus Mallon uk.org.publicwhip/member/411 Seamus Mallon uk.org.publicwhip/person/10411 0 2000-11-10-1f359ece-10411-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 867.707ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette