home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

6 rows where record_id = "2014-08-26-4f1e6359-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
c83b2cc99e9cd2dfbd8619f23fa46c515d31b8b6 Freehold commercial business park property in East Anglia, from which I receive rental income. Land and Property 4f1e6359 2014-08-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 0 2014-08-26-4f1e6359-10713-0
0bab0ed3f1eed8b8110b1094d451791f45785e46 9. Registrable shareholdings Land and Property 4f1e6359 2014-08-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 1 2014-08-26-4f1e6359-10713-0
225d3cf41e0db792328603e72348ea3c8bc32626 Flare View Ltd. Land and Property 4f1e6359 2014-08-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 2 2014-08-26-4f1e6359-10713-0
dd45024493bf6c2abeeedb6b9c85df54718287a1 New European Property Holdings Ltd. (NEPH) Land and Property 4f1e6359 2014-08-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 3 2014-08-26-4f1e6359-10713-0
4767d2510311a2231cb2be09528bc9acc25969cb Igroland Ltd; owns and operates children’s entertainment centres in Ukraine. Land and Property 4f1e6359 2014-08-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 4 2014-08-26-4f1e6359-10713-0
d712b11882b689f87c60b14a3ec91046d8656817 Mottra Ltd; food manufacture and distribution Land and Property 4f1e6359 2014-08-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 5 2014-08-26-4f1e6359-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 67.31ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette