items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-09-3aff2389-10713-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 |
---|---|---|---|---|---|---|---|
17082385c5881e0f4e96e8d5e6846ea7a0c77a7e | Flare View Ltd; | Registrable shareholdings 3aff2389 | 2015-03-09 | Gregory Barker uk.org.publicwhip/member/40077 | Gregory Barker uk.org.publicwhip/person/10713 | 0 | 2015-03-09-3aff2389-10713-0 |
5eabfc0d0681bbdc4d0295760aa01b5d23e71b41 | New European Property Holdings Ltd. (NEPH) | Registrable shareholdings 3aff2389 | 2015-03-09 | Gregory Barker uk.org.publicwhip/member/40077 | Gregory Barker uk.org.publicwhip/person/10713 | 1 | 2015-03-09-3aff2389-10713-0 |
0f51179d6b22c2329412cf33cee5f95fc7cd6c7a | Igroland Ltd; owns and operates children’s entertainment centres in Ukraine. | Registrable shareholdings 3aff2389 | 2015-03-09 | Gregory Barker uk.org.publicwhip/member/40077 | Gregory Barker uk.org.publicwhip/person/10713 | 2 | 2015-03-09-3aff2389-10713-0 |
23a21b097152fc110113e133b5941a80a700ba9a | Mottra Ltd; food manufacture and distribution | Registrable shareholdings 3aff2389 | 2015-03-09 | Gregory Barker uk.org.publicwhip/member/40077 | Gregory Barker uk.org.publicwhip/person/10713 | 3 | 2015-03-09-3aff2389-10713-0 |
41d7d423265051b8ee4e267f80120d4625dc05fd | Hedleigh Mayfair Ltd (Investment property holdings, London W1) (Registered 30 December 2014) | Registrable shareholdings 3aff2389 | 2015-03-09 | Gregory Barker uk.org.publicwhip/member/40077 | Gregory Barker uk.org.publicwhip/person/10713 | 4 | 2015-03-09-3aff2389-10713-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");