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-04-16-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
6a600a2c84cae460d46de994a291b6eb26b0957e Name of donor: Nominet, the .uk Domain Registry Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 0 2012-04-16-80ef1083-10431-0
09dcb02ef94d2c34dede7e4816e83e23ddfc5f1d Address of donor: Minerva House, Edmund Halley Road, Oxford Science Park, Oxford, OX4 Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 1 2012-04-16-80ef1083-10431-0
a853bc110868e9703ebda9723799f6743f34178a 4DQ. Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 2 2012-04-16-80ef1083-10431-0
50fa6c56fd9ab3d4c48f313505bc16a6b6e71b36 Amount of donation (or estimate of the probable value): flights, hotel and incidental costs; Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 3 2012-04-16-80ef1083-10431-0
14b12bd23b05f5718adba8ff5960f9b2790d8aed total value £3,300 Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 4 2012-04-16-80ef1083-10431-0
de68536abc24eca5dbcf4f94b82d4bdf923f8978 Destination of visit: Nairobi, Kenya Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 5 2012-04-16-80ef1083-10431-0
1a167a7f3fad86b9c988a6afe9502adb144cd30b Dates of visit: 25-30 September 2011 Overseas visits 80ef1083 2012-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 6 2012-04-16-80ef1083-10431-0
058311cf20600d18ae87c094220465ce3d683444 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-04-16 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 7 2012-04-16-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 233.774ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette