home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

8 rows where record_id = "2012-06-11-80ef1083-10431-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
12fbdddc70c200a88c3fc5dd64f4f8fc1a877f7a Name of donor: Nominet, the .uk Domain Registry Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 0 2012-06-11-80ef1083-10431-0
f73e3abc607c974db6878d77e6b2f589c5c3b421 Address of donor: Minerva House, Edmund Halley Road, Oxford Science Park, Oxford, OX4 Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 1 2012-06-11-80ef1083-10431-0
f208c2d614110c3284b1c46549bfb23568f95c33 4DQ. Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 2 2012-06-11-80ef1083-10431-0
2c4c5fed167be713674d225ba6b098c23d6cbe05 Amount of donation (or estimate of the probable value): flights, hotel and incidental costs; Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 3 2012-06-11-80ef1083-10431-0
ac877c31368871329628ec9736c3cfcd6fa74c48 total value £3,300 Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 4 2012-06-11-80ef1083-10431-0
90fb33a01b7797be225827239137a73ba382156d Destination of visit: Nairobi, Kenya Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 5 2012-06-11-80ef1083-10431-0
6ecaa97938e7a8bd5d5c3e9edbe11a884cdc76d0 Dates of visit: 25-30 September 2011 Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 6 2012-06-11-80ef1083-10431-0
9fa72ec5c820907dff62d586d2ea7939ed22fbbb Purpose of visit: to attend the annual United Nations Internet Governance Forum (IGF) as part of a parliamentary delegation. This relates to my work as an MP and specifically as Chair of the Parliamentary Internet & Communications Technology Forum (PICTFOR) and Chair of the UK IGF and other IT-related Parliamentary activities (Registered 12 October 2011) Overseas visits 80ef1083 2012-06-11 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 7 2012-06-11-80ef1083-10431-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 290.981ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette