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-07-09-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
05cfb6676141c5d6ee0eb3234870108b606b5bea Name of donor: (1) Europe House; (2) Government of Georgia Overseas visits 80ef1083 2012-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 0 2012-07-09-80ef1083-10401-0
fcc4340454b2843082a780f4623cf40e161cede6 Address of donor: (1) 1, Freedom Square, Tbilisi, Georgia; (2) Embassy of Georgia, 4 Russell Gardens; London W14 8EZ Overseas visits 80ef1083 2012-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 1 2012-07-09-80ef1083-10401-0
061c24cbe7372655d21cdad183e15ee6c953d4a2 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-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 2 2012-07-09-80ef1083-10401-0
fd5712c0ebc82774905e7f63633ab5f710235df5 Destination of visit: Tbilisi, Georgia Overseas visits 80ef1083 2012-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 3 2012-07-09-80ef1083-10401-0
5db55d0d3d6965bf7b13515a01433c8cd5125319 Date of visit: 28-31 May 2012 Overseas visits 80ef1083 2012-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 4 2012-07-09-80ef1083-10401-0
ed3ec1de035b7dddbfadc01aa16d05b861b70f5f Purpose of visit: To attend the annual Europe Week in my capacity as Chair of the APPG on Georgia Overseas visits 80ef1083 2012-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 5 2012-07-09-80ef1083-10401-0
9b1640b62d1f12d19dfb9b42ec6181bc21ccecbf (Registered 4 July 2012) Overseas visits 80ef1083 2012-07-09 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 6 2012-07-09-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 18.1ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette