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-10009-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
816e96c4134ec480fc084bc26f984d3c4983670e Name of donor: The European Azerbaijan Society Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 0 2015-03-09-80ef1083-10009-1
45af2900f625d0712ed766a62f4731d5d0f47acb Address of donor (the address of individuals will not be published): 15 Queen Anne’s Gate, London SW1H 9BU Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 1 2015-03-09-80ef1083-10009-1
da0d0c373706c2b3e5d0b3ac177da7e9c2cc0c1d Amount of donation (or estimate of the probable value): £1,943 for flights and £600 for 5 nights at a hotel; total £2,543 Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 2 2015-03-09-80ef1083-10009-1
0119bb7ecb5c48a8fc14e95818b88e5d57cd69eb Destination of visit: Baku, Shaki and Gabala, Azerbaijan Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 3 2015-03-09-80ef1083-10009-1
1326faf20efc8b2e2a970d0745f37b293263185e Date of visit: 26 May – 31 May 2014 Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 4 2015-03-09-80ef1083-10009-1
18f0af5eaf952edc4610868e611ead5ff35699ed Purpose of visit: to meet with political and parliamentary figures including the President of the Republic, ministers, the British Ambassador, local public service centres, representatives of international organisations, human rights groups and IDP/Refugee camp of displaced people from the conflict in Nagorno-Karabakh Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 5 2015-03-09-80ef1083-10009-1
8cfc60573367d3c012b71a1ee47728aec4f860d2 (Registered 13 June 2014) Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 6 2015-03-09-80ef1083-10009-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 197.846ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette