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-08-30-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
ccdd8cffa7562bf947f2e6fd5312bda3c37a4551 Name of donor: Association of European Parliamentarians with Africa Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 0 2011-08-30-80ef1083-10630-0
845cd76e8654f78358eea5d64e1aaa059682efe5 Address of donor: Prins Hendrikkade 48, 1012 AC Amsterdam, The Netherlands Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 1 2011-08-30-80ef1083-10630-0
ed44e9ca3af196d34fd48a617531eb4a04487af5 Amount of donation (or estimate of the probable value): £900 Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 2 2011-08-30-80ef1083-10630-0
efeaaa4635aed66ba1e7a2e254b37447ab887505 Destination of visit: South African Parliament, Cape Town, South Africa Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 3 2011-08-30-80ef1083-10630-0
c2ed7d9ebaf9eed1e0823cf0fc0a3e5e0478b83c Date of visit: 1-4 September 2010 Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 4 2011-08-30-80ef1083-10630-0
1e97d98793d64f127ea5877d2d494a648a10dcc3 Purpose of visit: to attend climate change conference with South African Parliamentarians Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 5 2011-08-30-80ef1083-10630-0
10f374714ad70539729d0457b44a28a44ec5c929 (Registered 10 November 2010) Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 6 2011-08-30-80ef1083-10630-0
a21e5c7177018fbe4c90ead12224186da2d69f62 8. Land and Property Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 7 2011-08-30-80ef1083-10630-0
c784661f41afe58f2e4a6f4afcb5a5d9455a367a Flat inhabited by my father in Southampton. Overseas visits 80ef1083 2011-08-30 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 8 2011-08-30-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 125.903ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette