items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2005-04-11-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 |
---|---|---|---|---|---|---|---|
824d4b061d023ebf1b0a1ffed24d80e27d38799a | (a) Angel Gate Limited (formerly AKMA Solutions International Ltd.) | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 0 | 2005-04-11-3aff2389-10023-0 |
3adc894085a2c2a59037d1b7d68652a8d18fcc1a | Angel Gate Aviation Limited. | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 1 | 2005-04-11-3aff2389-10023-0 |
86a3bb24a9cd2e617b02af0595544bf11ba9db1d | Mastermailer Group Limited. | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 2 | 2005-04-11-3aff2389-10023-0 |
1b8cbb364ae0d7b95fa12848a2b7d87cf93c2c07 | Red Eagle Resources PLC | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 3 | 2005-04-11-3aff2389-10023-0 |
c9d7a783c9fc540f80409ca28c2719bc016ecaa4 | (b) 3DM PLC | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 4 | 2005-04-11-3aff2389-10023-0 |
fe431959de12a3056ce93f508ef26f9cb333f76d | Transense Technologies PLC. | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 5 | 2005-04-11-3aff2389-10023-0 |
73d94322a48cc2218279b8c303d6a8cec20ccf02 | Eden Research plc, formerly pXiMed PLC (share options). | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 6 | 2005-04-11-3aff2389-10023-0 |
9b2ea75e3a5c09380eaaee23cc8b563ff2dd30f4 | Multi Media Television plc. | Registrable shareholdings 3aff2389 | 2005-04-11 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 7 | 2005-04-11-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");