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-10658-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
2ebcc4d47e7f1805646d56144d76d0dc55eb4493 Name of donor: Waste2Tricity Ltd Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 0 2015-03-30-80ef1083-10658-0
53c6f547f24a623bfcb501f704dbbf1f5abb9524 Address of donor: Finsgate, 5-6 Cranwood Street, London EC1V 9EE Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 1 2015-03-30-80ef1083-10658-0
75b1e1587cd58eb1676c0faad44580cad41a2a04 Amount of donation (or estimate of the probable value): fares and accommodation at a total of £3,500, of which the air fare was approx. £2,700 Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 2 2015-03-30-80ef1083-10658-0
4ff2ba48b7544fc2736e6869127e219fdf132a71 Destination of visit: Bangkok Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 3 2015-03-30-80ef1083-10658-0
959821b5fb0a2620e4723faff923bd65b8946173 Date of visit: 5-10 January 2015 Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 4 2015-03-30-80ef1083-10658-0
cad63bb28f07f076cb1f1f6e66fc0f28cfba85d2 Purpose of visit: fact-finding trip to learn more about the energy from waste sector in Thailand. Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 5 2015-03-30-80ef1083-10658-0
0d2690bbe4ae56db57ff0a5db4be6659fdd02912 (Registered 20 January 2015) Overseas visits 80ef1083 2015-03-30 Tim Yeo uk.org.publicwhip/member/40554 Tim Yeo uk.org.publicwhip/person/10658 6 2015-03-30-80ef1083-10658-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 644.204ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette