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