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-25-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
1ecf3f96cd2826e9db16035501398a8e2d161ff7 Name of donor: Nominet, the .uk Domain Registry Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 0 2012-06-25-80ef1083-10431-0
854a261e7589b15d0e95cc288e1aedec16028465 Address of donor: Minerva House, Edmund Halley Road, Oxford Science Park, Oxford, OX4 Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 1 2012-06-25-80ef1083-10431-0
582f84812d692afb049181a8336c466833a14be9 4DQ. Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 2 2012-06-25-80ef1083-10431-0
b1cd641f713feedaaa5ebc4a2e7d3bba616e3bef Amount of donation (or estimate of the probable value): flights, hotel and incidental costs; Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 3 2012-06-25-80ef1083-10431-0
21ad9f08a254fb7964d9c6d2b7a8b2704f319fa1 total value £3,300 Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 4 2012-06-25-80ef1083-10431-0
6dc9e36edda0d50fda8702438e7c071984dd6bba Destination of visit: Nairobi, Kenya Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 5 2012-06-25-80ef1083-10431-0
69763f616c428c6d285b68477dd2345abec4be36 Dates of visit: 25-30 September 2011 Overseas visits 80ef1083 2012-06-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 6 2012-06-25-80ef1083-10431-0
2e80b9bfdb977b42feca109a2b3f249abe3192d5 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-25 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 7 2012-06-25-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 82.923ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette