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-01-26-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
c3beeeb83d1746802f31b80ed02cbfed2f0eb5a3 Name of donor: Parliament of Bahrain (National Assembly & Shura Council) Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 0 2015-01-26-80ef1083-10048-0
90a001e9d3b827cd34a8fd3e729791b6d4ef5b53 Address of donor: Shaikh Daij Avenue, Manama, Bahrain Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 1 2015-01-26-80ef1083-10048-0
2803ad5c196f437ccd83e97c8504efebdb5843be Amount of donation (or estimate of the probable value): flights £4,630, accommodation £797, total £5,427 Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 2 2015-01-26-80ef1083-10048-0
139a1cde24a80a12a7278064b89cd05760f45a7b Destination of visit: Bahrain Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 3 2015-01-26-80ef1083-10048-0
554bfad02cf2b986c9604f3e63c28ddd898c2565 Date of visit: 12-16 April 2014 Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 4 2015-01-26-80ef1083-10048-0
7c82cf12fec582e0f1455e4f7dd349766f4d6e14 Purpose of visit: to discuss governance, security and human rights issues and promote UK-Bahraini relations. Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 5 2015-01-26-80ef1083-10048-0
d1ad458d17efac4f5ad1627547f19c169db4a897 (Registered 27 May 2014) Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 6 2015-01-26-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 158.19ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette