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-06-84642823-10103-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
fe7fc2bc1efd25e068bc93513cbad097edeef547 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 0 2015-01-06-84642823-10103-0
57afa188d648dd426d5f11c0aaf6157c7d1aa896 Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 1 2015-01-06-84642823-10103-0
dd38593329cd1e15bde538a2a8b3ac5185f0acf7 Amount of donation or nature and value if donation in kind: two tickets to Chelsea Flower Show, including hospitality; total value £1,404 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 2 2015-01-06-84642823-10103-0
34b9fd4ac80e486d8c5f91c438e300ea131b4f9b Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 3 2015-01-06-84642823-10103-0
bce5de312963979a2fc3a0d240e5825b19caff90 Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 4 2015-01-06-84642823-10103-0
5ddd30691e7eb0cac264bd29d6f667f73fe28a87 Donor status: company, registration 1501573 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 5 2015-01-06-84642823-10103-0
de28f01da29fcced9508a911dc8e1d962b585ec5 (Registered 4 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 6 2015-01-06-84642823-10103-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 74.424ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette