items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2002-11-26-ead1ca87-10249-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 |
|---|---|---|---|---|---|---|---|
| 5910a4aa6124d2986f94610f8dff3d482bbf17d4 | Ambio Ltd.; environmental consultancy. | Remunerated directorships ead1ca87 | 2002-11-26 | John Gummer uk.org.publicwhip/member/929 | John Gummer uk.org.publicwhip/person/10249 | 0 | 2002-11-26-ead1ca87-10249-0 |
| 2489d25b8089de4c771d72b464c7bfef9bc712ee | Chairman, Sancroft International Ltd.; consultants in corporate responsibility, environment, and of its subsidiary Earthcare Products Ltd. | Remunerated directorships ead1ca87 | 2002-11-26 | John Gummer uk.org.publicwhip/member/929 | John Gummer uk.org.publicwhip/person/10249 | 1 | 2002-11-26-ead1ca87-10249-0 |
| 1008d2ffc4a4b2607f1559d178c9564582de30c1 | Environmental Director of Vivendi UK; water companies. | Remunerated directorships ead1ca87 | 2002-11-26 | John Gummer uk.org.publicwhip/member/929 | John Gummer uk.org.publicwhip/person/10249 | 2 | 2002-11-26-ead1ca87-10249-0 |
| bdc3ed44deaabf52311a431127083914794e230a | Chairman (non-executive), Valpak Ltd.; not-for-profit organisation for compliance with packaging waste directive. | Remunerated directorships ead1ca87 | 2002-11-26 | John Gummer uk.org.publicwhip/member/929 | John Gummer uk.org.publicwhip/person/10249 | 3 | 2002-11-26-ead1ca87-10249-0 |
| 30cf369cc0a4dbed51f8317547070540498cb630 | Kidde PLC (non-executive); fire prevention. | Remunerated directorships ead1ca87 | 2002-11-26 | John Gummer uk.org.publicwhip/member/929 | John Gummer uk.org.publicwhip/person/10249 | 4 | 2002-11-26-ead1ca87-10249-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");