home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2009-12-10-80ef1083-11174-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
669efe72facc35cdbbfd14a8b8dfc9b47c568c89 Name of donor: Government of India Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 0 2009-12-10-80ef1083-11174-0
97a9f81689474fcc2708e034c903ca14d9cf3f75 Address of donor: India Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 1 2009-12-10-80ef1083-11174-0
ca7bea1dd39e07867be9cf2aa189ca4c97b4db5d Amount of donation (or estimate of the probable value): approximately £3000 Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 2 2009-12-10-80ef1083-11174-0
f8cf867b78b20f1778f19d37dce15f71db3390ef Destination of visit: Delhi Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 3 2009-12-10-80ef1083-11174-0
abfd2626022144a5611152ffeefea6eeae3b5aaf Date of visit: 27 September to 3 October 2009 Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 4 2009-12-10-80ef1083-11174-0
9d11cf4b77a027893e473d72a54dae75c21b8e60 Purpose of visit: to meet with representatives of Indian government, commerce, parliament and security services for briefing on current issues. Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 5 2009-12-10-80ef1083-11174-0
6b3c3f784f3e1b8aef9663c80361fc62df7cfbab (Registered 3 November 2009) Overseas visits 80ef1083 2009-12-10 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 6 2009-12-10-80ef1083-11174-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 17.499ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette