home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2010-03-10-80ef1083-10241-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
67e9a6ab82a6163ebe5ebd1842d48f98255d42a4 6-8 May 2009, to Italy, to attend Transatlantic Council on Migration at Bellagio. Travel and accommodation paid by Transatlantic Council on Migration. (Registered 14 May 2009) Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 0 2010-03-10-80ef1083-10241-0
d8251c691ed7fdb1c529203d4829b3b72ff036c0 Name of donor: John Smith Memorial Trust Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 1 2010-03-10-80ef1083-10241-0
b6c18832be41736a3634568596b19fcb800cde28 Address of donor: 3rd Floor, Tulip House, 70 Borough High Street, London SE1 1XF. Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 2 2010-03-10-80ef1083-10241-0
1efad97f8a90b92c08ccfd3413917270e611d640 Amount of donation (or estimate of the probable value): £1563.50 Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 3 2010-03-10-80ef1083-10241-0
845d4d973500a47bdaa4b50dac10ce4a45e54ca5 Destination of visit: Azerbaijan Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 4 2010-03-10-80ef1083-10241-0
c8300a808f73a70b7afd4b8d0c4bd4a875cda92c Date of visit: 14-17 September 2009 Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 5 2010-03-10-80ef1083-10241-0
e4d7ce85bdb62d3475b77f81dc60675f6636b6c5 Purpose of visit: to promote the work of the John Smith Memorial Trust, encourage applications for the 2010 Fellowship Programme, and meet with Fellows. Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 6 2010-03-10-80ef1083-10241-0
731be8aec755e091a2c498514d83e92ea3014992 (Registered 1 October 2009) Overseas visits 80ef1083 2010-03-10 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 7 2010-03-10-80ef1083-10241-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 12.271ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette