home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2000-11-10-80ef1083-10180-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
1278f75b6d44e74dab1446756ee51c97e9c3004b 12-14 October 1999, to Washington, to speak at a conference in my capacity as Shadow Secretary of State for Defence. Travel and accommodation paid for by the Heritage Foundation. (Registered 15 October 1999) Overseas visits 80ef1083 2000-11-10 Iain Duncan Smith uk.org.publicwhip/member/180 Iain Duncan Smith uk.org.publicwhip/person/10180 0 2000-11-10-80ef1083-10180-0
1b3923366e9ef83188099790886657b8b64cc14d 10 November 1999, to Washington to give evidence to the Committee on International Relations at the House of Representatives. Hotel accommodation and living costs were paid for by Congress. (Registered 19 November 1999) Overseas visits 80ef1083 2000-11-10 Iain Duncan Smith uk.org.publicwhip/member/180 Iain Duncan Smith uk.org.publicwhip/person/10180 1 2000-11-10-80ef1083-10180-0
5dd3c5691454adc2b569bd85e096b3c012e01781 15-18 June 2000, to Beaver Creek, Colorado, to attend the AEI World Forum 2000 at the invitation of the American Enterprise Institute, who paid for my travel and accommodation. (Registered 29 June 2000) Overseas visits 80ef1083 2000-11-10 Iain Duncan Smith uk.org.publicwhip/member/180 Iain Duncan Smith uk.org.publicwhip/person/10180 2 2000-11-10-80ef1083-10180-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 180.412ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette