home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2010-02-24-80ef1083-10082-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
6b55389d02f922ffcfb7b348bc08554d0cd0f32a Name of donor: Faroese Government Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 0 2010-02-24-80ef1083-10082-0
a83678fc703521ee14d49b37754aafae9677ce1e Address of donor: Representation of the Faroes to London, 55 Sloane Street, London SW1X 9SR. Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 1 2010-02-24-80ef1083-10082-0
82b6830eadcab1828678829ff1c15439c35b703c Amount of donation (or estimate of the probable value): all costs of the visit £900 Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 2 2010-02-24-80ef1083-10082-0
8232180f7563774b6bc384c0c4cbb82ee1875bec Destination of visit: Faroe Islands Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 3 2010-02-24-80ef1083-10082-0
6ca93a5024bfe76a774868de9908e4b415ce4744 Date of visit:17 - 20 August 2009 Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 4 2010-02-24-80ef1083-10082-0
cd99c83a99048f44ea2a435efcf10ad64c818b1b Purpose of visit: as a member of the All-Party Faroe Islands Group, I travelled to the Islands to meet with Faroese parliamentarians and government bodies. Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 5 2010-02-24-80ef1083-10082-0
b85076f81167828d5588badfdc37c0c112e8f230 (Registered 14 September 2009) Overseas visits 80ef1083 2010-02-24 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 6 2010-02-24-80ef1083-10082-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 68.422ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette