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-03-09-84642823-11915-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
e2912de6b01c80ecaee3676e8640164d17757db2 Name of donor: NFL UK Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 0 2015-03-09-84642823-11915-0
80f244f8691dc0e49f48fa510c3a1b6e509007db Address of donor: Ramillies Buildings, 1-9 Hills Pl, London W1F 7SA Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 1 2015-03-09-84642823-11915-0
d35d663876cd008296b20407f0d70f71b3c9773e Amount of donation or nature and value if donation in kind: hospitality at the NFL International Series Game at Wembley Stadium for me and a guest, total value £878 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 2 2015-03-09-84642823-11915-0
0c049dc3e2aa3a68c1448947a33d8504f28349db Date of receipt of donation: 28 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 3 2015-03-09-84642823-11915-0
228f2c64392dc61e7cca3eb03c5de48aee1bf40a Date of acceptance of donation: 28 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 4 2015-03-09-84642823-11915-0
d7ab5d5ff15c31e46a01a4a034122ca4bcaa3405 Donor status: company, registration 02777555 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 5 2015-03-09-84642823-11915-0
ed418cc56468c833778339456c666d61fb791616 (Registered 13 October 2014; updated 11 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 6 2015-03-09-84642823-11915-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 41.903ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette