items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-13736-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 |
|---|---|---|---|---|---|---|---|
| 531b002326081143a6c59dd877fb7d0f7cde8998 | Name of donor: Anglo American Real Property Institute | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 0 | 2015-03-30-80ef1083-13736-1 |
| 94309ac9d0cc15de1be79fb5600ea1875e1cfa3b | Address of donor: 1225 17th Street, Suite 2300, Denver, Colorado 80202-5596.1, USA | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 1 | 2015-03-30-80ef1083-13736-1 |
| 2a263e131ce37f26f871a6df81d5c236519d7ba3 | Amount of donation (or estimate of the probable value): flights, accommodation, meetings and meals; cost £2,323.08 | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 2 | 2015-03-30-80ef1083-13736-1 |
| 45e21dda998f476c3a6784e6de634d149f556984 | Destination of visit: Budapest, Hungary | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 3 | 2015-03-30-80ef1083-13736-1 |
| ef3581f2d5d4370126844aa7ffb63bc972499c5b | Date of visit: 11-15 September 2014 | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 4 | 2015-03-30-80ef1083-13736-1 |
| 8885ba245ad5a0d5a1f5bdea5e8faaa644333432 | Purpose of visit: to attend the AGM of the Anglo American Real Property Institute (AARP). | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 5 | 2015-03-30-80ef1083-13736-1 |
| 8479c1fd1d88a3c36d5c1289984b60050ec8ad2d | (Registered 8 October 2014; updated 19 March 2015) | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 6 | 2015-03-30-80ef1083-13736-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");