items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2003-12-04-80ef1083-10541-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 |
|---|---|---|---|---|---|---|---|
| d1c2ae8871a79128360587687df0356d8a4b223d | 9-11 February 2003, to Athens for a series of anti-war meetings. I was the guest of the Synaspisinos Party who paid for my flight and accommodation. (Registered 24 February 2003) | Overseas visits 80ef1083 | 2003-12-04 | Alan Simpson uk.org.publicwhip/member/1226 | Alan Simpson uk.org.publicwhip/person/10541 | 0 | 2003-12-04-80ef1083-10541-0 |
| 82b506c4e4d1acd4ded2f6efae8c49f5a935d680 | 21-24 February 2003, to Canada and USA as part of a 'citizens' weapons inspectorate' attempting to access US chemical and biological weapons facilities. Flights and accommodation costs paid for by 'Rooting out Evil', a Canadian coalition of peace groups. (Registered 24 February 2003) | Overseas visits 80ef1083 | 2003-12-04 | Alan Simpson uk.org.publicwhip/member/1226 | Alan Simpson uk.org.publicwhip/person/10541 | 1 | 2003-12-04-80ef1083-10541-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");