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 = "2002-05-14-1f359ece-10190-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
c466b24d66cb8a97e968222ec146fe8556733d46 Owner of a retail convenience store in Swansea. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Nigel Evans uk.org.publicwhip/member/878 Nigel Evans uk.org.publicwhip/person/10190 0 2002-05-14-1f359ece-10190-0
aaff0540bcae9aaba5f70675db93a7cf373ad4bd Occasional lecturing to overseas students. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Nigel Evans uk.org.publicwhip/member/878 Nigel Evans uk.org.publicwhip/person/10190 1 2002-05-14-1f359ece-10190-0
0ada563d48a8001ea9ecfc4e0ae36d4f174c6351 Consultant (including on parliamentary and political issues) to NewsMax.com.; a business news service company. Remuneration in the form of shares in the company (£1,001-£5,000). Remunerated employment, office, profession etc 1f359ece 2002-05-14 Nigel Evans uk.org.publicwhip/member/878 Nigel Evans uk.org.publicwhip/person/10190 2 2002-05-14-1f359ece-10190-0
515a31da3eaf33f637a043a53428b5b67f0e58ae Member of Board of Advisors to Mansat Limited; a telecommunications company. I receive remuneration in the form of a shareholding which is below the threshold for registration. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Nigel Evans uk.org.publicwhip/member/878 Nigel Evans uk.org.publicwhip/person/10190 3 2002-05-14-1f359ece-10190-0
c013e068ad2bc720014b50a238e85aeb81db70f9 Ad hoc television/radio interviews. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Nigel Evans uk.org.publicwhip/member/878 Nigel Evans uk.org.publicwhip/person/10190 4 2002-05-14-1f359ece-10190-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 129.303ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette