home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2010-03-10-80ef1083-10055-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
acf6b732cf41db986ff43a021f1e1dededa4183e Name of donor: Results UK Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 0 2010-03-10-80ef1083-10055-0
e39c3a2cee6c0287dfeae41d8271422db0631a5c Address of donor: 25 Clemens St, Leamington Spa, CV31 2DP Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 1 2010-03-10-80ef1083-10055-0
2b327a2dc77e588c80724bf2d84c54d03a5114a7 Amount of donation (or estimate of the probable value): £1,199.69 Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 2 2010-03-10-80ef1083-10055-0
46181eebb2b1f8af74300ea356912f61e833d793 Destination of visit: India Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 3 2010-03-10-80ef1083-10055-0
5b427d124e6c3ef704b5a91d5b7aabb9c5114181 Date of visit: 6-10 September 2009 Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 4 2010-03-10-80ef1083-10055-0
a85721c8be0db8667f91d1176fdafa7d9c2c688c Purpose of visit: to learn how India is addressing major health challenges such as TB and HIV and to evaluate the impact of the UK Government's support to India. Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 5 2010-03-10-80ef1083-10055-0
19903d560fc9435cdba692494ab533943e735ffb (Registered 1 February 2010) Overseas visits 80ef1083 2010-03-10 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 6 2010-03-10-80ef1083-10055-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 83.355ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette