home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

1 row where record_id = "2002-05-14-80ef1083-10207-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
faa372375a8901b0267b1ed929de17923923a011 7-10 April 2002, to USA, to visit the USA headquarters of GlaxoSmithKline, who operate a manufacturing plant in my constituency at Barnard Castle where some redundancies have been announced. The purpose of my visit, which was at the invitation of the Vice-President in charge of World wide Manufacturing, was first, to ensure the long term future for the Barnard Castle site, and second, to explore the possibility of Bio-Tech start up companies in the County of Durham (UK) in association with Duke University and GSK. GSK paid for the flights and accommodation. (Registered 24 April 2002) Overseas visits 80ef1083 2002-05-14 Derek Foster uk.org.publicwhip/member/894 Derek Foster uk.org.publicwhip/person/10207 0 2002-05-14-80ef1083-10207-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 101.809ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette