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-11-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
56e20faf11610935f7e4a9d9e8b4f82b81666a19 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-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 0 2009-11-11-80ef1083-10353-0
ba634c5a75631669746b8ce55df5408e1101f9fd Name of donor: Municipality of Morphou and the Association of Cypriot Municipalities Overseas visits 80ef1083 2009-11-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 1 2009-11-11-80ef1083-10353-0
61b14367de611bf7a55fba2bd1f9000e5a726f4c Address of donor: 16, Zynonos Sozou Street, 1075 Nicosia, Cyprus. Overseas visits 80ef1083 2009-11-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 2 2009-11-11-80ef1083-10353-0
2343ef8e2f624a6c919ffe3574f48fdbd2ba438e 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-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 3 2009-11-11-80ef1083-10353-0
c4fb6c4d799fa9ff9311a7cb33d030e2641556eb Destination of visit: Nicosia Overseas visits 80ef1083 2009-11-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 4 2009-11-11-80ef1083-10353-0
909b07854a3235b887f3ad775aa7220a5e8ef6b7 Date of visit: 10 - 13 October 2009 Overseas visits 80ef1083 2009-11-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 5 2009-11-11-80ef1083-10353-0
aee6b905e20c884020a012b25e22e5043500ed2e Purpose of visit: to attend the Morphou Rally and related political meetings Overseas visits 80ef1083 2009-11-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 6 2009-11-11-80ef1083-10353-0
abf561ef69f52b5b99d9173b0f9f1df59d8c0d9a (Registered 6 November 2009) Overseas visits 80ef1083 2009-11-11 David Lepper uk.org.publicwhip/member/1454 David Lepper uk.org.publicwhip/person/10353 7 2009-11-11-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 17.658ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette