home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where member_id = "uk.org.publicwhip/member/481" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
6fb5b6c8849c3f4602da19f9947646c9601bcc82 I receive occasional fees for taking part in opinion polls for various organisations. The fees are paid to registered charities of my choice. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2001-05-14-1f359ece-10481-0
c5883189f64464e02a4226b1102954d239edd1e3 25-27 April 2000, to Poland with the All-Party Building Societies Group visit to the Polish Housing Minister and the Housing and Building Commission of the Parliament. Hotels paid by Polish Parliament. Fares paid by Building Societies Association. (Registered 5 May 2000) Overseas visits 80ef1083 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2001-05-14-80ef1083-10481-0
6f7ec5f2e5e23e70f9bd9271bd83192e30631dbd Director (unremunerated) of The Genesis Initiative Limited, promoting the interest of small business at national and international level. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2001-05-14-265f2269-10481-0
a3750aae1682b0ddd76cbddb0d2d4a12509a0547 Director (unremunerated) of Open Door Trust, charity to fund constituency homeless project. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 1 2001-05-14-265f2269-10481-0
ab8b39a2a4def0304347494b8eb2fcfe36748d54 Director (unremunerated) of Birnbeck Housing Association. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 2 2001-05-14-265f2269-10481-0
17bead2b6b4ca041249a5e3070f7ab2f3616864f Director (unremunerated) of Cherry Tree Housing Association. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 3 2001-05-14-265f2269-10481-0
e21568ffa778afe96e1ea42fc729253d39fe36f7 I receive occasional fees for taking part in opinion polls for various organisations. The fees are paid to registered charities of my choice. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2000-11-10-1f359ece-10481-0
9a95333ab4f8fe5a5ce714ffc01eb08bbc0598ce 25-27 April 2000, to Poland with the All-Party Building Societies Group visit to the Polish Housing Minister and the Housing and Building Commission of the Parliament. Hotels paid by Polish Parliament. Fares paid by Building Societies Association. (Registered 5 May 2000) Overseas visits 80ef1083 2000-11-10 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2000-11-10-80ef1083-10481-0
e91834acf1675620903b697cf189b96a292fd901 Director (unremunerated) of The Genesis Initiative Limited, promoting the interest of small business at national and international level. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2000-11-10-265f2269-10481-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 18.822ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette