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-11-11-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
e026c47ae6e38a05d0b8774a579b02cf23a00cab Name of donor: Government of India Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 0 2009-11-11-80ef1083-11174-0
8f4fedb1c34e69bbfefab09766af2da11155ebfe Address of donor: India Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 1 2009-11-11-80ef1083-11174-0
9422f6bebe5d1c8a869ecd7d2a43b10bbb1fa67c Amount of donation (or estimate of the probable value): approximately £3000 Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 2 2009-11-11-80ef1083-11174-0
deef8a4ea8e54e32f1adac9a87b5aea4126aa977 Destination of visit: Delhi Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 3 2009-11-11-80ef1083-11174-0
ccee2ac059f75e9b6bdfeae1eb0b2bdb5f8e4268 Date of visit: 27 September to 3 October 2009 Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 4 2009-11-11-80ef1083-11174-0
30ec30ba608df023b620f0251a18dec8ad37452a Purpose of visit: to meet with representatives of Indian government, commerce, parliament and security services for briefing on current issues. Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 5 2009-11-11-80ef1083-11174-0
98cd9f528136025cc674bc35282a35154b14d6fc (Registered 3 November 2009) Overseas visits 80ef1083 2009-11-11 John Pugh uk.org.publicwhip/member/1830 John Pugh uk.org.publicwhip/person/11174 6 2009-11-11-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 29.349ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette