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 = "2015-03-30-3aff2389-10713-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
97d28ddeb5e07d898312f9b89bc0705a0588b845 Flare View Ltd; Registrable shareholdings 3aff2389 2015-03-30 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 0 2015-03-30-3aff2389-10713-0
a97595e1ecb34bba10a3046d89649eaf9824a63a New European Property Holdings Ltd. (NEPH) Registrable shareholdings 3aff2389 2015-03-30 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 1 2015-03-30-3aff2389-10713-0
f96065fae07fdca8d7da6434d5d42dc55679316d Igroland Ltd; owns and operates children’s entertainment centres in Ukraine. Registrable shareholdings 3aff2389 2015-03-30 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 2 2015-03-30-3aff2389-10713-0
2ea1d722e0049ac27ee1442c747e5baf473fc3a0 Mottra Ltd; food manufacture and distribution Registrable shareholdings 3aff2389 2015-03-30 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 3 2015-03-30-3aff2389-10713-0
9562f9536736d3dd0006391ebf12ecf7cf9ebd73 Hedleigh Mayfair Ltd (Investment property holdings, London W1) (Registered 30 December 2014) Registrable shareholdings 3aff2389 2015-03-30 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 4 2015-03-30-3aff2389-10713-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 35.568ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette