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 = "2009-12-10-80ef1083-10014-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
470effc38f7cf9c99b5541b1db0b4dff7fe60246 3-4 July 2008, to Sweden, to take part in a study tour with SITA UK, visiting various waste collection and recycling and waste management facilities. Flights and an overnight stay in Helsingborg were paid for by SITA UK. (Registered 8 July 2008) Overseas visits 80ef1083 2009-12-10 Hilary Armstrong uk.org.publicwhip/member/1557 Hilary Armstrong uk.org.publicwhip/person/10014 0 2009-12-10-80ef1083-10014-0
c26ae6bc644c2e837dbc7e5b13f292ea35da5b52 4-20 September 2008, to Tanzania, on a placement for VSO (Voluntary Service Overseas), working with an educational network, TENMET. My standard class flights and accommodation in Dar es Salaam were paid for by VSO. (Registered 17 November 2008) Overseas visits 80ef1083 2009-12-10 Hilary Armstrong uk.org.publicwhip/member/1557 Hilary Armstrong uk.org.publicwhip/person/10014 1 2009-12-10-80ef1083-10014-0
5dfe10b91ebc2aab509b61de76217af9a2a78739 1-5 October 2008, to Chicago, USA, to give a lecture on Social Exclusion at the Adler School of Professional Psychology. My club class flights and accommodation in Chicago were paid for by the Adler School. (Registered 17 November 2008) Overseas visits 80ef1083 2009-12-10 Hilary Armstrong uk.org.publicwhip/member/1557 Hilary Armstrong uk.org.publicwhip/person/10014 2 2009-12-10-80ef1083-10014-0
989fc662db747fb9606e3fe6120666a3a709d225 10-14 November 2008, to Nairobi for a board meeting for VSO. My standard class flights and accommodation in Nairobi were paid for by VSO. (Registered 17 November 2008) Overseas visits 80ef1083 2009-12-10 Hilary Armstrong uk.org.publicwhip/member/1557 Hilary Armstrong uk.org.publicwhip/person/10014 3 2009-12-10-80ef1083-10014-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 34.009ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette