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 = "2010-02-03-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
3f0c7bd8c2e24ba871d1f6be7fbae7af26be559c Name of donor: Government of India Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 0 2010-02-03-80ef1083-11174-0
e993d893e07da9e4fd15a567ddb215a8edfa99cd Address of donor: India Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 1 2010-02-03-80ef1083-11174-0
1bb236eb394dc6ae81837299cf5261ed96d2a9f0 Amount of donation (or estimate of the probable value): approximately £3000 Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 2 2010-02-03-80ef1083-11174-0
0c2c34ee9d71822606c8a307a37747031d833436 Destination of visit: Delhi Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 3 2010-02-03-80ef1083-11174-0
39d1dd0cb60fe3df289046bcb2be56230ee8739e Date of visit: 27 September to 3 October 2009 Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 4 2010-02-03-80ef1083-11174-0
45a82a5650515061dd1f6788956be773dc519b9c Purpose of visit: to meet with representatives of Indian government, commerce, parliament and security services for briefing on current issues. Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 5 2010-02-03-80ef1083-11174-0
a0930cbd503449a9b5530272c14d939a2b052364 (Registered 3 November 2009) Overseas visits 80ef1083 2010-02-03 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 6 2010-02-03-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 248.068ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette