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 = "2014-12-08-1f359ece-10484-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
16cc6fe34e6d74ac93bed20efd9ee9aa796aa64c Payments from Drew University. Address: 99 Great Russell Street, London WC1B 3LA. Remunerated employment, office, profession etc 1f359ece 2014-12-08 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 0 2014-12-08-1f359ece-10484-0
796e53db16ce8a76e77ee88b26947c8402582608 £960 received on 13 December 2013 for a series of lectures and meetings in my role of political co-ordinator. Hours: 12 hrs. (Registered 13 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 1 2014-12-08-1f359ece-10484-0
fe721dbd9b8b663af8c2b2748e18c5ac1b2982a3 Payments from Government Knowledge, 1 Northumberland Avenue, London WC2N 5BW: Remunerated employment, office, profession etc 1f359ece 2014-12-08 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 2 2014-12-08-1f359ece-10484-0
d1b19de3152e9735035aca1a0a5456b45f4ab705 13 December 2013, payment of £150 for a lecture on 21 November 2013.  Hours: 2 hrs. (Registered 13 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 3 2014-12-08-1f359ece-10484-0
e2441f0eb3c5e6e3139af3af436386551c57c3a2 8 May 2014, payment of £138.00 received from the University of Missouri Curators, 118 University Hall, Columbia, USA, in respect of lecture and meeting provided to students on 15 April 2014.  Hours: 3 hrs. (Registered 15 May 2014) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 4 2014-12-08-1f359ece-10484-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 17.623ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette