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-09-80ef1083-10352-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
d19b1a8ef85519217d10325afd310272960666ee Name of donor: HM Government of Gibraltar Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 0 2015-03-09-80ef1083-10352-0
fcdd6d29287c5cf5d2991ea8ec7ad484ca3ab3ef Address of donor: 150 Strand, London WC2R 1JA Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 1 2015-03-09-80ef1083-10352-0
0ab27681868dc6fcbf3991f8ba0ba1cb9a834d72 Amount of donation (or estimate of the probable value): flights, accommodation and meals; cost £1,035 Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 2 2015-03-09-80ef1083-10352-0
31ad2caf526b246848fd71f928e5b4d7e724e408 Destination of visit: Gibraltar Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 3 2015-03-09-80ef1083-10352-0
7c452e950b25d216437ad6ca9f9168d5d51a8226 Date of visit: 8-11 September 2014 Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 4 2015-03-09-80ef1083-10352-0
79515bda81b9bf2c3e62a0f2687e58706e9079e0 Purpose of visit: to attend National Day Celebrations. Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 5 2015-03-09-80ef1083-10352-0
cc3ce34e016d513085efc2d2fe234cd6c4d1f4e2 (Registered 17 October 2014) Overseas visits 80ef1083 2015-03-09 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 6 2015-03-09-80ef1083-10352-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 26.657ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette