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-30-84642823-10251-1" 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
ee046078634a99fb0f3ae696973d416c416ad16b Name of donor: The Travellers Club Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 0 2015-03-30-84642823-10251-1
f2e27094e03ef5692b8d07ca7a98346ae598c716 Address of donor: 106 Pall Mall, London SW1Y 5EP. Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 1 2015-03-30-84642823-10251-1
999f1d2672183d570c3bcbd5d9e9f2c95752e2da Amount of donation or nature and value if donation in kind: honorary membership of the club (value: £1,440 per year for 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 2 2015-03-30-84642823-10251-1
d1bbdb30da8c66c2c8b53e183fe98dff9f5424fe Date of first receipt of donation: 12 July 2010 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 3 2015-03-30-84642823-10251-1
7d01581cfee7c46219e6608e92645d2b096486d8 Date of acceptance of donation: 12 July 2010 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 4 2015-03-30-84642823-10251-1
a7304b92a30467a13c35a4feb8f687c3b1204941 Donor status: unincorporated association Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 5 2015-03-30-84642823-10251-1
c62f29c13a77b6e15f41c5abad7d04a5d54f8b53 (Registered 4 August 2010; updated 17 April 2013, updated 28 April 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 William Hague uk.org.publicwhip/member/40499 William Hague uk.org.publicwhip/person/10251 6 2015-03-30-84642823-10251-1

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 28.684ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette