home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2010-01-06-1f359ece-10754-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
dff87706d1af54e7890ca6dad47c85c5b3094b73 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-01-06 Annette Brooke uk.org.publicwhip/member/1546 Annette Brooke uk.org.publicwhip/person/10754 0 2010-01-06-1f359ece-10754-0
d5f4dc836496ca8181e312bd9c328e0379346345 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-01-06 Annette Brooke uk.org.publicwhip/member/1546 Annette Brooke uk.org.publicwhip/person/10754 1 2010-01-06-1f359ece-10754-0
515a07c4f965763b248acfb88fcb390932feeb07 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-01-06 Annette Brooke uk.org.publicwhip/member/1546 Annette Brooke uk.org.publicwhip/person/10754 2 2010-01-06-1f359ece-10754-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 19.815ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette