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-04-12-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
74689a05be65ffca48179bda41cc4ba2ca2abfd7 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-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 0 2010-04-12-80ef1083-10179-0
f12a0504bb521837a45863d9b5efe2a4dfb4228e Name of donor: Government of Oman Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 1 2010-04-12-80ef1083-10179-0
30995e20e1d77b2be6dbb6289210e0e3ff56579d Address of donor: Muscat, Oman Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 2 2010-04-12-80ef1083-10179-0
a995568b2ed9eb2767fde86e71471998b1092f85 Amount of donation (or estimate of the probable value): flights and accommodation (estimated cost £3000) Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 3 2010-04-12-80ef1083-10179-0
d32d4ee3a74d4b81315da7741acec47f73665f19 Destination of visit: Oman Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 4 2010-04-12-80ef1083-10179-0
68eb5aa9c57acfcd360d4753a7be87cc4e902feb Date of visit: 30.12.09 to 04.01.10 Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 5 2010-04-12-80ef1083-10179-0
6f02bb9ac15ef3adefaffcee1ff6bdb43feb8233 Purpose of visit: Inter-governmental relations Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 6 2010-04-12-80ef1083-10179-0
aa6f1f6dc6471810d713ad46dd7effa36dd3bdf7 (Registered 12 January 2010) Overseas visits 80ef1083 2010-04-12 Alan Duncan uk.org.publicwhip/member/1795 Alan Duncan uk.org.publicwhip/person/10179 7 2010-04-12-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 312.356ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette