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 = "2021-10-04-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
89f75071aaeb9cc9c64bf217c1e589e364984a71 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 2021-10-04   Pete Wishart uk.org.publicwhip/person/11333 0 2021-10-04-10057ffd-11333-0
ec8c778e15fd331819cd6efd1a92ead61a0974f6 14 October 2020, received £1,987.07 for my recorded works with Chrysalis Records (part of EMI). Hours: no additional hours. (Registered 03 November 2020) Employment and earnings 10057ffd 2021-10-04   Pete Wishart uk.org.publicwhip/person/11333 1 2021-10-04-10057ffd-11333-0
3c423f64adb21766b058dbe1b072f32105b35865 28 May 2021, received £3,109.64 for my recorded works with Ridge Records. Hours: no additional hours. (Registered 18 June 2021) Employment and earnings 10057ffd 2021-10-04   Pete Wishart uk.org.publicwhip/person/11333 2 2021-10-04-10057ffd-11333-0
59589af5a624254eb3e42bc3cbbddee271ea872b I receive payments for my published works from the Performing Rights Society. Employment and earnings 10057ffd 2021-10-04   Pete Wishart uk.org.publicwhip/person/11333 3 2021-10-04-10057ffd-11333-0
2b6b2a7fdfa0b93bda90bad5cc075349c71692bf Fees received for appearing as part of the parliamentary rock band ‘MP4’ in the Matt Forde Live Christmas Show, produced by Avalon productions, 4A Exmoor St, London W10 6BD: Employment and earnings 10057ffd 2021-10-04   Pete Wishart uk.org.publicwhip/person/11333 4 2021-10-04-10057ffd-11333-0
5cabbdb44368d116c6be97ab13501c2efff71aae 13 November 2020, received £960.28 for rehearsals and performance on 18 December 2019. Hours: 7 hrs in total. (Registered 23 November 2020) Employment and earnings 10057ffd 2021-10-04   Pete Wishart uk.org.publicwhip/person/11333 5 2021-10-04-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 55.55ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette