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-11-10-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
4089b2618ca4d50b2d2d46e9928b011a4d8af4de Freehold commercial business park property in East Anglia, from which I receive rental income. Land and Property 4f1e6359 2014-11-10 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 0 2014-11-10-4f1e6359-10713-0
d29536399997d61d15f5beb05c1ded840c24f593 9. Registrable shareholdings Land and Property 4f1e6359 2014-11-10 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 1 2014-11-10-4f1e6359-10713-0
794c6721c694b0a09acfcc56dcfe289056b7d6f5 Flare View Ltd. Land and Property 4f1e6359 2014-11-10 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 2 2014-11-10-4f1e6359-10713-0
b9fb1c72f292dbb7dd2ed3f3ea5cc081468d38c7 New European Property Holdings Ltd. (NEPH) Land and Property 4f1e6359 2014-11-10 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 3 2014-11-10-4f1e6359-10713-0
291400f650eb1590a9a071a02468fd8b3af75498 Igroland Ltd; owns and operates children’s entertainment centres in Ukraine. Land and Property 4f1e6359 2014-11-10 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 4 2014-11-10-4f1e6359-10713-0
17d20a97b27c5729a611d476dfdc0dad3566e60a Mottra Ltd; food manufacture and distribution Land and Property 4f1e6359 2014-11-10 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 5 2014-11-10-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 237.237ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette