items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
11 rows where member_id = "uk.org.publicwhip/member/1182" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| ada150fc71236d512b730c701fa3378d1a2023b8 | 5-7 November 2004, to Spain to participate in the annual British-Spanish Tertulias, accompanied by my wife. Our flights and accommodation were paid for by the Tertulias organisation. (Registered 6 January 2005) | Overseas visits 80ef1083 | 2005-04-11 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2005-04-11-80ef1083-10498-0 |
| 22c50787abd740fd8741533d43fbffd00e3fd7d8 | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2005-04-11 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2005-04-11-4f1e6359-10498-0 |
| f2a7c2473595b62fdcc95682f3d466b235bb9b60 | 5-7 November 2004, to Spain to participate in the annual British-Spanish Tertulias, accompanied by my wife. Our flights and accommodation were paid for by the Tertulias organisation. (Registered 6 January 2005) | Overseas visits 80ef1083 | 2005-01-28 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2005-01-28-80ef1083-10498-0 |
| fa54a9a798f87b29de51177ee0791d72f2654cb6 | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2005-01-28 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2005-01-28-4f1e6359-10498-0 |
| d9b3d9e7a8b9b283ad5e9d273f9cdba03ea98101 | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2004-12-03 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2004-12-03-4f1e6359-10498-0 |
| 01e7aba3fd43b97b9481baf29a9f8d46d8730475 | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2004-10-22 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2004-10-22-4f1e6359-10498-0 |
| aed64d51303c520aa5f520af98c76a91ba7f65a8 | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2004-09-08 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2004-09-08-4f1e6359-10498-0 |
| 0ffd9540525ff20b465e0f78a9369dfc295693bd | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2004-07-16 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2004-07-16-4f1e6359-10498-0 |
| b9e209000dc95413ab8d7cf10dfb9b87f697badb | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2004-05-21 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2004-05-21-4f1e6359-10498-0 |
| 3c5632dd52dcd589ba67779b66cb3364a54719ba | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2004-01-31 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2004-01-31-4f1e6359-10498-0 |
| 7efd5b3eed703e343260a87a6b84487a7cd793ba | Two-bedroomed flat in Greenwich, from which rental income is received. | Land and Property 4f1e6359 | 2003-12-04 | Nick Raynsford uk.org.publicwhip/member/1182 | Nick Raynsford uk.org.publicwhip/person/10498 | 0 | 2003-12-04-4f1e6359-10498-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");