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-23-80ef1083-10048-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
32da2a6a74dd1d6f09acea78bb57399d416bb24c Name of donor: Parliament of Bahrain (National Assembly & Shura Council) Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 0 2015-02-23-80ef1083-10048-0
5a5913f3f123db03ac310618a1a1aa4fb9cd2877 Address of donor: Shaikh Daij Avenue, Manama, Bahrain Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 1 2015-02-23-80ef1083-10048-0
5bea0beb1e997b467cc93ca21cbefb4e3a699902 Amount of donation (or estimate of the probable value): flights £4,630, accommodation £797, total £5,427 Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 2 2015-02-23-80ef1083-10048-0
ca01fe7abb1961623369ddb0d76b3f2d6a0f5d0f Destination of visit: Bahrain Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 3 2015-02-23-80ef1083-10048-0
f31d19940428b2505aed11f062d585ea83e2b3bb Date of visit: 12-16 April 2014 Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 4 2015-02-23-80ef1083-10048-0
cb2c61f3aa9fcd242a00211fae5acf45cd29b3dd Purpose of visit: to discuss governance, security and human rights issues and promote UK-Bahraini relations. Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 5 2015-02-23-80ef1083-10048-0
ddf52d8e79e0e4e7707237a539b221f280ba6d2f (Registered 27 May 2014) Overseas visits 80ef1083 2015-02-23 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 6 2015-02-23-80ef1083-10048-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 44.8ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette