home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2005-04-11-80ef1083-10884-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
6ae627c8d044ecdd06c2cb45740c10123898b55c 29 April-4 May 2004, to Doha, Qatar, as a guest of the Government of Qatar. (Registered 13 May 2004) Overseas visits 80ef1083 2005-04-11 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 0 2005-04-11-80ef1083-10884-0
283853213e9420d8e304d6a581302ba0f5578455 30 August-3 September 2004, to Oslo and Trömso, Norway, with the All-Party Parliamentary Group for Norway. All accommodation and expenses paid for by the Norwegian Government. (Registered 7 September 2004) Overseas visits 80ef1083 2005-04-11 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 1 2005-04-11-80ef1083-10884-0
62edc27ff2117408b60ae48cff155b1c89ccee9b 18-26 September 2004, to China as part of a parliamentary delegation. Accommodation and internal travel paid for by the International Department of the Central Committee of the Communist Party of China (IDCC) and the flights between London and Beijing paid by Mr Maurice Bennett, of Phase Eight. (Registered 30 September 2004) Overseas visits 80ef1083 2005-04-11 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 2 2005-04-11-80ef1083-10884-0
29afa3ba6e0a5f6ee617b762073a8e22c0cc34ac 3-7 January 2005, to Jordan, to meet senior Government ministers and officials, paid for by the Government of Jordan. (Registered 27 January 2005) Overseas visits 80ef1083 2005-04-11 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 3 2005-04-11-80ef1083-10884-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 139.435ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette