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-01-26-80ef1083-11057-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
337409782f74dac0c834f31afe4f20d49b00d87b Name of donor: British University in Egypt Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 0 2015-01-26-80ef1083-11057-1
4b1b0a4f790902ca0606238cf9fcba208d8b0f00 Address of donor: El Sherouk City, Suez Desert Road, Cairo 11837; P.O. Box 43 Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 1 2015-01-26-80ef1083-11057-1
500993fe1f4a11e9ac5f4fe14bf9a83c673cde21 Amount of donation (or estimate of the probable value): £3,300 Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 2 2015-01-26-80ef1083-11057-1
8249bb48a2753bec486f15ee1822ba577e8d52e7 Destination of visit: Cairo, Egypt Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 3 2015-01-26-80ef1083-11057-1
7540373ee021466f468ee255f2d4ae5dd76df531 Date of visit: 13-16 June 2014 Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 4 2015-01-26-80ef1083-11057-1
9b6e41ca41d634bb00c8ed8b9e45e3faab61718a Purpose of visit: to meet the new President, meet government ministers, religious leaders, British Council, IPU and representatives of civil society in Egypt and discuss developments taking place in the run up to parliamentary elections, in my capacity of Shadow Minister for Africa and Middle East Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 5 2015-01-26-80ef1083-11057-1
6d227c2d160b0caca7c551836463ecd42abbbac2 (Registered 4 July 2014) Overseas visits 80ef1083 2015-01-26 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 6 2015-01-26-80ef1083-11057-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 18.246ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette