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-09-80ef1083-10051-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
af4f497ffdd9785d500ed22f8dea5d0a28f541f8 Name of donor: Forward Thinking Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 0 2015-03-09-80ef1083-10051-1
bb9422419f86ba79b8282522a7f4693d7c9af4ff Address of donor: The Griffin Building, 83 Clerkenwell Road, London EC1R 5AR Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 1 2015-03-09-80ef1083-10051-1
b671260f5703bbf29fc16bdcae3dc25ec9dfb4a4 Amount of donation (or estimate of the probable value): flights and accommodation at a total value of £877.22 Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 2 2015-03-09-80ef1083-10051-1
114275cd6d00807b53ad6a1c23cf8222842d7890 Destination of visit: Istanbul Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 3 2015-03-09-80ef1083-10051-1
eed9be1ff59ccc71838b89be7b88d7d4a00c11e9 Date of visit: 18-20 December 2014 Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 4 2015-03-09-80ef1083-10051-1
13bf7ddbc2283a21dc885e9e62464517a54807c7 Purpose of visit: to attend and take part in a conference exploring the lessons of conflict resolution from Northern Ireland with Egyptian political leaders in exile. Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 5 2015-03-09-80ef1083-10051-1
e729116ddb80eefc7d06208e6269b5622f6eed81 (Registered 13 January 2015) Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 6 2015-03-09-80ef1083-10051-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 29.915ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette