items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-80ef1083-24847-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 |
---|---|---|---|---|---|---|---|
7ff5046f7d836873f2ef216d0cb362c924d064aa | Name of donor: Christian Aid | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 0 | 2015-02-09-80ef1083-24847-0 |
912f3ab54c15d38e5e9d3bdcb6cefc5ad89380ef | Address of donor: 35 Lower Marsh, London SE1 7RL | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 1 | 2015-02-09-80ef1083-24847-0 |
08b43802786bce64b6b286d9aaa877f828712ac6 | Amount of donation (or estimate of the probable value): £1,011.18 | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 2 | 2015-02-09-80ef1083-24847-0 |
9984998733311edea682e269c50f76bafc668bee | Destination of visit: El Salvador | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 3 | 2015-02-09-80ef1083-24847-0 |
7324617157fe34b1e7dbd36f9e88c638b731d5c5 | Date of visit: 6-11 September 2014 | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 4 | 2015-02-09-80ef1083-24847-0 |
dcf3ea3e430d36e509ee0da17f7e5e431a2afa48 | Purpose of visit: to visit communities directly affected by climate change, meet parliamentarians, officials and a government minister working on the issue, and to meet other Christian Aid partner organisations. | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 5 | 2015-02-09-80ef1083-24847-0 |
4b81fd39674462f7c76e1cab9d4016e1f479b70a | (Registered 23 September 2014) | Overseas visits 80ef1083 | 2015-02-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 6 | 2015-02-09-80ef1083-24847-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");