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 = "2015-03-30-80ef1083-10213-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
88ef24fbef635afac4b5be3285068fbb49548f36 Name of donor: Slovak Atlantic Commission Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 0 2015-03-30-80ef1083-10213-0
f8d7818bf40b9c478c8379032fdb2593fa9092a7 Address of donor: Klariská 328/14, 811 03 Bratislava, Slovak Republic Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 1 2015-03-30-80ef1083-10213-0
58be1b3c08d859c2e04464e27428d909dcab7841 Amount of donation (or estimate of the probable value): £850, including flights, accommodation, ground transportation and meals Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 2 2015-03-30-80ef1083-10213-0
2008431386fba51701a325ccf82c774671d8caa6 Destination of visit: Bratislava, Slovakia Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 3 2015-03-30-80ef1083-10213-0
022445c757fc1b5a831ae23d87c43e23ad036322 Date of visit: 14-15 May 2014 Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 4 2015-03-30-80ef1083-10213-0
d947b53933826c75c4d2f40cb365e80f5c940f92 Purpose of visit:  Speaking on one of the main panels of the 2014 GLOBSEC (Bratislava Global Security Forum) conference. Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 5 2015-03-30-80ef1083-10213-0
c3971ff42c452c375bb9b3cc102b56f0d70aaa54 (Registered 22 May 2014) Overseas visits 80ef1083 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 6 2015-03-30-80ef1083-10213-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 73.477ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette