items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2015-03-30-3aff2389-11929-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 |
---|---|---|---|---|---|---|---|
43996e1d27eedf41f6ff0f1bd63e46b335d58214 | Axonn Media Ltd (formerly Adfero Ltd); news and information services company. | Registrable shareholdings 3aff2389 | 2015-03-30 | Adam Afriyie uk.org.publicwhip/member/40661 | Adam Afriyie uk.org.publicwhip/person/11929 | 0 | 2015-03-30-3aff2389-11929-0 |
5aaaa5a8f5824fe236d9bb83f8b9d2c882d9b6c8 | Connect Support Services Ltd; IT services company. | Registrable shareholdings 3aff2389 | 2015-03-30 | Adam Afriyie uk.org.publicwhip/member/40661 | Adam Afriyie uk.org.publicwhip/person/11929 | 1 | 2015-03-30-3aff2389-11929-0 |
8ae2954393daf67a469d0670a5dd4a1036a9a0a5 | Brafton Media Incorporated; news and information services company. | Registrable shareholdings 3aff2389 | 2015-03-30 | Adam Afriyie uk.org.publicwhip/member/40661 | Adam Afriyie uk.org.publicwhip/person/11929 | 2 | 2015-03-30-3aff2389-11929-0 |
0391cdc2063b52e364c82b202f93c96c27563457 | Adfero Media Ltd; news and information services company (Registered 26 March 2013) | Registrable shareholdings 3aff2389 | 2015-03-30 | Adam Afriyie uk.org.publicwhip/member/40661 | Adam Afriyie uk.org.publicwhip/person/11929 | 3 | 2015-03-30-3aff2389-11929-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");