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 = "2015-02-23-80ef1083-11190-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
dc750e83c1a418d132db408b5c2b8f898675bdfe Name of donor: Falcon and Associates Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 0 2015-02-23-80ef1083-11190-0
cc3ebb110d5d3129c7d8b0023267b43019b55e9d Address of donor: Dubai International Financial Centre, Dubai Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 1 2015-02-23-80ef1083-11190-0
b7e91e759264fda7c22ef2fe6396a7bf97ef4b50 Amount of donation (or estimate of the probable value): return flights and accommodation, not purchased on the open market, but which would have had a value of over £1,500 if so purchased Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 2 2015-02-23-80ef1083-11190-0
9a16eb693b9e41e5e833a5f8be0341ae772ea3ae Destination of visit: Dubai Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 3 2015-02-23-80ef1083-11190-0
1cf9f563e98e6b20f2008121123fddb67f0e8786 Date of visit: 7-8 December 2014 Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 4 2015-02-23-80ef1083-11190-0
0c01ebc14ecc67bd3ea3af0395b19164c3e52b42 Purpose of visit: to attend the 5th anniversary celebrations of the formation of Falcon and Associates Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 5 2015-02-23-80ef1083-11190-0
712203e5476095331f392e951eb0d566140c1ef7 (Registered 19 December 2014) Overseas visits 80ef1083 2015-02-23 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 6 2015-02-23-80ef1083-11190-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 14.894ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette