items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2005-04-11-80ef1083-10001-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 |
|---|---|---|---|---|---|---|---|
| 981907c537695d024ac2a0f107d599703f35c120 | 23-27 April 2004, to Philadelphia for speaking engagement. Flights and accommodation paid for by the Philadelphia branch of the National Congress of Black Women. (Registered 25 May 2004) | Overseas visits 80ef1083 | 2005-04-11 | Diane Abbott uk.org.publicwhip/member/687 | Diane Abbott uk.org.publicwhip/person/10001 | 0 | 2005-04-11-80ef1083-10001-0 |
| df514ea007382925f84c9ea06d8d5a1021f242be | 26 June-2 July 2004, to Botswana at the invitation of the Botswana Government, as part of an all-party visit to investigate issues of interest to the UK in Botswana. All travel, accommodation and subsistence was paid for by the Botswana Government. (Registered 23 July 2004) | Overseas visits 80ef1083 | 2005-04-11 | Diane Abbott uk.org.publicwhip/member/687 | Diane Abbott uk.org.publicwhip/person/10001 | 1 | 2005-04-11-80ef1083-10001-0 |
| 0167caed2d93b8e58d237e15c922f2a7a2db0b10 | 407 November 2004, to St Kitts-Nevis as a participant in the 9 th Annual Caribbean Multi-National Business Conference. Return travel and four nights' accommodation paid for by Carib News publications, New York, USA. (Registered 12 November 2004) | Overseas visits 80ef1083 | 2005-04-11 | Diane Abbott uk.org.publicwhip/member/687 | Diane Abbott uk.org.publicwhip/person/10001 | 2 | 2005-04-11-80ef1083-10001-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");