items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-09-04-10057ffd-11333-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
ccaaff8e34c43991138a629bc393ba2f52677f2b | 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 | 2023-09-04 | Pete Wishart uk.org.publicwhip/person/11333 | 0 | 2023-09-04-10057ffd-11333-0 | |
c1f1ca27d87dd0fe7668bb8236ef1c025f328707 | 29 November 2022, received £1,069 for my recorded works from Chrysalis Records. Hours: no additional hours. (Registered 16 December 2022) | Employment and earnings 10057ffd | 2023-09-04 | Pete Wishart uk.org.publicwhip/person/11333 | 1 | 2023-09-04-10057ffd-11333-0 | |
87f65b9468b51c336a582dbd55d9fafe6600ed6b | 29 November 2022, received £1,693 for my recorded works with Ridge Records. Hours: no additional hours. (Registered 16 December 2022) | Employment and earnings 10057ffd | 2023-09-04 | Pete Wishart uk.org.publicwhip/person/11333 | 2 | 2023-09-04-10057ffd-11333-0 | |
8c1407b0dc4a3dcd74e0d0627f094b14b82140b5 | I receive payments for my published works from the Performing Rights Society. | Employment and earnings 10057ffd | 2023-09-04 | Pete Wishart uk.org.publicwhip/person/11333 | 3 | 2023-09-04-10057ffd-11333-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");