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 = "2002-11-26-80ef1083-10479-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
abde6a592f14b0c9213c590bba941e6859144967 21-29 March 2002, to Pakistan as a Member of the All-Party Parliamentary Pakistan Group, to see Afghan refugee position, Kashmir position, meet various senior political figures and other people in Islamabad, Peshawar, Muzzaffarabad, Lahore and Karachi. Fares by courtesy of Pakistan High Commission and transport provided by Pakistan Government. Accommodation paid by delegate, except two nights in Governors's House, Sindh, Karachi. Other hospitality and care provided by local people during visit. (Registered 17 April 2002) Overseas visits 80ef1083 2002-11-26 Peter Pike uk.org.publicwhip/member/1159 Peter Pike uk.org.publicwhip/person/10479 0 2002-11-26-80ef1083-10479-0
243a58632d1f7079f8154e8a2b67803fb8e748c2 1-6 September 2002, to Botswana at the invitation of the Botswana Chamber of Commerce as part of an All-Party visit to investigate issues of interest of the UK in Botswana. All travel, accommodation and subsistence was paid for by the Botswana Chamber of Commerce. (Registered 10 September 2002) Overseas visits 80ef1083 2002-11-26 Peter Pike uk.org.publicwhip/member/1159 Peter Pike uk.org.publicwhip/person/10479 1 2002-11-26-80ef1083-10479-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 15.369ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette