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 = "2012-05-14-80ef1083-10005-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
6ba773baf495582fca0478cc08d8ce97d48dc833 Name of donor: State of Qatar Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 0 2012-05-14-80ef1083-10005-0
c6c8bfd8c6126e2aa26d65e6218f5fd07c16ee43 Address of donor: Embassy of the State of Qatar, 1 South Audley Street, London W1K 1NB Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 1 2012-05-14-80ef1083-10005-0
2fdf9c7c08ec97d20f2dc21d7362bd76b1ae069f Amount of donation (or estimate of the probable value): approximately £4,500 for air travel and 4 nights’ accommodation Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 2 2012-05-14-80ef1083-10005-0
67b92504edeafc3dabe67b8354dbab5352b5519d Destination of visit: Doha, Qatar Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 3 2012-05-14-80ef1083-10005-0
baf75da007cdaa59651c965a2767bbb29cf853b9 Date of visit: 8-12 May 2011 Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 4 2012-05-14-80ef1083-10005-0
c5d879fa1c7b31a52c3f44e39bccdab21fb47abd Purpose of visit: to attend the Doha Forum on Democracy, Development and Free Trade Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 5 2012-05-14-80ef1083-10005-0
07c9378d31dea7c4837105a61f20ae2ad14f0e62 (Registered 8 June 2011) Overseas visits 80ef1083 2012-05-14 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 6 2012-05-14-80ef1083-10005-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 11.648ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette