home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2004-10-22-9e46def6-10088-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
e2eff021a55a2c5fd1a1a81efc7bd630db5d0162 From 1 December 1996 I have received a financial contribution from the Liberal Democrat Middle East Council for the provision of research services. Sponsorship or financial or material support 9e46def6 2004-10-22 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 0 2004-10-22-9e46def6-10088-0
36e6f5ce136468e61cfdeba6c1d880426a1cec3f I am a member of the Commission of Inquiry which was established by the joint Middle East Councils of the Conservative, Liberal Democrat and Labour Parties to inquire into the status of the Palestinian refugees under United Nations Resolution 194. The Commission undertakes visits to the region to take evidence and meet with academics and international lawyers and publishes its findings. Donations of more than £1000 towards the funding of the Commission have been received from: Sponsorship or financial or material support 9e46def6 2004-10-22 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 1 2004-10-22-9e46def6-10088-0
35c15685b2a6a24af0ff4a2761ed5f657690c8a2 Mr A Qattan Sponsorship or financial or material support 9e46def6 2004-10-22 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 2 2004-10-22-9e46def6-10088-0
05e7b9e799afe3d600b8040a1e85f253d48c5da9 The Council of Arab Ambassadors in London Sponsorship or financial or material support 9e46def6 2004-10-22 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 3 2004-10-22-9e46def6-10088-0
4172621632ff0f047546e1d88de25c00e9351339 The Al Maktum Foundation. Sponsorship or financial or material support 9e46def6 2004-10-22 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 4 2004-10-22-9e46def6-10088-0
63d641e5bf6f8620b7639365a6ff85d82dac1dbc From September 2003 the Liberal Democrat Middle East Council has funded a part-time researcher, based in my office. Sponsorship or financial or material support 9e46def6 2004-10-22 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 5 2004-10-22-9e46def6-10088-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 110.189ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette