home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2020-09-01-10057ffd-11333-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
5377c063359a196f9b7f0433d80ab78dd74baf73 I receive royalty payments from EMI and from Ridge Records for my recorded works with Runrig, with whom I serve as an unremunerated director. Addresses: EMI House, 43 Brook Green, London W6 7EF and Ridge Records Limited, 1 York Street, Aberdeen AB11 5DL. Employment and earnings 10057ffd 2020-09-01   Pete Wishart uk.org.publicwhip/person/11333 0 2020-09-01-10057ffd-11333-0
91eb4815204b4f0078fd609a397345f38b8f64a6 14 December 2019, received £2,696.08 for my recorded works from Ridge Records. Hours: no additional hours. (Registered 06 January 2020) Employment and earnings 10057ffd 2020-09-01   Pete Wishart uk.org.publicwhip/person/11333 1 2020-09-01-10057ffd-11333-0
59d80620e5b5451cdda186d0ffdf3d24b9825305 I receive payments for my published works from the Performing Rights Society. Employment and earnings 10057ffd 2020-09-01   Pete Wishart uk.org.publicwhip/person/11333 2 2020-09-01-10057ffd-11333-0
de34b5ab96bad1ca06d580d15568ac6c8c5b17b4 Fees received for appearing as part of Parliamentary rock band "MP4" on the Matt Forde Christmas show 2018, produced by Avalon Productions of 4A Exmoor St, London W10 6BD: Employment and earnings 10057ffd 2020-09-01   Pete Wishart uk.org.publicwhip/person/11333 3 2020-09-01-10057ffd-11333-0
d3f0bd1b7751bdaffecd9b1d2a832c155bd10602 28 October 2019, received £878.82 for appearing in two live shows on 19 and 20 December 2018. Hours: 8 hrs. (Registered 06 January 2020) Employment and earnings 10057ffd 2020-09-01   Pete Wishart uk.org.publicwhip/person/11333 4 2020-09-01-10057ffd-11333-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 15.764ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette