home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2009-11-11-1f359ece-11318-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
202e71e6b9e8eac65a605924e8deb1140ac8295f Parliamentary Adviser to: Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 0 2009-11-11-1f359ece-11318-0
3c57922d2971461ad38f1ca54fd7046f13cd9b6b Green Lane Association Ltd (a national user group) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 1 2009-11-11-1f359ece-11318-0
859946f06f6a2c968b520ada5ff3f0b058522698 BMF (British Motorcycle Federation) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 2 2009-11-11-1f359ece-11318-0
c0faad993da7235e9977382ac0d3e95d1e90119b The TRF (Trail Riders Fellowship) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 3 2009-11-11-1f359ece-11318-0
a57f40bdebd080d4dab09d188635e0e1219bd820 (£5,001-£10,000 total) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 4 2009-11-11-1f359ece-11318-0
5f53ab31f0f978a20bf6173ca7aaf0dfeb5e1e9b Payment of £2,500 from the Trail Riders Fellowship. (Registered 22 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 5 2009-11-11-1f359ece-11318-0
ae0bee71bda654740145d65cb9771ef8eb238d7e Payment of £20 for four chickens sold at the Bromyard Gala on 4 July 2009. (Registered 22 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 6 2009-11-11-1f359ece-11318-0
c51e5ffbf75fd7f417260e9254cad9aebe370a24 Payment of £1,987.17 for sale of cattle. (Registered 19 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 7 2009-11-11-1f359ece-11318-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 281.995ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette