items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-09-04-5f2cbd10-24903-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
d4471a2286846fb97d0fcebc17c9b19a9ee26dba | 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-09-04 | Richard Drax uk.org.publicwhip/person/24903 | 0 | 2023-09-04-5f2cbd10-24903-0 | |
927f314e97493080088f904328cfa0b59680a319 | 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-09-04 | Richard Drax uk.org.publicwhip/person/24903 | 1 | 2023-09-04-5f2cbd10-24903-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");