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-02-23-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
ffb03164625da4db76b8657f789afb94498f0d30 Name of donor: (1) Farnborough International Limited, (2) Bahraini Ministry of Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-02-23-80ef1083-10293-0
c9af8da928293917839f6f5e0ffadf336afe7ea2 Name of donor: The State Oil Company of the Azerbaijan Republic (SOCAR) Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-02-23-80ef1083-10293-0
cafdcf01740a671b57dfcc44d212d22b1b0a99a2 Address of donor: 73 Netftchilar Avenue, Baku, AZ1000, The Republic of Azerbaijan Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-02-23-80ef1083-10293-0
c4a534e3f8461a29c4623deb07139b9bac87edcc Amount of donation (or estimate of the probable value): £3,000 including flights, internal travel and notional costs. Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-02-23-80ef1083-10293-0
649940b9a4fd1cb4babfba22ddf527ca21ebaef2 Destination of visit: Baku, Azerbaijan Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-02-23-80ef1083-10293-0
148bcfa325a87a03841e1635c07837da9d6dfeb6 Date of visit: 6-8 October 2014 Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-02-23-80ef1083-10293-0
8cf2f7c01035d3f069a132d45327d27011ad89e3 Purpose of visit: a delegation to discuss relations between the UK and Azerbaijan and meetings with political and business representatives. Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-02-23-80ef1083-10293-0
d26c5bdfe7c7aee87a61c48c52de45679939535d (Registered 19 November 2014) Overseas visits 80ef1083 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 7 2015-02-23-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 73.728ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette