home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

14 rows where record_id = "2010-10-25-8f616a6e-10498-0" sorted by sort_order

✎ 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
788d713e4576ac5e6ef5ac416dc32d80a4194efe Donations to the constituency party or association, which have been or will be reported by the party to the Electoral Commission: Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 0 2010-10-25-8f616a6e-10498-0
c0629971ab133ddf69d9a859d7881aa12ffcd0dc Name of donor: Ted Watts Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 1 2010-10-25-8f616a6e-10498-0
7578e2e0074f2f1a736a798fb9e86d2eb456d73c Address of donor: private Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 2 2010-10-25-8f616a6e-10498-0
00024425f3f61311da5ec3b85421030951221ac9 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 3 2010-10-25-8f616a6e-10498-0
b594bd043923b437e04f0a1d3588f4394a15fb54 Donor status: individual Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 4 2010-10-25-8f616a6e-10498-0
6c37e05f6411ac604e35849a4089fa4e90d639c7 (Registered 3 September 2009) Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 5 2010-10-25-8f616a6e-10498-0
8dc4d5f5645c3dc77b9b22722472176fd1900ea7 Name of donor: Stef Stefanou Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 6 2010-10-25-8f616a6e-10498-0
e1d1480f61aceca647c6159aa18a51bfc8e81c31 Amount of donation or nature and value if donation in kind: £3,000 Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 8 2010-10-25-8f616a6e-10498-0
47e72a856e74f8c738d1982e9e6d2393defe8c21 (Registered 10 March 2010) Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 10 2010-10-25-8f616a6e-10498-0
90b915e48ecac9adbc1f74d307ccfc27db32bf53 Name of donor: Laurence Standen Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 11 2010-10-25-8f616a6e-10498-0
17312b29ed4cbbe1729c2a69607c1595703bed7e Address of donor: private Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 12 2010-10-25-8f616a6e-10498-0
cde613c86ff0520e82537a8f5c8efd9c0c512917 Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 13 2010-10-25-8f616a6e-10498-0
dc89095e76231688b694f59b7385b90bcc16562d Donor status: individual Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 14 2010-10-25-8f616a6e-10498-0
a9ea58aa3e3fa10fec7a74814add5a8c574b7184 (Registered 2June 2010) Sponsorships 8f616a6e 2010-10-25 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 15 2010-10-25-8f616a6e-10498-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 107.236ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette