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 = "2013-12-09-80ef1083-10468-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
9bfb440245af29a7fbc4a84562c8865214118654 Name of donor: (1) The Population Institute (2) APPG on Population development and reproductive health Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 0 2013-12-09-80ef1083-10468-0
4137a14f1f6f36472160e7db896e19d40b6ea28e Address of donor: 107 2nd Street, DC 20002 Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 1 2013-12-09-80ef1083-10468-0
a55ebcfbab4d4212917f0f2c6dd3ba6f082f72d3 Amount of donation (or estimate of the probable value): (1) £1,612 (2) £1,500 Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 2 2013-12-09-80ef1083-10468-0
6eebc613d12f67da0cce3e55ae42008eca5c9f01 Destination of visit: Washington DC Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 3 2013-12-09-80ef1083-10468-0
40d615c360986db9ed170bf089c3bdedff38b8bd Date of visit: 15-16 January 2013 Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 4 2013-12-09-80ef1083-10468-0
891eec1030e2dc36572436d46601874bed9cc0dd Purpose of visit: To receive a reward from the Institute Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 5 2013-12-09-80ef1083-10468-0
9ae08df0eef24b2e885145bf12982bf730414444 (Registered 24 January 2013) Overseas visits 80ef1083 2013-12-09 Richard Ottaway uk.org.publicwhip/member/40192 Richard Ottaway uk.org.publicwhip/person/10468 6 2013-12-09-80ef1083-10468-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 101.102ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette