items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2004-10-22-3aff2389-10023-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 |
|---|---|---|---|---|---|---|---|
| 5dea157e767e33d4c08eb09def76a31084e805df | Angel Gate Limited (formerly AKMA Solutions International Ltd.) | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 0 | 2004-10-22-3aff2389-10023-0 |
| c94fad01d865d9cb65bd895dd7bc0c468bbc6de8 | Angel Gate Aviation Limited. | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 1 | 2004-10-22-3aff2389-10023-0 |
| 174341c1a3e20eb5acaa35eecffe52ef34516fa0 | Mastermailer Group Limited. | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 2 | 2004-10-22-3aff2389-10023-0 |
| 948213d6cfeb515e4bc4246a7b098d034418d9b1 | 3DM PLC | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 3 | 2004-10-22-3aff2389-10023-0 |
| 451ac2eb863c61ca26ed04999ad4eff15d46ff02 | Transense Technologies PLC. | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 4 | 2004-10-22-3aff2389-10023-0 |
| cdfa9fde967d0f299c9355f7e508343f0f458896 | Eden Research plc, formerly pXiMed PLC (share options). | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 5 | 2004-10-22-3aff2389-10023-0 |
| d44a1d47c4a5ef8a13300104a807ba2919c75f5e | Multi Media Television plc. | Registrable shareholdings 3aff2389 | 2004-10-22 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 6 | 2004-10-22-3aff2389-10023-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");