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-01-26-8f616a6e-10372-2" 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
65f03775ccf938e9eb3709214150dca3279a4470 Name of donor: (1) Kamal Exchange Company (2) Government and Parliament of Jordan Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 0 2015-01-26-8f616a6e-10372-2
f82d9b098ddf8e2e1bac086a1381c5f82e5d8d49 Address of donor: (1) Al Shareef Nasir Bin Jameel St 157, 11194, Jordan (2) c/o the Embassy of the Hashemite Kingdom of Jordan, 6 Upper Phillimore Gardens, London W8 7HA Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 1 2015-01-26-8f616a6e-10372-2
2e8624a5d87f77168beb4667e6f9a6472ee8f1ef Amount of donation (or estimate of the probable value): (1) Return flights, additional travel costs and one night’s accommodation; estimated value £750 (2) Accommodation, food and travel in and around Amman; estimated value £1,000 Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 2 2015-01-26-8f616a6e-10372-2
c0f8b787ce66f0b646d7a9395f93456711a67707 Destination of visit: Jordan Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 3 2015-01-26-8f616a6e-10372-2
fcedf6cd2a6b10a8c995f19067bb3582f2587c0b Date of visit: 26 November – 2 December 2014 Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 4 2015-01-26-8f616a6e-10372-2
2537251faefa3e978d07c5e1f1814437ee439636 Purpose of visit: All Party Parliamentary Group on Jordan delegation to understand more about the political and economic environment in Jordan. Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 5 2015-01-26-8f616a6e-10372-2
3909b02ac6efbf0ac34c2c41dfd6a23cf64cebdb (Registered 22 December 2014) Sponsorships 8f616a6e 2015-01-26 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 6 2015-01-26-8f616a6e-10372-2

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 43.89ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette