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 = "2009-12-10-80ef1083-10013-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
346137f041b605f115dd6e28473e89b23b13fc46 15-19 September 2008, to Israel, to meet politicians, industrialists and academics. The visit was funded by the Conservative Friends of Israel who paid for my flights and other transport, accommodation and food. (Registered 25 September 2008) Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 0 2009-12-10-80ef1083-10013-0
255b6b1f973f9e23f27d657d09d930dbc677d76f Name of donor: Conservative Friends of Israel Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 1 2009-12-10-80ef1083-10013-0
aec7f17fad32cdbbaa940919b44e9040ea9af01b Address of donor: 45B Westbourne Terrace, London W2 3UR Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 2 2009-12-10-80ef1083-10013-0
b305373ebe68f5d3726a9fd8193081c020b3f002 Amount of donation (or estimate of the probable value): £900 Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 3 2009-12-10-80ef1083-10013-0
c252194da91dc282d6e0f993536d052f0f59e2e7 Destination of visit: Israel Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 4 2009-12-10-80ef1083-10013-0
6c44e88ea747f1b888e2b2fd0e068a9d81a49a91 Date of visit: 31 August to 3 September 2009 Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 5 2009-12-10-80ef1083-10013-0
f0d95c48fe087386f660e5afb0211a0afc69ce44 Purpose of visit: As Chairman of Conservative Friends of Israel, I went to Israel to meet politicians, industrialists and academics. Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 6 2009-12-10-80ef1083-10013-0
59ddc18118038ab9c797c1c82151afb536f8e213 (Registered 7 October 2009) Overseas visits 80ef1083 2009-12-10 James Arbuthnot uk.org.publicwhip/member/1612 James Arbuthnot uk.org.publicwhip/person/10013 7 2009-12-10-80ef1083-10013-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 161.589ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette