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 = "2010-03-10-80ef1083-10179-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
52201e5c77623caf926acdc63be9ee0e7bcf461b 13-16 March 2009, to Bahrain as part of cross-party group, organised by the Gulf Policy Forum. Accommodation and flights paid for by the Government of Bahrain. (Registered 18 March 2009) Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 0 2010-03-10-80ef1083-10179-0
7b2465e2964fcd0224c1b856e3e8f1e803d6cfa3 Name of donor: Government of Oman Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 1 2010-03-10-80ef1083-10179-0
3f286c442e887d0b676e48a5f6ed0eae9db39976 Address of donor: Muscat, Oman Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 2 2010-03-10-80ef1083-10179-0
82c75757b14399e36baa68cf2f346323080c3484 Amount of donation (or estimate of the probable value): flights and accommodation (estimated cost £3000) Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 3 2010-03-10-80ef1083-10179-0
76836a89d0af10df865a981bcf290f42e4c0e503 Destination of visit: Oman Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 4 2010-03-10-80ef1083-10179-0
07ce4edfa849e0a4e09af6f850ac1b1a66f08b96 Date of visit: 30.12.09 to 04.01.10 Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 5 2010-03-10-80ef1083-10179-0
e77e821788c34c461203bda93ecd6bcaaed944e3 Purpose of visit: Inter-governmental relations Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 6 2010-03-10-80ef1083-10179-0
5ab343ca5325669bb97165577158a9210b22a3f6 (Registered 12 January 2010) Overseas visits 80ef1083 2010-03-10 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 7 2010-03-10-80ef1083-10179-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 226.94ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette