home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2010-02-24-8f616a6e-10069-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
795e13b6a14e00b4504dfdabed44798fd5f54e4a Name of donor: Wellstream Holdings PLC; manufacture umbilicals for offshore industry. Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 0 2010-02-24-8f616a6e-10069-0
bb21fe5860aad1ba93c4caf780348d42d0f319f8 Address of donor: Wellstream House, Wincomblee Road, Walker Riverside, Newcastle upon Tyne NE6 3PF Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 1 2010-02-24-8f616a6e-10069-0
3b6e019ec624e35074f754b94499ea0534466613 Amount of donation or nature and value if donation in kind: Sponsorship of the Newcastle East Parliamentary Labour Party Christmas Dinner to the value of £5104.35 Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 2 2010-02-24-8f616a6e-10069-0
a8792906dd04f646200887b1c2a6b24d61a61961 Donor status: Company Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 3 2010-02-24-8f616a6e-10069-0
4c2df4de873a47e62b19a74ea59a8cf96c43e3c6 Name of donor: Unite North East Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 5 2010-02-24-8f616a6e-10069-0
02c2537dd1aa3f2e9ee3230c72ed11cb54e5b93e Address of donor: Transport House, John Dobson Street, Newcastle upon Tyne, NE1 8TW Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 6 2010-02-24-8f616a6e-10069-0
c6abdc1fed51adcb59bca2c0e160a942a4f8a793 Amount of donation or nature and value if donation in kind: Bought two tables at the Newcastle East Parliamentary Labour Party Christmas Dinner at the cost of £2000. Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 7 2010-02-24-8f616a6e-10069-0
a6aa11b72b31ec4e4bfa171ccd900e7ccca243b4 Donor status: Trade union Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 8 2010-02-24-8f616a6e-10069-0
f4fcf323957d377a6ef271b4b961832f55025b39 (Registered 21 December 2009) Sponsorships 8f616a6e 2010-02-24 Nick Brown uk.org.publicwhip/member/1730 Nick Brown uk.org.publicwhip/person/10069 9 2010-02-24-8f616a6e-10069-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 122.784ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette