items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2005-01-28-80ef1083-10119-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 |
---|---|---|---|---|---|---|---|
0d58f1d8aee30ea976a4122c2e20b43e49e07eed | 29 April-4 May 2004, to Doha, Qatar, to improve relations between UK parliamentarians and the Government of Qatar. Costs of the visit paid by the Government of Qatar. (Registered 12 May 2004) | Overseas visits 80ef1083 | 2005-01-28 | Geoffrey Clifton-Brown uk.org.publicwhip/member/806 | Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 | 0 | 2005-01-28-80ef1083-10119-0 |
6361f420fd6f70379d825c5d42fddcfacd561fc2 | 19-26 September 2004, to China, to improve relations between UK parliamentarians and the Government of China. I was a guest of the International Department of the Chinese Communist Party, who paid for hotel accommodation and internal flights within China. International air fares were paid for by Maurice Bennett, of Phase Eight. (Registered 20 December 2004) | Overseas visits 80ef1083 | 2005-01-28 | Geoffrey Clifton-Brown uk.org.publicwhip/member/806 | Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 | 1 | 2005-01-28-80ef1083-10119-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");