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-02-23-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
4f6286e65703d2d97670cbb0858c035ef5d6c1de Name of donor: Catholic Bishops Conference of England and Wales Sponsorships 8f616a6e 2015-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 0 2015-02-23-8f616a6e-10454-1
94cd2827aaab3e179cc0e391da29ba3331a9b5f6 Address of donor: 39 Eccleston Sq, London SW1V 1BX Sponsorships 8f616a6e 2015-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 1 2015-02-23-8f616a6e-10454-1
09160b18f0545be8efa8683a4e25aed1658d1c54 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-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 2 2015-02-23-8f616a6e-10454-1
0e707d8dbd8cc5d666fc71b6a6adace7e503aa8b Date of receipt: 20 September 2012 Sponsorships 8f616a6e 2015-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 3 2015-02-23-8f616a6e-10454-1
ad9ab033e759be5530908c7e75c1723e63bb82a2 Date of acceptance: 3 October 2012 Sponsorships 8f616a6e 2015-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 4 2015-02-23-8f616a6e-10454-1
6c52748593bf10cb898cf2e5a97b22ad6c6b4723 Donor status: Registered charity Sponsorships 8f616a6e 2015-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 5 2015-02-23-8f616a6e-10454-1
e8e4084ec16e42bf185e07311173d30b17550b1a (Registered 21 November 2012) Sponsorships 8f616a6e 2015-02-23 Paul Murphy uk.org.publicwhip/member/40612 Paul Murphy uk.org.publicwhip/person/10454 6 2015-02-23-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 47.47ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette