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-30-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
926c8abe6ab2ce96e1db751a6663a91bba76b601 Name of donor: (1) Europe House; (2) Government of Georgia Overseas visits 80ef1083 2012-07-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 0 2012-07-30-80ef1083-10401-0
94e9f30c099435847ceb6539b5392123b5901281 Address of donor: (1) 1, Freedom Square, Tbilisi, Georgia; (2) Embassy of Georgia, 4 Russell Gardens; London W14 8EZ Overseas visits 80ef1083 2012-07-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 1 2012-07-30-80ef1083-10401-0
82725815be0cb32700e1d819195d55bfdfc873c0 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-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 2 2012-07-30-80ef1083-10401-0
ceee39bbda969d14bc837fe70ef83c437738a793 Destination of visit: Tbilisi, Georgia Overseas visits 80ef1083 2012-07-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 3 2012-07-30-80ef1083-10401-0
c87e3b450a1e8df927b7ee8e0254c347a4b70642 Date of visit: 28-31 May 2012 Overseas visits 80ef1083 2012-07-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 4 2012-07-30-80ef1083-10401-0
97c88596fab186aa17dfccde4a4a486b60eff92f Purpose of visit: To attend the annual Europe Week in my capacity as Chair of the APPG on Georgia Overseas visits 80ef1083 2012-07-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 5 2012-07-30-80ef1083-10401-0
0a260eec86218778f2aace55ebbddd012210bc93 (Registered 4 July 2012) Overseas visits 80ef1083 2012-07-30 Denis MacShane uk.org.publicwhip/member/40509 Denis MacShane uk.org.publicwhip/person/10401 6 2012-07-30-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 21.911ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette