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 = "2004-09-08-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
d809cf7372442cc01697b6daa084b4bb62a1aea8 23 September-3 October 2003, to India with Conservative Friends of India to Mumbai, Jammu, Kashmir and Delhi to discuss economic and political issues on international development and security in Kashmir. Travel and accommodation expenses met by the Government of India. (Registered 15 October 2003) Overseas visits 80ef1083 2004-09-08 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 0 2004-09-08-80ef1083-10884-0
996e67408d3440bcff697476ec4a7de93718c716 26-31 October 2003, to Israel under the auspices of the Conservative Friends of Israel and the Government of Israel, who met all travel and accommodation expenses. (Registered 10 November 2003) Overseas visits 80ef1083 2004-09-08 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 1 2004-09-08-80ef1083-10884-0
bb3567a3ffdeabce05ab4fe74fca933e2c6412f6 29 April-4 May 2004, to Doha, Qatar, as a guest of the Government of Qatar. (Registered 13 May 2004) Overseas visits 80ef1083 2004-09-08 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 2 2004-09-08-80ef1083-10884-0
7ef6a1a75eb5273701b4f5091f5818764c61521a 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 2004-09-08 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 3 2004-09-08-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 132.524ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette