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-04-12-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
2878d69ef83bceab1b4c22626112fb078631b7bc Name of donor: Conservative Africa Business Group (funded for this purpose by Eagle Scientific Ltd) Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 0 2010-04-12-80ef1083-10505-0
c727e51cc0830d37f6bb6394a2f2e6634931b28d Address of donor: Eagle Scientific Ltd, Regent House, Lenton Street, Sandiacre, Nottingham NG10 5DJ. Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 1 2010-04-12-80ef1083-10505-0
586c169ca7bb434e244aff72d35b86685f6c3aee Amount of donation (or estimate of the probable value): £1572.95 (hotel and flights for myself and my partner). Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 2 2010-04-12-80ef1083-10505-0
4b7a7d6714ab2848a025b439e8b30f0bf1e350f8 Destination of visit: Ghana Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 3 2010-04-12-80ef1083-10505-0
2b06f7c4a0b18836e2f3e98cb7cb7d56da58eeb3 Date of visit: 16-19 November 2009 Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 4 2010-04-12-80ef1083-10505-0
e53469228edb7ff32d7a1e01f964701e82ba952d Purpose of visit: to hold meetings to help promote British business in Ghana Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 5 2010-04-12-80ef1083-10505-0
dc4823681800ca116ba73383074c0ec30274387d (Registered 3 December 2009) Overseas visits 80ef1083 2010-04-12 Laurence Robertson uk.org.publicwhip/member/1872 Laurence Robertson uk.org.publicwhip/person/10505 6 2010-04-12-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 99.563ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette