home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

8 rows where record_id = "2015-03-09-80ef1083-10293-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
a5129c14cd7c8e0db7a8f3b66de325c95d1e379d Name of donor: (1) Farnborough International Limited, (2) Bahraini Ministry of Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-09-80ef1083-10293-0
d4bb0a2a48429d143a4befd00485211d5418e91e Name of donor: The State Oil Company of the Azerbaijan Republic (SOCAR) Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-09-80ef1083-10293-0
8e7ed8d509f6947075634827408ccf1d5af812e1 Address of donor: 73 Netftchilar Avenue, Baku, AZ1000, The Republic of Azerbaijan Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-09-80ef1083-10293-0
d4bb6f831244153c2a2e4be6a36830d069da3efe Amount of donation (or estimate of the probable value): £3,000 including flights, internal travel and notional costs. Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-09-80ef1083-10293-0
6200bc6eec585f4598b2acf09f710eaf0bc52e07 Destination of visit: Baku, Azerbaijan Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-09-80ef1083-10293-0
fb165463ad78da7ddd01867d2a9702c3ab7efbb7 Date of visit: 6-8 October 2014 Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-09-80ef1083-10293-0
3e10f859d9e53a2670ee8e391600f4c5017e06e9 Purpose of visit: a delegation to discuss relations between the UK and Azerbaijan and meetings with political and business representatives. Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-09-80ef1083-10293-0
3216b5ab75e56458a81053320302a8ff062c8a2b (Registered 19 November 2014) Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 7 2015-03-09-80ef1083-10293-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 69.791ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette