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