items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-24847-1" 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 |
---|---|---|---|---|---|---|---|
9bc8dce8f2060b85004dd62dacdd26f475cb0396 | Name of donor: World Wide Fund for Nature (WWF) | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 0 | 2015-03-09-80ef1083-24847-1 |
54a967a8446579f567897ca682960fd11588a3dc | Address of donor: The Living Planet Centre, Rufford House, Brewery Road, Woking GU21 4LL | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 1 | 2015-03-09-80ef1083-24847-1 |
ce2d3dc173228a553a4046cda42bad641e1c7973 | Amount of donation (or estimate of the probable value): travel and accommodation at a value of £1,818.60 | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 2 | 2015-03-09-80ef1083-24847-1 |
e90c16734e833510bb94f0fbb0da90fe64769112 | Destination of visit: Pakistan | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 3 | 2015-03-09-80ef1083-24847-1 |
c8281262c4bda2c07f7d386beeac6341e1a5ade4 | Date of visit: 19-25 October 2014 | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 4 | 2015-03-09-80ef1083-24847-1 |
4130527bfcb94fe6f0712e2626fdb3e4d1d6ea3a | Purpose of visit: to visit climate change projects in Pakistan. | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 5 | 2015-03-09-80ef1083-24847-1 |
d45008a9e329bb644d50ad54a5d7c70925629ff9 | (Registered 19 November 2014) | Overseas visits 80ef1083 | 2015-03-09 | Gavin Shuker uk.org.publicwhip/member/40380 | Gavin Shuker uk.org.publicwhip/person/24847 | 6 | 2015-03-09-80ef1083-24847-1 |
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");