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-03-30-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
5c0d9d197ae0086e59ffadd354af623e36014534 Name of donor: Falcon and Associates Overseas visits 80ef1083 2015-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 0 2015-03-30-80ef1083-11190-0
c939e61883088eda07aaad71d5612d936a77a691 Address of donor: Dubai International Financial Centre, Dubai Overseas visits 80ef1083 2015-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 1 2015-03-30-80ef1083-11190-0
1395c6d3bd37f5fed647e5b6c3931bdc1f9d1b89 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-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 2 2015-03-30-80ef1083-11190-0
543afdbb1da0894d8826ed4985fe27cc02e4bc73 Destination of visit: Dubai Overseas visits 80ef1083 2015-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 3 2015-03-30-80ef1083-11190-0
3383157222aa14903e66c4636b4475b0cc4534e8 Date of visit: 7-8 December 2014 Overseas visits 80ef1083 2015-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 4 2015-03-30-80ef1083-11190-0
24da6a277e528b174bbc1d90007f7cd9184c750b Purpose of visit: to attend the 5th anniversary celebrations of the formation of Falcon and Associates Overseas visits 80ef1083 2015-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 5 2015-03-30-80ef1083-11190-0
c2f8fefac1621e045c04568b0dfaffcfd146600c (Registered 19 December 2014) Overseas visits 80ef1083 2015-03-30 Hugh Robertson uk.org.publicwhip/member/40257 Hugh Robertson uk.org.publicwhip/person/11190 6 2015-03-30-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 107.669ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette