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 = "2014-10-27-84642823-10648-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
dd09642148e62332b5cec2eaec221d26137d37d9 Name of donor: Grand Central Railway Company Ltd Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 0 2014-10-27-84642823-10648-0
251ba5a0798ca902cb9913a5419a95fbecf151e6 Address of donor: River House, 17 Museum Street, York YO1 7DJ Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 1 2014-10-27-84642823-10648-0
dec844d78a0cf3f65c303e839b0049f6e3666219 Amount of donation or nature and value if donation in kind: Complimentary first class pass valid for travel on Grand Central services, expired 31 December 2011. The estimated value of the pass was £1,000. I used the card on two occasions in December 2011 to the value of £160. Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 2 2014-10-27-84642823-10648-0
96467fc6d6d97d26c59af34d3c20dd8444af524f Date of receipt of donation: June 2010 Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 3 2014-10-27-84642823-10648-0
9b90169452f4f7d99caa5bf9113a73707092efdc Date of acceptance of donation: June 2010 Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 4 2014-10-27-84642823-10648-0
cc60e28dfd41da8d4dc30994bcbf7dde3b9634b2 Donor status: company, registration 03979826 Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 5 2014-10-27-84642823-10648-0
b155b2301914271bcaa8258fb69dc0b6aae4572d (Registered 28 February 2011) Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 6 2014-10-27-84642823-10648-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 14.448ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette