items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-03-24-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 |
---|---|---|---|---|---|---|---|
5f91a2034c8c1bd7bbf5702bb31bf3b8cb25275a | Carbon Registry Services Ltd. | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 0 | 2010-03-24-3aff2389-10023-0 |
3193f4520c2c9ea9f54d4eacaa83b4c226a017bf | West African Investments Ltd. | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 1 | 2010-03-24-3aff2389-10023-0 |
a3a8e49a4761021863e4e6997eeb63b72cd736d4 | Halcyon Oil Limited | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 2 | 2010-03-24-3aff2389-10023-0 |
47ca1424d07f51286cacb5bee25a72ad168730f5 | 3DM PLC | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 3 | 2010-03-24-3aff2389-10023-0 |
0e6f2b646d40b4afbed959fbcf4f76ed5eefa4c5 | Petroquest Ltd (owns shares in Westminster Oil Limited) | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 4 | 2010-03-24-3aff2389-10023-0 |
5a2bdc44a5889c7608784a1b60bb75df03fed739 | Mastermailer plc; supplier of secure stationery | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 5 | 2010-03-24-3aff2389-10023-0 |
d5be8454138307619513fe520785fbc2fb1322aa | Woburn Energy plc. | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 6 | 2010-03-24-3aff2389-10023-0 |
9cbafa4207f15ba62e07367b3403deab8c869ecd | Target Resources plc; gold and diamond mining in Sierra Leone | Registrable shareholdings 3aff2389 | 2010-03-24 | Tony Baldry uk.org.publicwhip/member/1382 | Tony Baldry uk.org.publicwhip/person/10023 | 7 | 2010-03-24-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");