items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2010-03-24-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 |
|---|---|---|---|---|---|---|---|
| 2f1418c5dd6e164afc7ebaa6b8a49c9a7964be19 | 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 | 2010-03-24 | Annette Brooke uk.org.publicwhip/member/1546 | Annette Brooke uk.org.publicwhip/person/10754 | 0 | 2010-03-24-1f359ece-10754-0 |
| 44a0986d3ced9acda3f35f1ee58d641006c52476 | 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 | 2010-03-24 | Annette Brooke uk.org.publicwhip/member/1546 | Annette Brooke uk.org.publicwhip/person/10754 | 1 | 2010-03-24-1f359ece-10754-0 |
| 6db16e08d1df7d565aea385c30a8c383cc29e6fb | 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 | 2010-03-24 | Annette Brooke uk.org.publicwhip/member/1546 | Annette Brooke uk.org.publicwhip/person/10754 | 2 | 2010-03-24-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");