items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2005-01-28-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 |
---|---|---|---|---|---|---|---|
e6f3f461651ea5893d6bde57cc5e26c889467944 | (a) Angel Gate Limited (formerly AKMA Solutions International Ltd.) | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 0 | 2005-01-28-3aff2389-10023-0 |
14a454ee2e476f88141c9013426a604b3bd8bb25 | Angel Gate Aviation Limited. | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 1 | 2005-01-28-3aff2389-10023-0 |
c979fabafb2c5fb64dcd7e4e1963e487886c3e19 | Mastermailer Group Limited. | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 2 | 2005-01-28-3aff2389-10023-0 |
46a6fd70817de5957111c6cd5d1edb81bbaf24fa | (b) 3DM PLC | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 3 | 2005-01-28-3aff2389-10023-0 |
360970684eb479922edb26cc679c6b07b42baa83 | Transense Technologies PLC. | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 4 | 2005-01-28-3aff2389-10023-0 |
6307e56c3cf496c5e39875a68e33e96de8d095d8 | Eden Research plc, formerly pXiMed PLC (share options). | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 5 | 2005-01-28-3aff2389-10023-0 |
9052838c1a15ee29e04fe051e46d5860db2e1145 | Multi Media Television plc. | Registrable shareholdings 3aff2389 | 2005-01-28 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 6 | 2005-01-28-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");