home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where member_id = "uk.org.publicwhip/member/858" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
539150d65e100eceae75ca323f763a3d0b928e57 Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2005-04-11-1f359ece-10858-0
2e70f3778741d71f405f7c44431612be3b0b5e10 Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2005-01-28-12405e8c-10858-0
da44998907c32df832ea1f1bd8ee6c69540812df Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2004-12-03 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2004-12-03-1f359ece-10858-0
212890ee59839cfb638a913dc1f285b914e1a096 Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2004-10-22 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2004-10-22-1f359ece-10858-0
ab8afb34fa93555767b482edaa333aaa416aa330 Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2004-09-08 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2004-09-08-1f359ece-10858-0
04e48d2186dd5c739c7a150a64a2c7a527b3e38b Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2004-07-16 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2004-07-16-1f359ece-10858-0
bda23ce331cd9364ba27a54217275677d0308f34 Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2004-05-21 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2004-05-21-1f359ece-10858-0
6724805564bc555b7a1157483d729f3890fc33eb Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2004-01-31 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2004-01-31-1f359ece-10858-0
5027673162f6bc28c6a7b2da3e2d48358a9cd60a Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2003-12-04 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2003-12-04-1f359ece-10858-0
906014774e31f6cf5ea9c52541cd38eb57d2d91f Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2002-11-26 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2002-11-26-1f359ece-10858-0
633d89f7df49812a888b18725d824cdb36cdd16b Member of the Northern Ireland Assembly. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Pat Doherty uk.org.publicwhip/member/858 Pat Doherty uk.org.publicwhip/person/10858 0 2002-05-14-1f359ece-10858-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 78.54ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette