items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where member_id = "uk.org.publicwhip/member/97" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, sort_order, record_id, date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
f673380ea0d6c124ee2550cfd54059f5fbafb484 | A lease from North Lincolnshire Council of two rooms in an office block in Brigg on terms appropriate to a not-for-profit organisation. | Sponsorship or financial or material support 9e46def6 | 2001-05-14 | Ian Cawsey uk.org.publicwhip/member/97 | Ian Cawsey uk.org.publicwhip/person/10097 | 0 | 2001-05-14-9e46def6-10097-0 |
94c4cb2b8ca6ac2842762ab55911df634059e4ad | A lease from North Lincolnshire Council of two rooms in an office block in Brigg on terms appropriate to a not-for-profit organisation. | Sponsorship or financial or material support 9e46def6 | 2000-11-10 | Ian Cawsey uk.org.publicwhip/member/97 | Ian Cawsey uk.org.publicwhip/person/10097 | 0 | 2000-11-10-9e46def6-10097-0 |
ad10a4bb4f0ec071d44def174e8f5abdc7493b14 | 21-28 March 1999, to Prince Edward Island, Canada, as a guest of Sealwatch. These trips are arranged annually to raise the public profile of the seal cull. (Registered 29 March 1999) | Overseas visits 80ef1083 | 2000-11-10 | Ian Cawsey uk.org.publicwhip/member/97 | Ian Cawsey uk.org.publicwhip/person/10097 | 0 | 2000-11-10-80ef1083-10097-0 |
0c71ea4e9a2068e3b1b7c2e4b212da23ecf78dd8 | 6-9 September 1999, to Switzerland and Northern Italy, with the All-Party Parliamentary Rail Freight Group, to enable parliamentarians to study rail freight services across the Alps and to the UK. Accommodation and travel costs were met by the Rail Freight Group. (Registered 8 October 1999) | Overseas visits 80ef1083 | 2000-11-10 | Ian Cawsey uk.org.publicwhip/member/97 | Ian Cawsey uk.org.publicwhip/person/10097 | 1 | 2000-11-10-80ef1083-10097-0 |
2c09406ab873aaa360c57414faa313a68bb7afa4 | 4-11 November, to the Falkland Islands as a guest of the Falkland Islands Government. (Registered 29 November 1999) | Overseas visits 80ef1083 | 2000-11-10 | Ian Cawsey uk.org.publicwhip/member/97 | Ian Cawsey uk.org.publicwhip/person/10097 | 2 | 2000-11-10-80ef1083-10097-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");