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-10172-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
0984145268a6a44d23bf851707e632864169f803 Name of donor: British University in Egypt Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 0 2015-03-09-80ef1083-10172-0
affd159e7d77cbfa26b21845b3d1c68b06f187cd Address of donor: El Sherouk City, Suez Desert Road, Cairo 11837; PO Box 43 Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 1 2015-03-09-80ef1083-10172-0
80683bfe90e69f498e12db1590774ed410b942b3 Amount of donation (or estimate of the probable value): £3,300 to cover flights, accommodation, meals and transport in Egypt. Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 2 2015-03-09-80ef1083-10172-0
20976ee42d4e1519dd0fdfb50dd65ca5cfa54075 Destination of visit: Cairo, Egypt Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 3 2015-03-09-80ef1083-10172-0
bb0d1ca34956204e3cffe26a8f877d645f055eae Date of visit: 13-16 June 2014 Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 4 2015-03-09-80ef1083-10172-0
f63423d2025ca34aa67a238393bdc7033ce6a08d 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. Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 5 2015-03-09-80ef1083-10172-0
7edbf505a098b6e915dbcc34b97499aa68cd1d9b (Registered 7 July 2014) Overseas visits 80ef1083 2015-03-09 Jeffrey M Donaldson uk.org.publicwhip/member/40350 Jeffrey M. Donaldson uk.org.publicwhip/person/10172 6 2015-03-09-80ef1083-10172-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 100.603ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette