home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2010-02-24-f3967f4d-10534-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
36d38e03abe5a176276b278a3ef3191e7554f775 Member of Environmental Scrutiny Board of Veolia Environmental Services (UK) plc; environmental waste management company. Address: Veolia House, 154a Pentonville Road, London, N1 9PE. Work includes attending meetings and providing advice on environmental issues. Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 0 2010-02-24-f3967f4d-10534-0
ed034bf102c16826bf62e73a83d95fed05acd452 29 July 2009, received payment of £2,500 for work carried out from January to June 2009. Hours: 12hrs. (Registered 5 August 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 1 2010-02-24-f3967f4d-10534-0
6ed0621141b72ac38a42b776bc52225e5de40f39 Academic adviser to Arcadia University. Address: 450 S. Easton Rd., Glenside, PA 19038, USA. Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 2 2010-02-24-f3967f4d-10534-0
76b06cbe63bed922473ba342cbaf71fb7a1b6c34 Received £1200 for work done in June and July. Hours: 18 hrs. (Registered 10 November 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 3 2010-02-24-f3967f4d-10534-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 51.793ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette