home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2005-04-11-80ef1083-10083-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
62d8c6e514b7d23c9e8294843d7d093e0982646a 12-15 September 2004, to Washington in my capacity as Co-Chair of the International Taskforce on Climate Change. Costs of accommodation and travel paid for by the promoters of Taskforce. (Registered 20 October 2004) Overseas visits 80ef1083 2005-04-11 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 0 2005-04-11-80ef1083-10083-0
be4e215c28876e2c8ca8a7ae1e37d961c2a0d184 15-17 November 2004, to Sydney, Australia, to chair a meeting of the International Task Force on Climate Change and to speak at a conference organised by the Government of New South Wales. Cost of travel and part of accommodation paid by the promoters of the Taskforce, other accommodation costs paid by the Government of New South Wales. (Registered 30 November 2004) Overseas visits 80ef1083 2005-04-11 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 1 2005-04-11-80ef1083-10083-0
4726be15feed45d826a2a2dba44be3cfebebd35e 5-6 December 2004, to New York, to speak at the third annual Clinton Presidential Foundation Forum. Travel and hotel costs paid by the Clinton Foundation. (Registered 8 December 2004) Overseas visits 80ef1083 2005-04-11 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 2 2005-04-11-80ef1083-10083-0
c84427039e0d6e0c28c3f4120c97472bb0b80edb 29-30 January 2005, to Davos, Switzerland, at the invitation of Euro RSCG, Paris, a communications company. Flights and accommodation provided by Euro RSCG, Paris. (Registered 9 February 2005) Overseas visits 80ef1083 2005-04-11 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 3 2005-04-11-80ef1083-10083-0
94521b97c8e93acd8b4aa954a5e5dd09169beb44 23-25 March 2005, to Kiev, Ukraine, to attend the launch of YES (the Yalta European Strategy), a policy network established to promote ideas, debate and Ukraine's membership of the European Union. Travel and hotel costs paid by the YES Foundation. (Registered 31 March 2005) Overseas visits 80ef1083 2005-04-11 Stephen Byers uk.org.publicwhip/member/772 Stephen Byers uk.org.publicwhip/person/10083 4 2005-04-11-80ef1083-10083-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 60.068ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette