home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2010-02-24-80ef1083-11621-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
d5894986190681379b21df0698c8f5bdfacb42e4 Name of donor: Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 0 2010-02-24-80ef1083-11621-0
7ad31a064ceef6af012686563e169519d3f5b89a 1. Jerusalem Institute for Market Studies Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 1 2010-02-24-80ef1083-11621-0
6e9752aa31d76e8fd2a8cc6d251960b71eb6ab9b 2. Conservative Friends of Israel Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 2 2010-02-24-80ef1083-11621-0
1dd5324934f9be1d507507ab2c0700d4e18e8e91 Address of donor: Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 3 2010-02-24-80ef1083-11621-0
995a8cf0bf7f7dbeb7aaf2e030cb32345368bdb4 1. Tchernikovsky 49/9, Jerusalem, Israel. Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 4 2010-02-24-80ef1083-11621-0
1765e5f36fae5651affa812d0c9699fa8dd1aa12 2. 45b Westbourne Terrace, London W2 3UR. Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 5 2010-02-24-80ef1083-11621-0
9bc1a73480991c7204ff2eac024d9a8b5defb934 Amount of donation (or estimate of the probable value): Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 6 2010-02-24-80ef1083-11621-0
e4f6e1971bf097ff2da2345359a54499bbe37e2d 1. £1500 for travel, accommodation and meals. Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 7 2010-02-24-80ef1083-11621-0
00d01e2ad201e1d63d90cdc15ca109c2135ef301 2. £250 for meals and transport. Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 8 2010-02-24-80ef1083-11621-0
3182bd319e75687ccc8d405be22dc9bd896a3280 Destination of visit: Israel Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 9 2010-02-24-80ef1083-11621-0
d6be4736e3b8d10ca90bfaed7ba9d469fd88e441 Date of visit: 23-26 January 2010 Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 10 2010-02-24-80ef1083-11621-0
f16c5a6ecdf4bd0958edd6ab42b074c3abbdafde Purpose of visit: to give a lecture to the Jerusalem Institute of Market Studies. Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 11 2010-02-24-80ef1083-11621-0
3986c5d10932a16780d7e40e23d41a4b7c5f0508 (Registered 2 February 2010) Overseas visits 80ef1083 2010-02-24 Douglas Carswell uk.org.publicwhip/member/1621 Douglas Carswell uk.org.publicwhip/person/11621 12 2010-02-24-80ef1083-11621-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.009ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette