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-01-31-80ef1083-10761-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
014452835eedaca10f1f7482a23ed9f6ce9d0416 12-24 March 2003, to Madrid, Spain, with the Spanish All-Party Parliamentary Group. Travel expenses to Madrid paid for from Group funds provided by the Group's declared sponsor TUI UK Ltd. (Thomson Holidays). Expenses whilst in Madrid paid for by the Congreso de los Diputados, whose guests we were. (Registered 31 March 2003) Overseas visits 80ef1083 2004-01-31 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 0 2004-01-31-80ef1083-10761-0
f26e1d0ba0b9ea5592b44ba23985d1e03b9f263b 30 June-4 July 2003, to Israel and Palestinian Authority to meet members of the Israeli Government and Palestinian Authority and others. Travel and accommodation paid by Labour Friends of Israel and Israeli Foreign Ministry. (Registered 14 July 2003) Overseas visits 80ef1083 2004-01-31 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 1 2004-01-31-80ef1083-10761-0
b58f8c1c0daa8cbd5f88cfb6ecfaad45c8fce8a5 4-5 September 2003, to Barcelona. Flight and one night's hotel accommodation in Barcelona paid for by the Fundacio Rafael Campalans, a Catalan think-tank at whose conference I spoke. (Registered 9 September 2003) Overseas visits 80ef1083 2004-01-31 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 2 2004-01-31-80ef1083-10761-0
688d6a9df4607f3c5b43e0e20a9cd9ca00c66fb2 10-11 December 2003, to Madrid. Travel expenses and one night's accommodation in Madrid paid for by the Fundacion Alternativas, a left of centre Spanish think tank. (Registered 15 December 2003) Overseas visits 80ef1083 2004-01-31 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 3 2004-01-31-80ef1083-10761-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 183.825ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette