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-02-23-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
6dec55e679a848d162d219d08d8f1cccbdf5089b Flare View Ltd; Registrable shareholdings 3aff2389 2015-02-23 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 0 2015-02-23-3aff2389-10713-0
385cb25c6eae5b7100b7d0c9da66aff0e2db4a12 New European Property Holdings Ltd. (NEPH) Registrable shareholdings 3aff2389 2015-02-23 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 1 2015-02-23-3aff2389-10713-0
47af7e2b961315a2353d9d9768261f5338d82cb1 Igroland Ltd; owns and operates children’s entertainment centres in Ukraine. Registrable shareholdings 3aff2389 2015-02-23 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 2 2015-02-23-3aff2389-10713-0
2c5b7abf85354f1383376cc292ecbf14ebd587fe Mottra Ltd; food manufacture and distribution Registrable shareholdings 3aff2389 2015-02-23 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 3 2015-02-23-3aff2389-10713-0
377a07ae1889a5586befbdad0d3ff8f53bcdcf17 Hedleigh Mayfair Ltd (Investment property holdings, London W1) (Registered 30 December 2014) Registrable shareholdings 3aff2389 2015-02-23 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 4 2015-02-23-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 15.542ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette