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 = "2014-11-24-80ef1083-10074-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
d6a56a1c9b82a75d89e742dbcf23cc86ec7ca256 Name of donor: The European Azerbaijan Society Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 0 2014-11-24-80ef1083-10074-0
5ed8ac89043bdaaaf08d63c9c916cd781150ce94 Address of donor: 15 Queen Anne’s Gate, London SW1H  9BU Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 1 2014-11-24-80ef1083-10074-0
fad4252725b6d8a42bb360d1a20cf5eac8c7f865 Amount of donation (or estimate of the probable value):  £2,423, comprising £1,943 for flights and £480 for 4 nights at a hotel Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 2 2014-11-24-80ef1083-10074-0
61afeb83d7cd333173cddd8515810e6c1ab51d3c Destination of visit: Baku, Azerbaijan Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 3 2014-11-24-80ef1083-10074-0
958e92aff21fd889f87562838ea9f5298d1cd966 Date of visit: 26 May to 29 May 2014 Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 4 2014-11-24-80ef1083-10074-0
7a917950871edd51f6dcaee522d82b6ca7a5f1c8 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 and human rights groups. Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 5 2014-11-24-80ef1083-10074-0
dfe2c75e8d0b32f24c5f5d50eabcc7a1d43539a3  (Registered 4 July 2014) Overseas visits 80ef1083 2014-11-24 Malcolm Bruce uk.org.publicwhip/member/40280 Malcolm Bruce uk.org.publicwhip/person/10074 6 2014-11-24-80ef1083-10074-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.303ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette