items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where item = "Flat in London from which rental income is received." and member_id = "uk.org.publicwhip/member/932" 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 |
---|---|---|---|---|---|---|---|
3ff7872f4f3988478088bc2fb3a5374aa0a223d5 | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2004-12-03 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2004-12-03-4f1e6359-10253-0 |
bb0e7d30c4fcc5bf9e9a3ceb3412666432a78a1b | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2004-10-22 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2004-10-22-4f1e6359-10253-0 |
1f555f9246eb9cef380cc80fda0cbfaf941e8cb3 | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2004-09-08 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2004-09-08-4f1e6359-10253-0 |
938da5ebcd6b4dc109d3d9b72b4d5c69f93f57a7 | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2004-07-16 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2004-07-16-4f1e6359-10253-0 |
9d8f1fbe1cc09d770e34840148db90972564643a | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2004-05-21 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2004-05-21-4f1e6359-10253-0 |
d5f4495fdd8b83174e2c2303159ea10f8a750450 | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2004-01-31 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2004-01-31-4f1e6359-10253-0 |
7aedecf27876e7615cba08d372e6884aafeeedae | Flat in London from which rental income is received. | Land and Property 4f1e6359 | 2003-12-04 | Mike Hall uk.org.publicwhip/member/932 | Mike Hall uk.org.publicwhip/person/10253 | 0 | 2003-12-04-4f1e6359-10253-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");