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 = "2013-06-10-84642823-11791-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
e005899bf719a62f1777decfaa4ed9deca2d8397 Name of donor: Land Rover Ltd Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 0 2013-06-10-84642823-11791-0
27103c0c07354a830f0d9f928c1aca0bd33d24cc Address of donor: Banbury Rd, Gaydon, CV35 0RR Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 1 2013-06-10-84642823-11791-0
af90174e917113b339133af8c001ee435cb91c2b Amount of donation or nature and value if donation in kind: 3 day loan, with a value of £790, of Jaguar XKR from 20 to 23 July 2012 Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 2 2013-06-10-84642823-11791-0
9ae54c7bda3299c63a76ce669ebbf895ec9fa1e9 Date of receipt of donation: 20 July 2012 Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 3 2013-06-10-84642823-11791-0
7f23744b7c114df13de8271520649bedc4a82154 Date of acceptance of donation: 20 July 2012 Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 4 2013-06-10-84642823-11791-0
69844acba3ca6b56f9e79b0cbecfa0c3652ead93 Donor status: company, no 4019301 Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 5 2013-06-10-84642823-11791-0
faa14b1781b21e73ea5a6e548574bee05667b134 (Registered 17 August 2012) Gifts, benefits and hospitality (UK) 84642823 2013-06-10 Jeremy Wright uk.org.publicwhip/member/40339 Jeremy Wright uk.org.publicwhip/person/11791 6 2013-06-10-84642823-11791-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 8.51ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette