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 = "2015-01-26-8f616a6e-10454-1" 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
969d7a82504ed1ca386227706ba1869add140fca Name of donor: Catholic Bishops Conference of England and Wales Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 0 2015-01-26-8f616a6e-10454-1
2aab73b178cf66f57982eecc40fa8573ca90eef0 Address of donor: 39 Eccleston Sq, London SW1V 1BX Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 1 2015-01-26-8f616a6e-10454-1
21923fcb1433e8c014020ce8611072717182ca7b Amount of donation or nature and value if donation in kind: An educational allowance of £4,884 and accommodation will be provided for an intern in my parliamentary office for 10 months: October 2012–July 2013 Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 2 2015-01-26-8f616a6e-10454-1
8784bbb4068ead934eef55f29e35352dd09c6753 Date of receipt: 20 September 2012 Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 3 2015-01-26-8f616a6e-10454-1
e51eefe466f5772db43fdb5da93d03fcff3d573d Date of acceptance: 3 October 2012 Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 4 2015-01-26-8f616a6e-10454-1
d5e1d94c28a787db1f055c0551f05c98716d9163 Donor status: Registered charity Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 5 2015-01-26-8f616a6e-10454-1
42ad1996d760b4a1b07f0663573a4442303b43b4 (Registered 21 November 2012) Sponsorships 8f616a6e 2015-01-26 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 6 2015-01-26-8f616a6e-10454-1

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 205.12ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette