home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

2 rows where record_id = "2008-12-17-80ef1083-10357-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
ae54d4c72d6fe81b6a14df6b3544eb128dca10c0 6-11 April 2008, to Israel and the Palestinian Authority with Labour Friends of Israel (LFI). Travel and hospitality paid for by LFI. Accommodation paid for by LFI at a rate discounted through the Israeli Ministry of Foreign Affairs. Some hospitality provided by the Palestinian Legislative Council/Palestinian Authority. Travel within Israel and Palestine provided by LFI. (Registered 30 April 2008) Overseas visits 80ef1083 2008-12-17 Ivan Lewis uk.org.publicwhip/member/1467 Ivan Lewis uk.org.publicwhip/person/10357 0 2008-12-17-80ef1083-10357-0
d76d5fbbff8410e2f9925cbb51fa4e4fc22154d5 9-12 September 2008, to Beijing, China, to attend the second UK-China Leadership of the Future Forum. The visit was arranged and paid for by the UK-China Forum with sponsorship from Barclays Capital, BP and Rolls-Royce, and the International Department of the Chinese Communist Party. (Registered 18 September 2008) Overseas visits 80ef1083 2008-12-17 Ivan Lewis uk.org.publicwhip/member/1467 Ivan Lewis uk.org.publicwhip/person/10357 1 2008-12-17-80ef1083-10357-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 46.473ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette