home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where record_id = "2015-03-30-8f616a6e-11036-1" 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
bf5eb1ad1d753a61e25eb541c8ef2913dd9ea64d Name of donor: Yeovil Liberal Democrats Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 0 2015-03-30-8f616a6e-11036-1
c459229506d00fbda9b92a00030882aabfb18255 Address of donor: 5 Church Street, Yeovil, Somerset BA20 1HB Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 1 2015-03-30-8f616a6e-11036-1
ee38f84e18ca7b2f9f8993330af1f6641daedae4 Amount of donation or nature and value if donation in kind: Money raised at and following a fundraising event on 28 April 2014  in support of campaigns for the 2015 local elections and for my own election fund. The total raised was £49,600, which includes the registrable donations below. Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 2 2015-03-30-8f616a6e-11036-1
b5759d8e6031d6ba5a88d841e859f140a0eecb0c Donor status: unincorporated association Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 3 2015-03-30-8f616a6e-11036-1
f7153eb24fb9e60900c44108970d92c403063104 (Registered 25 July 2014) Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 4 2015-03-30-8f616a6e-11036-1
4fb1516d265e77d1906780b44ecf414ecfa90961 Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 5 2015-03-30-8f616a6e-11036-1
cc51097d8caa12629bba95b75ca9fb0e5e7502ee Name of donor: Mr and Mrs J Goddard Watts Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 6 2015-03-30-8f616a6e-11036-1
923140c176a8952a9645fe94003d53df7e00c61c Address of donor: private Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 7 2015-03-30-8f616a6e-11036-1
7a69ed370bed5adc900944d9b9418912c0b6b654 Amount of donation or nature and value if donation in kind: £7,500 Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 8 2015-03-30-8f616a6e-11036-1
4693b10bfe2d52d41273b0caca679f815f438ac3 Donor status: individual Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 9 2015-03-30-8f616a6e-11036-1
dc05b460ae55a8075ea6bce4f4562090a03a6b33 (Registered 25 July 2014) Sponsorships 8f616a6e 2015-03-30 David Laws uk.org.publicwhip/member/40680 David Laws uk.org.publicwhip/person/11036 10 2015-03-30-8f616a6e-11036-1

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