items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2008-09-03-80ef1083-10055-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 |
---|---|---|---|---|---|---|---|
c8c8e10cd29a9ad3e5009e853de1cc2141044615 | 24-29 August 2007, to Israel and Palestine on fact-finding visit, including various meetings and attendance at a peace conference. All travel and other expenses met by Middle East Peace Initiative. (Registered 4 October 2007) | Overseas visits 80ef1083 | 2008-09-03 | David Borrow uk.org.publicwhip/member/1780 | David Borrow uk.org.publicwhip/person/10055 | 0 | 2008-09-03-80ef1083-10055-0 |
e5e9c051c0e75ae9ad5081da5caa322a36136d37 | 9-13 September 2007, to Johannesburg, South Africa, to examine the work being undertaken by South African businesses to combat the spread of AIDS and treat those infected. All travel and other expenses met by Business Action for Africa. (Registered 4 October 2007) | Overseas visits 80ef1083 | 2008-09-03 | David Borrow uk.org.publicwhip/member/1780 | David Borrow uk.org.publicwhip/person/10055 | 1 | 2008-09-03-80ef1083-10055-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");