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-24-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
9cacd01724b3bc738c13d45b647b75a1ee5b2364 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-24 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 0 2014-03-24-1f359ece-10858-0
b66641f40052d83b2b2d14c30fca35ad26e68068 February 2012, gross monthly salary of £4064 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 1 2014-03-24-1f359ece-10858-0
93eaa1bb8ad68129d39f4f4fcaf79279f21a26b7 March 2012, gross monthly salary of £4064 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 2 2014-03-24-1f359ece-10858-0
9f0abd5b94258723b925ef51dc90201acd3cfcc5 April 2012, gross monthly salary of £3591 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 3 2014-03-24-1f359ece-10858-0
96c62da1c8a9913bdcd8604739c5f067c55a4f04 May 2012, gross monthly salary of £3591 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 4 2014-03-24-1f359ece-10858-0
3c135701e19f5423f4caf0b5f8705b3f2e87e73c June 2012, gross monthly salary of £3591 (Registered 10 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Pat Doherty uk.org.publicwhip/member/40653 Pat Doherty uk.org.publicwhip/person/10858 5 2014-03-24-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 49.779ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette