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-05-14-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
680d182568604f6c5ecf1617bf1ff9083ffad13c Name of donor: Nominet, the .uk Domain Registry Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 0 2012-05-14-80ef1083-10431-0
3d8596dcecf325034768260dfcec6cd83e37637b Address of donor: Minerva House, Edmund Halley Road, Oxford Science Park, Oxford, OX4 Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 1 2012-05-14-80ef1083-10431-0
b4cc460b3607b282587ce8fba426a09527414024 4DQ. Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 2 2012-05-14-80ef1083-10431-0
b920df2caa64d752658d1619969f98d8fd199565 Amount of donation (or estimate of the probable value): flights, hotel and incidental costs; Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 3 2012-05-14-80ef1083-10431-0
f57d0c1c96de8ab616702210125d3980a05df8d2 total value £3,300 Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 4 2012-05-14-80ef1083-10431-0
0726fce952909ad0be536ad7ca60965247e9b2ba Destination of visit: Nairobi, Kenya Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 5 2012-05-14-80ef1083-10431-0
311b43e29c6ee042c06c76d05c84a958119f741a Dates of visit: 25-30 September 2011 Overseas visits 80ef1083 2012-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 6 2012-05-14-80ef1083-10431-0
7fed39d7c6980698a2a6b7316438b1bb4fa9a66d 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-05-14 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 7 2012-05-14-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 230.069ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette