items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-02-03-80ef1083-10468-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 |
|---|---|---|---|---|---|---|---|
| 1137f321e74ba742287ef3357d751bdd4f1dbcdc | Name of donor: (1) The Population Institute (2) APPG on Population development and reproductive health | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 0 | 2014-02-03-80ef1083-10468-0 |
| 74030d56e9f7c5de9651abdf45727de9485906ec | Address of donor: 107 2nd Street, DC 20002 | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 1 | 2014-02-03-80ef1083-10468-0 |
| 7d8e3f70d0b6bea4c30bb415c5a1c2acac1e130b | Amount of donation (or estimate of the probable value): (1) £1,612 (2) £1,500 | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 2 | 2014-02-03-80ef1083-10468-0 |
| 0670ce9e465a0a231fd8c8a228d856717486e3b7 | Destination of visit: Washington DC | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 3 | 2014-02-03-80ef1083-10468-0 |
| 1044c25f7b4b9230dc059a1e2b9ef4df45e543b2 | Date of visit: 15-16 January 2013 | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 4 | 2014-02-03-80ef1083-10468-0 |
| 182944ac6c746097c978d51eb5db73bff36bd53a | Purpose of visit: To receive a reward from the Institute | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 5 | 2014-02-03-80ef1083-10468-0 |
| 1a73369f96d264b01e7cac33f450ec08566da5af | (Registered 24 January 2013) | Overseas visits 80ef1083 | 2014-02-03 | Richard Ottaway uk.org.publicwhip/member/40192 | Richard Ottaway uk.org.publicwhip/person/10468 | 6 | 2014-02-03-80ef1083-10468-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");