items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-13736-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 |
---|---|---|---|---|---|---|---|
b2e73e280e1b5329f9fae23294032d9ca64a317f | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 0 | 2015-03-09-80ef1083-13736-0 |
4f122089a34f9b9e66abc88eed31398f3f279ceb | Address of donor: 150 Strand, London, WC2R 1JA | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 1 | 2015-03-09-80ef1083-13736-0 |
67e619a21af17fd9d56695685626876594926637 | Amount of donation (or estimate of the probable value): flights, accommodation and meals; cost £980 | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 2 | 2015-03-09-80ef1083-13736-0 |
92dce47d08c8268bb54561791ea3fc2c4aabd65c | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 3 | 2015-03-09-80ef1083-13736-0 |
375b92d3ba67dbed9c295f46d003b53b84864c7d | Date of visit: 8-11 September 2014 | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 4 | 2015-03-09-80ef1083-13736-0 |
389a073e9b8a0ec3f54149c64ce7d92ccdb063ef | Purpose of visit: to attend National Day Celebrations. | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 5 | 2015-03-09-80ef1083-13736-0 |
f4694bbeedd3def9e6ad8a43dd552a9f3938c25e | (Registered 8 October 2014) | Overseas visits 80ef1083 | 2015-03-09 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 6 | 2015-03-09-80ef1083-13736-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");