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-09-03-80ef1083-10401-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
b2ae962ac91d9cd5a29dacc110da20014a68cad2 Name of donor: (1) Europe House; (2) Government of Georgia Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 0 2012-09-03-80ef1083-10401-0
0f118b74894863a2408cdca211d08ebc08a8b05d Address of donor: (1) 1, Freedom Square, Tbilisi, Georgia; (2) Embassy of Georgia, 4 Russell Gardens; London W14 8EZ Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 1 2012-09-03-80ef1083-10401-0
d70b1f2730bd069fee232193865fbe645c69f2ae Amount of donation (or estimate of the probable value): (1) flights with a value of £1,058, and hotel accommodation with a value of £464; (2) Meals with an estimated value of £60 Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 2 2012-09-03-80ef1083-10401-0
0680e1f5840ca1ce7e3725032366e096fc647ffc Destination of visit: Tbilisi, Georgia Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 3 2012-09-03-80ef1083-10401-0
0821b10c16a49b26b1346661342f4b145a7031ba Date of visit: 28-31 May 2012 Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 4 2012-09-03-80ef1083-10401-0
7d623e4ffc7b2d7054b08a9de6d35df7bc026ecf Purpose of visit: To attend the annual Europe Week in my capacity as Chair of the APPG on Georgia Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 5 2012-09-03-80ef1083-10401-0
4ee5c698910a0b8f6f3b7840f679809a27a96d3b (Registered 4 July 2012) Overseas visits 80ef1083 2012-09-03 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 6 2012-09-03-80ef1083-10401-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 114.057ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette