home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2010-02-03-80ef1083-10685-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
f255464787673e9ee98040c782337114961ad8e3 27-30 June 2008, to Tokyo, Japan, to attend the 5 th conference organised by GLOBE, a group of legislators from the G8+5 climate change dialogue. Hotel and travel costs paid by the promoters of GLOBE. (Registered 9 July 2008) Overseas visits 80ef1083 2010-02-03 Eric Joyce uk.org.publicwhip/member/1983 Eric Joyce uk.org.publicwhip/person/10685 0 2010-02-03-80ef1083-10685-0
0103cf64339cb11f376206c0d8f28c280605510a 7-12 September 2008, to Israel and Palestine with Labour Friends of Israel (LFI). Travel and hospitality within Israel and Palestine paid for by LFI. Accommodation paid for by LFI at a rate discounted through the Israeli Ministry of Foreign Affairs. Some hospitality was provided by Palestinian Legislative Council, Palestinian Authority and the Israeli Ministry of Foreign Affairs. The purpose of the visit was fact finding to develop a better awareness of the situation in Israel and Palestine. (Registered 16 September 2008) Overseas visits 80ef1083 2010-02-03 Eric Joyce uk.org.publicwhip/member/1983 Eric Joyce uk.org.publicwhip/person/10685 1 2010-02-03-80ef1083-10685-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 12.823ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette