home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2010-04-12-8f616a6e-11696-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
40b33aa0ce8f36bfcb785e2442bf33a0b0c0be1d Name of donor: Mr Roger Gabb Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 0 2010-04-12-8f616a6e-11696-0
0a358d38c0afeff8cb6fbe22f71c913da7a85f81 Amount of donation or nature and value if donation in kind: £5850 (donated to constituency association) Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 2 2010-04-12-8f616a6e-11696-0
06dab26ba87c012b5320f891f638a2f2972451db Name of donor: Hew Kennedy Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 5 2010-04-12-8f616a6e-11696-0
02fba16324a960bf596ad6af041bb5d14533d746 Amount of donation or nature and value if donation in kind: £1350 (donated to constituency association) Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 7 2010-04-12-8f616a6e-11696-0
aa5d334b0b031613eb352525dd4c9167d2e6d99e Name of donor: Rhoderick Swire Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 10 2010-04-12-8f616a6e-11696-0
9a9175d2f437a97445fdee8d03b26a20eeb625f9 Amount of donation or nature and value if donation in kind: £1250 (donated to constituency association) Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 12 2010-04-12-8f616a6e-11696-0
49c62e856366c175d30ba3dd3665f59263e15677 Name of donor: Jeff Whalley Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 15 2010-04-12-8f616a6e-11696-0
0020c90a8c26fd749891289f616194b6a03c4533 (Registered 22 January 2010) Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 19 2010-04-12-8f616a6e-11696-0
ef555bbbca27a6c41e11c9292a0da536f3a61f76 Name of donor: Rupert Lywood Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 20 2010-04-12-8f616a6e-11696-0
723e7708aefd266bb260729aa9f6ec748ae963da Address of donor: private Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 21 2010-04-12-8f616a6e-11696-0
ca7524352e7b9a034229cac2e405583c8c7b6b6a Amount of donation or nature and value if donation in kind: £5000 (donated to constituency association) Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 22 2010-04-12-8f616a6e-11696-0
310ab7d36bf6f537f393f426e261ca1ef3fbd312 Donor status: individual Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 23 2010-04-12-8f616a6e-11696-0
64aa7f69fa4110f4c6e0dc229656d488771d4ecc (Registered 5 February 2010) Sponsorships 8f616a6e 2010-04-12 Philip Dunne uk.org.publicwhip/member/1696 Philip Dunne uk.org.publicwhip/person/11696 24 2010-04-12-8f616a6e-11696-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 22.908ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette