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-03-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
e63829f307e543375a5aa0bfed053986f89614db 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-03-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 0 2010-03-24-f3967f4d-10534-0
49fd632975cd5c916a7551ecc62ed0c437af138e 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-03-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 1 2010-03-24-f3967f4d-10534-0
93a6a204451ecce3f8e8ee674fa512436cffa0e0 Academic adviser to Arcadia University. Address: 450 S. Easton Rd., Glenside, PA 19038, USA. Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 2 2010-03-24-f3967f4d-10534-0
b307be5a70c3ff0f83fdb625f6f7d820fdab7f77 Received £1200 for work done in June and July. Hours: 18 hrs. (Registered 10 November 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-03-24 Barry Sheerman uk.org.publicwhip/member/1645 Barry Sheerman uk.org.publicwhip/person/10534 3 2010-03-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 193.691ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette