home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2023-10-16-5f2cbd10-24903-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
5b61e829f1f1cb54f962f39de4b135c99dad6291 Beneficiary of a family trust which owns residential property, agricultural land, woodlands and commercial property in Dorset. There are a significant number of properties in each category and some are in joint ownerships with family members and other trusts. They form part of the wider family property businesses known locally as the Charborough Estate. The trust also owns commercial property in Surrey. (Updated 05 June 2015 and 11 December 2020) Miscellaneous 5f2cbd10 2023-10-16   Richard Drax uk.org.publicwhip/person/24903 0 2023-10-16-5f2cbd10-24903-0
2a3c9e5012a0d2bb1f6997d1a254ca69e3d29509 Director of Morden Estates Company Limited (unpaid after 5 April 2021), Midland House, 2 Poole Road, Bournemouth BH2 5QY; property company that manages a number of family-owned properties which form part of the Charborough Estate. (Registered 21 April 2021; updated 21 December 2022) Miscellaneous 5f2cbd10 2023-10-16   Richard Drax uk.org.publicwhip/person/24903 1 2023-10-16-5f2cbd10-24903-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 13.575ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette