home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

15 rows where record_id = "2010-02-03-80ef1083-11817-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
036b9ca4505e287863a028507bf3bf62da79fc89 15-20 February 2009, to Israel with the Conservative Friends of Israel (CFI), for meetings with politicians and officials and to visit the Golan Heights. Costs of the visit were paid by CFI. (Registered 11 March 2009) Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 0 2010-02-03-80ef1083-11817-0
f388f4156a1c7957ec4c179a559fbd291d4b53f4 Name of donor: Government of the Kingdom of Saudi Arabia Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 1 2010-02-03-80ef1083-11817-0
e5bfb531fe284129357b77a5aeaf2aedbb6b4546 Address of donor: Shoura Council, Riyadh, Saudi Arabia. Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 2 2010-02-03-80ef1083-11817-0
38abb259c731d598a935ba20348ecb3e48dfa8d5 Amount of donation (or estimate of the probable value): £5000 Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 3 2010-02-03-80ef1083-11817-0
16405deb84b44c8ff9534ca7e8a467f6b2269e32 Destination of visit: Saudi Arabia Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 4 2010-02-03-80ef1083-11817-0
e5cbf69628fcafb287e73c62f4b540ecac30bc1e Date of visit: 2-5 October 2009 Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 5 2010-02-03-80ef1083-11817-0
6772f19cf009a659426216a845646c0de7e7784c Purpose of visit: I visited in my capacity as Chairman of the All Party Group for Saudi Arabia, to meet with Shoura Council (Parliament) Members and Ministers in order to promote Anglo-Saudi relations. Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 6 2010-02-03-80ef1083-11817-0
809d2db9dcc22dbbad8e9a3cb180617fab8da9d1 (Registered 15 October 2009) Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 7 2010-02-03-80ef1083-11817-0
c7b9855907671e2e76623a8f672cc5715e498834 Name of donor: Doha Foundation Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 8 2010-02-03-80ef1083-11817-0
36641937c9962767fbaa45ea0d3cab3f91a92146 Address of donor: Education City, PO Box 5825, Doha, Qatar. Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 9 2010-02-03-80ef1083-11817-0
f1f17902442237665eb417a6e61c40679089c4a1 Amount of donation (or estimate of the probable value): £4000 Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 10 2010-02-03-80ef1083-11817-0
e2d2af272778d4ff1f9ab0f030075321f20771fb Destination of visit: Doha, Qatar. Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 11 2010-02-03-80ef1083-11817-0
6a06cd2d27fa8989841193943f8df2ddf6ef7e47 Date of visit: 11-13 October 2009. Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 12 2010-02-03-80ef1083-11817-0
985381413dc410651eb991856c91f2f98b65c9b7 Purpose of visit: to participate in the Doha Debates Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 13 2010-02-03-80ef1083-11817-0
4b547bc6013593501d1a3b1e17a1c1061c35446b (Registered 11 November 2009) Overseas visits 80ef1083 2010-02-03 Daniel Kawczynski uk.org.publicwhip/member/1817 Daniel Kawczynski uk.org.publicwhip/person/11817 14 2010-02-03-80ef1083-11817-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 156.565ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette