home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

9 rows where record_id = "2011-06-20-80ef1083-10630-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
804040f8f8805213ec0bfce1090f9ec89ccb244c Name of donor: Association of European Parliamentarians with Africa Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 0 2011-06-20-80ef1083-10630-0
e109920c7142512a589c6a4372e7c8a71e3baaf5 Address of donor: Prins Hendrikkade 48, 1012 AC Amsterdam, The Netherlands Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 1 2011-06-20-80ef1083-10630-0
8569e676c9587944c36eb3444690a2c3ffb40598 Amount of donation (or estimate of the probable value): £900 Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 2 2011-06-20-80ef1083-10630-0
53468e75875e920eef148b63662ef50d07668968 Destination of visit: South African Parliament, Cape Town, South Africa Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 3 2011-06-20-80ef1083-10630-0
403f1776374b052fe488691b4bacebcb1d72a289 Date of visit: 1-4 September 2010 Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 4 2011-06-20-80ef1083-10630-0
5b86d2582bfd1ddad2a72d44dfffdd341f0a2e54 Purpose of visit: to attend climate change conference with South African Parliamentarians Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 5 2011-06-20-80ef1083-10630-0
85d3877bab53d1f8471224be8ed3b359e907dad6 (Registered 10 November 2010) Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 6 2011-06-20-80ef1083-10630-0
ecf385ef773779a10191fb23d9c81863dee840bd 8. Land and Property Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 7 2011-06-20-80ef1083-10630-0
f430f90c802e099cd71edbb49f9a0b882e21225d Flat inhabited by my father in Southampton. Overseas visits 80ef1083 2011-06-20 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 8 2011-06-20-80ef1083-10630-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 9.595ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette