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-30-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
19b3ef0996d572a8a1c37e99d88d5b58a62a2b02 Name of donor: (1) Farnborough International Limited, (2) Bahraini Ministry of Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-30-80ef1083-10293-0
88737ca5532e473c6c29295f9977feeacf883716 Name of donor: The State Oil Company of the Azerbaijan Republic (SOCAR) Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-30-80ef1083-10293-0
6a076b0d42ba22eb49d225b5f65ceae32f92d57b Address of donor: 73 Netftchilar Avenue, Baku, AZ1000, The Republic of Azerbaijan Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-30-80ef1083-10293-0
920121805f2f30105c633a0acb33d8779c78247d Amount of donation (or estimate of the probable value): £3,000 including flights, internal travel and notional costs. Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-30-80ef1083-10293-0
d431eb9fe2a9199be0afd2d5c840b59b8a3c399b Destination of visit: Baku, Azerbaijan Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-30-80ef1083-10293-0
8405f66f2f932e3b0b126d81ec2feee0919eb800 Date of visit: 6-8 October 2014 Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-30-80ef1083-10293-0
49ac5b11c7040cb62cde12c94f43d63149559630 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-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-30-80ef1083-10293-0
614818267ebb790d7a6c613c55bc29c893bceb94 (Registered 19 November 2014) Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 7 2015-03-30-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 16.209ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette