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-12-19-da933c52-24918-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
add2bf422fdf77b1e8724fd4ecb315788c0d7697 Name of donor: Falkland Islands Government          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 0 2012-12-19-da933c52-24918-0
eb7a97610464450a8f27f54a22b808f08f8556d8 Address of donor:  the Secretariat, Stanley, Falkland Islands, FIQQ 1ZZ          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 1 2012-12-19-da933c52-24918-0
263d3521d2a7014cc54fdc8dc285efe88c1f6eae Amount of donation (or estimate of the probable value): £2,810.11          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 2 2012-12-19-da933c52-24918-0
beb15d68c5b0d6ba9fdae1d6af33738f18c11749 Destination of visit:  Falkland Islands          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 3 2012-12-19-da933c52-24918-0
e74e9f1f4dfe5a95575f7b69a0481d1ca9784bb5 Date of visit: 2-10 November 2011          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 4 2012-12-19-da933c52-24918-0
ad1afb77de31a3de4765127c30bb4d35f2d35b2f Purpose of visit: familiarization visit          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 5 2012-12-19-da933c52-24918-0
f2d619e81f30bec10bd0bdc1698ad8ccfaa16644 (Registered 21 December 2011)          Overseas visits da933c52 2012-12-19 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 6 2012-12-19-da933c52-24918-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 44.262ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette