home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-03-30-9e46def6-11858-2" 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
d013bc9927f1b0c512da1792bd0fba1b9df8badb Name of donor: Luff Associates Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 0 2015-03-30-9e46def6-11858-2
e903983373d515e4f7ba59ff1fc04358168fdded Address of donor: White Oak Cottage, 13 Claremont Avenue, Camberley Surrey GU15 2DR Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 1 2015-03-30-9e46def6-11858-2
12ed3f81f11d15b099da677352cb7c60297a9daa Amount of donation or nature and value if donation in kind: £250 a month from 8 November 2011; value £3,000 a year in 2011-12, 2012-13, 2013-14 and 2014-15 Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 2 2015-03-30-9e46def6-11858-2
9740c848a6500e57f2b54b1b12de691a71ed95f5 Donor status: LLP Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 3 2015-03-30-9e46def6-11858-2
0e1049d0532039c493bd8897411781a5760519e3 (Registered 29 December 2011; updated 22 January 2013, 7 February 2014 and 17 February 2015) Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 4 2015-03-30-9e46def6-11858-2

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 16.308ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette