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 = "2014-10-27-1f359ece-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
5630a476cb5d41b31499381a406a58b5615efa34 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. Remunerated employment, office, profession etc 1f359ece 2014-10-27 Pete Wishart uk.org.publicwhip/member/40478 Pete Wishart uk.org.publicwhip/person/11333 0 2014-10-27-1f359ece-11333-0
f93d1a535d6bdc122353a6f43cab3f0357a0aa99 Received payment of £868.72 for my recorded works from EMI records. No additional hours worked. (Registered 31 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-10-27 Pete Wishart uk.org.publicwhip/member/40478 Pete Wishart uk.org.publicwhip/person/11333 1 2014-10-27-1f359ece-11333-0
2d25795bdfd9f4a28d69c4a265da27eb03e2388e Received payment of £2,194.64 for my recorded works from Ridge Records. No additional hours worked. (Registered 31 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-10-27 Pete Wishart uk.org.publicwhip/member/40478 Pete Wishart uk.org.publicwhip/person/11333 2 2014-10-27-1f359ece-11333-0
742b5ab9eba9c1914b78cccdd32838c0f620c4b9 I receive payments for my published works from the Performing Rights Society. Remunerated employment, office, profession etc 1f359ece 2014-10-27 Pete Wishart uk.org.publicwhip/member/40478 Pete Wishart uk.org.publicwhip/person/11333 3 2014-10-27-1f359ece-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 14.344ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette