home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

7 rows where record_id = "2010-03-24-80ef1083-10505-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
58f961f6ce9b2dc55eb5fdc7aa40aea9b07d441b Name of donor: Conservative Africa Business Group (funded for this purpose by Eagle Scientific Ltd) Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 0 2010-03-24-80ef1083-10505-0
358167ea9cc270a6b07928395deaebed3b93194c Address of donor: Eagle Scientific Ltd, Regent House, Lenton Street, Sandiacre, Nottingham NG10 5DJ. Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 1 2010-03-24-80ef1083-10505-0
3d5310798bafb260f2119e6e818243e88dd774ec Amount of donation (or estimate of the probable value): £1572.95 (hotel for myself and my partner), and flights for myself. Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 2 2010-03-24-80ef1083-10505-0
113973e30bb27c3fd395caf4d39c61459e52ef41 Destination of visit: Ghana Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 3 2010-03-24-80ef1083-10505-0
03dfa4b9e1ceda7c85c211d79053ca2de8241bfe Date of visit: 16-19 November 2009 Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 4 2010-03-24-80ef1083-10505-0
e100518b986e4e65bbccf82cf990e209d11ee650 Purpose of visit: to hold meetings to help promote British business in Ghana Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 5 2010-03-24-80ef1083-10505-0
e2837509d397b6519e299bcd4fa5234dfb9d3bab (Registered 3 December 2009) Overseas visits 80ef1083 2010-03-24 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 6 2010-03-24-80ef1083-10505-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 146.724ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette