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-10009-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
005438ff4eb28a30cb3817c8fc1a42b2b1285e42 Name of donor: The European Azerbaijan Society Overseas visits 80ef1083 2015-03-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 0 2015-03-30-80ef1083-10009-0
bef51a4bf94c4016a86d64dc4b7623613146d613 Address of donor (the address of individuals will not be published): 15 Queen Anne’s Gate, London SW1H 9BU Overseas visits 80ef1083 2015-03-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 1 2015-03-30-80ef1083-10009-0
f81e08a67489d0e24dadc266317575080913cba8 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-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 2 2015-03-30-80ef1083-10009-0
2e94123551ed8c5b4a5c30f6ba68e8a20ace071e Destination of visit: Baku, Shaki and Gabala, Azerbaijan Overseas visits 80ef1083 2015-03-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 3 2015-03-30-80ef1083-10009-0
37162069426e937e619a3fd828761c5f9202dba0 Date of visit: 26 May – 31 May 2014 Overseas visits 80ef1083 2015-03-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 4 2015-03-30-80ef1083-10009-0
4eb3ed1c7215781678118738315a66fdd69e5a5e 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-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 5 2015-03-30-80ef1083-10009-0
5e7f7e447dd54890987f8b1f2d6adc5f37cddf64 (Registered 13 June 2014) Overseas visits 80ef1083 2015-03-30 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 6 2015-03-30-80ef1083-10009-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 94.926ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette