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