items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2004-12-03-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 |
---|---|---|---|---|---|---|---|
8b7e30c047ec8e098d58b169adf5571a072c3fec | Angel Gate Limited (formerly AKMA Solutions International Ltd.) | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 0 | 2004-12-03-3aff2389-10023-0 |
1da966ee4b153914150f72b1fbe9f35f5078a2a8 | Angel Gate Aviation Limited. | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 1 | 2004-12-03-3aff2389-10023-0 |
f7e507d8ed6714c1b5bfea9d0f474cf5f0cb7b2c | Mastermailer Group Limited. | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 2 | 2004-12-03-3aff2389-10023-0 |
5efee6d40c85eff74b50f202375dd205edb6c4d1 | 3DM PLC | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 3 | 2004-12-03-3aff2389-10023-0 |
7c87e19cc7081a554356ed422d903a75ca610734 | Transense Technologies PLC. | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 4 | 2004-12-03-3aff2389-10023-0 |
2aa970de76c2c171a06cb2024ec8933fbfcaece7 | Eden Research plc, formerly pXiMed PLC (share options). | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 5 | 2004-12-03-3aff2389-10023-0 |
47eafd695a61ed57d2236f71899af85109515487 | Multi Media Television plc. | Registrable shareholdings 3aff2389 | 2004-12-03 | Tony Baldry uk.org.publicwhip/member/711 | Tony Baldry uk.org.publicwhip/person/10023 | 6 | 2004-12-03-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");