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 = "2006-05-12-80ef1083-10447-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
39d5a224081c9194bedddb6330b6aa1209eef949 9-13 January 2006, to Israel, hosted by the Conservative Friends of Israel (CFI). CFI contributed the cost of the flights, accommodation and some meals. The Israeli Ministry of Foreign Affairs contributed to the costs of travel inside Israel and some meals. (Registered 1 February 2006) Overseas visits 80ef1083 2006-05-12 Malcolm Moss uk.org.publicwhip/member/1474 Malcolm Moss uk.org.publicwhip/person/10447 0 2006-05-12-80ef1083-10447-0
c0a5e368535a74d26e81f6151c91914df5dfad21 1-8 April 2006, to Botswana with the All-Party Parliamentary Botswana Group, at the invitation of the Botswana Government, to investigate a variety of issues including HIV/AIDS, sustainable wildlife, the relocation of indigenous peoples to the Central Kalahari Game Reserve and diversification of the economy, and to better understand the kind of help and support that the British Government can give to Botswana. All travel, accommodation and subsistence was paid for by the Botswana Government. (Registered 8 May 2006) Overseas visits 80ef1083 2006-05-12 Malcolm Moss uk.org.publicwhip/member/1474 Malcolm Moss uk.org.publicwhip/person/10447 1 2006-05-12-80ef1083-10447-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 65.573ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette