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 = "2004-05-21-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
870347f2bb2016bc8d5a93384f88c014dd267c7f 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-05-21 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 0 2004-05-21-80ef1083-10761-0
03492f425e6d52763c2b2fc985793c1ab8c06c36 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-05-21 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 1 2004-05-21-80ef1083-10761-0
f369ffb6b78ae7be294a81fb06c6f7c3edbc979d 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-05-21 Chris Bryant uk.org.publicwhip/member/761 Chris Bryant uk.org.publicwhip/person/10761 2 2004-05-21-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 20.968ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette