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-02-09-80ef1083-11057-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
d494d60c02ee359fcb4fb0d583eca756d007bb1d Name of donor: Information International Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 0 2015-02-09-80ef1083-11057-0
ed36b9cb9a6ccc32ae6a58100a21beccaac8097f Address of donor: Al-Borj (An-Nahar) Bldg, 4th Floor, Martyrs Square, Beirut, Zip Code: 11-4353, Lebanon Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 1 2015-02-09-80ef1083-11057-0
e6de5c15b02a6175263c989c2acec6b8b38412f7 Amount of donation (or estimate of the probable value): travel costs, accommodation and subsistence with a value of £1,700 Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 2 2015-02-09-80ef1083-11057-0
22bb845353d5abfeebf770913d80a95e961059bf Destination of visit: Lebanon Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 3 2015-02-09-80ef1083-11057-0
5e22df253e1c5a0e602ba3e65f0fd7dfb60b837c Date of visit: 26-29 January 2014 Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 4 2015-02-09-80ef1083-11057-0
ab64eec21b75f38f70b2a3c5ed94c9e975ccdad4 Purpose of visit: Fact-finding delegation organised by the Council for Arab British Understanding, in my capacity as Shadow Middle East Minister Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 5 2015-02-09-80ef1083-11057-0
ab2de51530fd6f199028c0caef90672e52db8804 (Registered 17 February 2014) Overseas visits 80ef1083 2015-02-09 Ian Lucas uk.org.publicwhip/member/40675 Ian Lucas uk.org.publicwhip/person/11057 6 2015-02-09-80ef1083-11057-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 58.789ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette