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-11057-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
7044470770a91bade63fa41cbd95be41a8e80cc3 Name of donor: British University in Egypt Overseas visits 80ef1083 2015-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 0 2015-03-30-80ef1083-11057-0
3d75dc2020b5e93a2d01d2e5290763a2b8e43c2d Address of donor: El Sherouk City, Suez Desert Road, Cairo 11837; P.O. Box 43 Overseas visits 80ef1083 2015-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 1 2015-03-30-80ef1083-11057-0
f3325794544b7bdf5c42116aa3d7162b2e3f58eb Amount of donation (or estimate of the probable value): £3,300 Overseas visits 80ef1083 2015-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 2 2015-03-30-80ef1083-11057-0
de43cb9a5665c0e0acd80f2657bb24969482e188 Destination of visit: Cairo, Egypt Overseas visits 80ef1083 2015-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 3 2015-03-30-80ef1083-11057-0
801708e240c0b4a90d1116fa6cdfa5d182fce96a Date of visit: 13-16 June 2014 Overseas visits 80ef1083 2015-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 4 2015-03-30-80ef1083-11057-0
3d8ee4e825a4424b344a2663de4b5ea9a4036459 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-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 5 2015-03-30-80ef1083-11057-0
6121071e944df074a785d1f582beac8421dcfa4a (Registered 4 July 2014) Overseas visits 80ef1083 2015-03-30 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 6 2015-03-30-80ef1083-11057-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 17.77ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette