items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2012-06-11-80ef1083-10005-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 |
---|---|---|---|---|---|---|---|
8068f7213af37664a42e2b21e529a53ae53abb95 | Name of donor: State of Qatar | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 0 | 2012-06-11-80ef1083-10005-0 |
c5266d8a4e6b4a53f3c5abaaf9c61befb3a7f894 | Address of donor: Embassy of the State of Qatar, 1 South Audley Street, London W1K 1NB | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 1 | 2012-06-11-80ef1083-10005-0 |
2927ef20bc3babebc41000f0e8473826bf500043 | Amount of donation (or estimate of the probable value): approximately £4,500 for air travel and 4 nights’ accommodation | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 2 | 2012-06-11-80ef1083-10005-0 |
885b25819652e9b0848bb90b0ddf0ecaed2e3b77 | Destination of visit: Doha, Qatar | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 3 | 2012-06-11-80ef1083-10005-0 |
73d6017a0489dc01265ec5d3fa71e5739cac3575 | Date of visit: 8-12 May 2011 | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 4 | 2012-06-11-80ef1083-10005-0 |
e64fcc4b8c64dc16d56f43844362e32be2aadcb3 | Purpose of visit: to attend the Doha Forum on Democracy, Development and Free Trade | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 5 | 2012-06-11-80ef1083-10005-0 |
7086aec75a319a1cc93530ac98f32ba757ebf362 | (Registered 8 June 2011) | Overseas visits 80ef1083 | 2012-06-11 | Bob Ainsworth uk.org.publicwhip/member/40185 | Bob Ainsworth uk.org.publicwhip/person/10005 | 6 | 2012-06-11-80ef1083-10005-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");