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-02-09-7c43f5eb-10574-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
6921f2d46436e7726738c5a4b2cc9880c50dc652 Name of donor: Akfen Holding  Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 0 2015-02-09-7c43f5eb-10574-0
5eb34a4fc3b33619a8158d199379a4054dd91a04 Address of donor: Koza Sok No: 22 GOP, Ankara, Turkey. Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 1 2015-02-09-7c43f5eb-10574-0
96274778901c1f9e1b54ec563f3c5602e46d1201 Amount of donation (or estimate of the probable value): flights from Bursa to Ankara and back to Istanbul, with a value of £6,753.30 Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 2 2015-02-09-7c43f5eb-10574-0
0886bfe026c58516cac928f156f3232e666b51ae Destination of visit: Ankara, Turkey Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 3 2015-02-09-7c43f5eb-10574-0
4997bf9e2031ed0b895ce6ba80ea50cd7d099d4c Date of visit: 22 March 2014 Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 4 2015-02-09-7c43f5eb-10574-0
4610a543d25d6a0f6ee89894e4441dfea644a30f Purpose of visit: to meet a senior member of the Turkish government Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 5 2015-02-09-7c43f5eb-10574-0
c03dad34bcf1d6f5c7eaffeb4b46e37ed4208c81 (Registered 28 April 2014) Overseas visits     7c43f5eb 2015-02-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 6 2015-02-09-7c43f5eb-10574-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 117.061ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette