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-01-06-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
a97a3f2104ddfcfd2a3f2fd0e14a959069fd7851 Name of donor: Falcon and Associates Overseas visits 80ef1083 2015-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 0 2015-01-06-80ef1083-11190-0
6b6073e0406065cb193fdc75fc7f1f7fe31a125d Address of donor: Dubai International Financial Centre, Dubai Overseas visits 80ef1083 2015-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 1 2015-01-06-80ef1083-11190-0
1d2a4f3d3a2867c167172889690c922b7fd997db 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-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 2 2015-01-06-80ef1083-11190-0
f825b6a7dbe3ac4b3cad064931a0586f85734072 Destination of visit: Dubai Overseas visits 80ef1083 2015-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 3 2015-01-06-80ef1083-11190-0
8147c2114a842ae6f56aee75406ed826c92e2993 Date of visit: 7-8 December 2014 Overseas visits 80ef1083 2015-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 4 2015-01-06-80ef1083-11190-0
9ebac7337e2146ecfa9467a94ccd26605b332238 Purpose of visit: to attend the 5th anniversary celebrations of the formation of Falcon and Associates Overseas visits 80ef1083 2015-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 5 2015-01-06-80ef1083-11190-0
7d61111cc9ed08df19fb0fba95ac4d4b9d3f75f8 (Registered 19 December 2014) Overseas visits 80ef1083 2015-01-06 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 6 2015-01-06-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 34.3ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette