home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2002-11-26-80ef1083-11087-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
e0522117646cfa5375b5d32fc22a82f3cffbada1 14-17 January 2002, to Egypt and Saudi Arabia with Muslim Parliamentary delegation, sponsored by FCO. One internal flight in Saudi Arabia and hospitality in Saudi Arabia paid for by Saudi Arabian Government. (Registered 25 March 2002) Overseas visits 80ef1083 2002-11-26 Khalid Mahmood uk.org.publicwhip/member/1087 Khalid Mahmood uk.org.publicwhip/person/11087 0 2002-11-26-80ef1083-11087-0
19e243623e5f75e9206276ad22edc264d6c968ed 31 March-5 April 2002, to Egypt, accompanied by partner, on study tour with All-Party Egypt Group. Flights and hospitality paid for by Egyptian Government. (Registered 15 June 2002) Overseas visits 80ef1083 2002-11-26 Khalid Mahmood uk.org.publicwhip/member/1087 Khalid Mahmood uk.org.publicwhip/person/11087 1 2002-11-26-80ef1083-11087-0
4f2c9beb9f9cf34ead0686ac8a5d92b4398dd5a0 8-15 May 2002, to Kuwait, with Muslim Parliamentary delegation at request of Kuwaiti Information Centre. Flights and hospitality paid for by Kuwaiti Government. (Registered 5 August 2002) Overseas visits 80ef1083 2002-11-26 Khalid Mahmood uk.org.publicwhip/member/1087 Khalid Mahmood uk.org.publicwhip/person/11087 2 2002-11-26-80ef1083-11087-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.99ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette