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-09-03-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
ecb0389eab2f6e774e6d083053df4e7dda859415 Name of donor: Nominet, the .uk Domain Registry Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 0 2012-09-03-80ef1083-10431-0
f5454155d073f2ed88e613880d4c91483bd17b99 Address of donor: Minerva House, Edmund Halley Road, Oxford Science Park, Oxford, OX4 Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 1 2012-09-03-80ef1083-10431-0
af86083a05f3f4138c352fc54209d1c1b5415c3f 4DQ. Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 2 2012-09-03-80ef1083-10431-0
c3c47bf67ba493cc41e90d78e3dc8413cad20a90 Amount of donation (or estimate of the probable value): flights, hotel and incidental costs; Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 3 2012-09-03-80ef1083-10431-0
247b4533da043eee12e066c953809f95e1dfdbba total value £3,300 Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 4 2012-09-03-80ef1083-10431-0
b77593f449a6a0980f7a3486df7b55a6e2af025a Destination of visit: Nairobi, Kenya Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 5 2012-09-03-80ef1083-10431-0
998b264f5fab11c7a95476789861718489cb0f37 Dates of visit: 25-30 September 2011 Overseas visits 80ef1083 2012-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 6 2012-09-03-80ef1083-10431-0
6bd831fe88c2df62fda6de01b061b814d2944efe 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-09-03 Alun Michael uk.org.publicwhip/member/40147 Alun Michael uk.org.publicwhip/person/10431 7 2012-09-03-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 16.852ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette