home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2014-03-10-1f359ece-10858-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
6e0d41fac348cf43692f5b2d0959381f0c245ce8 Member of the Northern Ireland Assembly. Hours: 320 per month. The hours are difficult to calculate as the roles of MP and MLA are often combined. (Resigned from NI Assembly on 1 July 2012.) Remunerated employment, office, profession etc 1f359ece 2014-03-10 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 0 2014-03-10-1f359ece-10858-0
b8ad797ded8ea4a898eac1291930de760c150bbe February 2012, gross monthly salary of £4064 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-10 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 1 2014-03-10-1f359ece-10858-0
a4bd1523c7f491b896594b22e399884db5713a70 March 2012, gross monthly salary of £4064 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-10 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 2 2014-03-10-1f359ece-10858-0
f593903d1b9dce2bdfd5501e4d430718228d657f April 2012, gross monthly salary of £3591 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-10 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 3 2014-03-10-1f359ece-10858-0
3b3eeb43ecc1e99d9d8e37da5b5e7b8a859956f5 May 2012, gross monthly salary of £3591 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-10 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 4 2014-03-10-1f359ece-10858-0
d637ce8d11ff1f94db0756d2cbe9fb2ddaf139f9 June 2012, gross monthly salary of £3591 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-10 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 5 2014-03-10-1f359ece-10858-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 19.091ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette