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-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
33417ad1d5df9a1129e6f83e058ac287c686f3bc Name of donor: NFL UK Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 0 2015-02-23-84642823-11915-0
6fcecc711ba5eeb50a71722dd2ad21acd00a19d4 Address of donor: Ramillies Buildings, 1-9 Hills Pl, London W1F 7SA Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 1 2015-02-23-84642823-11915-0
0fc5e2e3ac10877f844e2615f20d6168a2204b2a 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-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 2 2015-02-23-84642823-11915-0
acd848ce6eb945d9e05113ff78cc832e619ead4f Date of receipt of donation: 28 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 3 2015-02-23-84642823-11915-0
9a61f60b6c2e7b56be76af209d0fa69601a7ad35 Date of acceptance of donation: 28 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 4 2015-02-23-84642823-11915-0
135e6b6b6a107dca1bd814b3dffee7adc896ccd9 Donor status: company, registration 02777555 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 5 2015-02-23-84642823-11915-0
f253bd39c78b97f0535202aedfe3cf785bcdb3aa (Registered 13 October 2014; updated 11 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 6 2015-02-23-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 51.41ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette