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-03-10-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
7a15bb755b1c1a7002af0ab6a800c755f7dc597e Name of donor: Faroese Government Overseas visits 80ef1083 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 0 2010-03-10-80ef1083-10082-0
e1402c85ff00be6e64a1d59ea66f2cd664a4f3bd Address of donor: Representation of the Faroes to London, 55 Sloane Street, London SW1X 9SR. Overseas visits 80ef1083 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 1 2010-03-10-80ef1083-10082-0
dbe735189a03c17b4b5c529ca15eb38b12546ab0 Amount of donation (or estimate of the probable value): all costs of the visit £900 Overseas visits 80ef1083 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 2 2010-03-10-80ef1083-10082-0
5216de729086a01c1485bdbce39514ab5412f064 Destination of visit: Faroe Islands Overseas visits 80ef1083 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 3 2010-03-10-80ef1083-10082-0
2ae25fe416c26358f66ccb1dfc8b1142bbe2f4c9 Date of visit:17 - 20 August 2009 Overseas visits 80ef1083 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 4 2010-03-10-80ef1083-10082-0
e99fccb1886445a7f181c0e3826562e903f1b2bc 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-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 5 2010-03-10-80ef1083-10082-0
4b9433480f8e7aa7568ce5f258f24e5abe530970 (Registered 14 September 2009) Overseas visits 80ef1083 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 6 2010-03-10-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 16.578ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette