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-11-25-80ef1083-10353-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
0b94d2ee955e3c9a4dc8e098db040cc0d771002c 10-13 October 2008, to the Republic of Cyprus to attend the Morphou Rally and associated meetings. My return fare from Heathrow to Larnaca and three nights' hotel accommodation in Nicosia for my wife and myself were paid for by the Municipality of Morphou and the Association of Cypriot Municipalities. My wife paid her own return air fare. (Registered 24 October 2008) Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 0 2009-11-25-80ef1083-10353-0
86db598bc2800ad1902650366afc1d5dbbba4d39 Name of donor: Municipality of Morphou and the Association of Cypriot Municipalities Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 1 2009-11-25-80ef1083-10353-0
375e5a04a6cc71717fb6274ed94686bcf2928b02 Address of donor: 16, Zynonos Sozou Street, 1075 Nicosia, Cyprus. Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 2 2009-11-25-80ef1083-10353-0
b7a3bb3909f43147e686dbc55623244bc5614999 Amount of donation (or estimate of the probable value): I have been unable to ascertain the exact value but, as it includes return air fare for me to Larnaca, hotel accommodation and meals for myself and my wife and travel within Cyprus I believe that it might exceed £650. My wife paid her own return air fare. Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 3 2009-11-25-80ef1083-10353-0
646af873c7252234636fb07a5e05351c55d1e703 Destination of visit: Nicosia Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 4 2009-11-25-80ef1083-10353-0
96dd8f65ef54244d2f474e7c77fee9a8f4f22725 Date of visit: 10 - 13 October 2009 Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 5 2009-11-25-80ef1083-10353-0
e40c02acb9446857e6c378b6101d310df48d2ec6 Purpose of visit: to attend the Morphou Rally and related political meetings Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 6 2009-11-25-80ef1083-10353-0
81966a3a72ed1f8af12009027793e3fc2720e19a (Registered 6 November 2009) Overseas visits 80ef1083 2009-11-25 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 7 2009-11-25-80ef1083-10353-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 78.041ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette