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-07-30-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
efd37cb1ea9285e617f59ec278bf916aaa551f64 Name of donor: Nominet, the .uk Domain Registry Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 0 2012-07-30-80ef1083-10431-0
7c66fce0b2cdb51ca88f6c6ef85c721c7657bd66 Address of donor: Minerva House, Edmund Halley Road, Oxford Science Park, Oxford, OX4 Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 1 2012-07-30-80ef1083-10431-0
e38da29cc0b5e7b3a5918349d96d337b5abd493a 4DQ. Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 2 2012-07-30-80ef1083-10431-0
80b18853fc9de334a128201e2aa0201ef1ac9d3f Amount of donation (or estimate of the probable value): flights, hotel and incidental costs; Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 3 2012-07-30-80ef1083-10431-0
d692612fd5c35a31a6d845f35b80ce34a4f96544 total value £3,300 Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 4 2012-07-30-80ef1083-10431-0
f11f0cb0a7ef5776916a052f264d4f69cbe7c36f Destination of visit: Nairobi, Kenya Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 5 2012-07-30-80ef1083-10431-0
cfca0897d0c6663b3ca2ec0eeb191d9e5adcfe78 Dates of visit: 25-30 September 2011 Overseas visits 80ef1083 2012-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 6 2012-07-30-80ef1083-10431-0
e20747fd8a9584b4566614f7304152ca806efdc9 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-07-30 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 7 2012-07-30-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 127.967ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette