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-03-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
1e4ad9c84c0fa61a355254aeefa6b3e79d2f38c6 Name of donor: Akfen Holding  Overseas visits     7c43f5eb 2015-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 0 2015-03-09-7c43f5eb-10574-0
a4a4a1f531fa74e6391f6b935f8fe07a4eb51dc6 Address of donor: Koza Sok No: 22 GOP, Ankara, Turkey. Overseas visits     7c43f5eb 2015-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 1 2015-03-09-7c43f5eb-10574-0
c08f7146cef6cb3f5fe338f51172e6894f525bdc 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-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 2 2015-03-09-7c43f5eb-10574-0
38ab1d1524d25166619272d23699d23632de9878 Destination of visit: Ankara, Turkey Overseas visits     7c43f5eb 2015-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 3 2015-03-09-7c43f5eb-10574-0
bba497aaf4d4eded7921299e3c0e574b24f28850 Date of visit: 22 March 2014 Overseas visits     7c43f5eb 2015-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 4 2015-03-09-7c43f5eb-10574-0
efbf3a3cd912c59dbc52280f985c691f0003348d Purpose of visit: to meet a senior member of the Turkish government Overseas visits     7c43f5eb 2015-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 5 2015-03-09-7c43f5eb-10574-0
e69792f50fb5faad0f8b193a2ab5da834200c531 (Registered 28 April 2014) Overseas visits     7c43f5eb 2015-03-09 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 6 2015-03-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 54.765ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette