items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2009-10-28-1f359ece-10754-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 |
|---|---|---|---|---|---|---|---|
| 8e06a54e157ddec73dc2477ba4327f8792ba3eec | Joint owner with my husband of Broadstone Minerals, a small retail and wholesale business dealing in rocks, minerals and gemstones. Address: Broadstone Minerals, 3 Grand Parade, High Street, Poole BH15 1AD. Received £100 as my share of the profits. Hours: 2 hrs. (Registered 8 October 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-10-28 | Annette Brooke uk.org.publicwhip/member/1546 | Annette Brooke uk.org.publicwhip/person/10754 | 0 | 2009-10-28-1f359ece-10754-0 |
| 2d81e01add62c55f3d5edada086a5913a0411db5 | Received payment of £40 from Colehill Women's Institute for giving a speech. Address: Colehill Women's Institute, Cannon Hill Road, Colehill, Dorset BH21 2LR. Hours: 2hrs. Fee donated to charity. (Registered 15 September 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-10-28 | Annette Brooke uk.org.publicwhip/member/1546 | Annette Brooke uk.org.publicwhip/person/10754 | 1 | 2009-10-28-1f359ece-10754-0 |
| 6887aa01f6df43ca6c12174f7576407ea51d6ddd | Received payment of £30 for giving a speech at Poole Yacht Club, The Yacht Haven, New Harbour Road West, Hamworthy, Poole, Dorset BH15 4AQ. Fee donated to charity. Hours: 90 mins. (Registered 8 October 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-10-28 | Annette Brooke uk.org.publicwhip/member/1546 | Annette Brooke uk.org.publicwhip/person/10754 | 2 | 2009-10-28-1f359ece-10754-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");