home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2007-11-20-80ef1083-10077-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
badc579107414bfecb4f7a5dec7afcdf85e6cac7 25 August-1 September 2007, to Colombia, for meetings with victims of human rights abuses, talks with government ministers and leaders of Colombian trade unions. Return flights and hotel accommodation provided by Justice for Colombia, a human rights NGO. (Registered 9 October 2007) Overseas visits 80ef1083 2007-11-20 Colin Burgon uk.org.publicwhip/member/1570 Colin Burgon uk.org.publicwhip/person/10077 0 2007-11-20-80ef1083-10077-0
d272d01d60bf6d7a1c8e91c09d994894231e1129 1-7 September 2007, to Venezuela for fact-finding visit. Accommodation paid for by the Government of Venezuela. (I paid for my flights.) (Registered 9 October 2007) Overseas visits 80ef1083 2007-11-20 Colin Burgon uk.org.publicwhip/member/1570 Colin Burgon uk.org.publicwhip/person/10077 1 2007-11-20-80ef1083-10077-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 95.823ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette