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-09-80ef1083-24898-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
bd06ab405473649e23e42690e09b5c4982c0e6d9 Name of donor: UK Defence Forum Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 0 2015-02-09-80ef1083-24898-0
4caac410af81934298f670b7564f8d9fdc798279 Address of donor: Dobson House, Regent Centre, Newcastle upon Tyne NE3 3PF Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 1 2015-02-09-80ef1083-24898-0
c6b159089539e868e8f4253073b596aa22a43a86 Amount of donation (or estimate of the probable value): guidance, accommodation and subsistence at an estimated value of £815 Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 2 2015-02-09-80ef1083-24898-0
74d3a17a3244a9aff613548c21a761db63c2f26b Destination of visit: Belgium and France Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 3 2015-02-09-80ef1083-24898-0
5926fe70731e26e08276bc6ba65909fe70d757ef Date of visit: 3-6 July 2014 Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 4 2015-02-09-80ef1083-24898-0
3483585d0717f859ee91456086616ef0c0157d72 Purpose of visit: study tour of military cemeteries and battlefields. Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 5 2015-02-09-80ef1083-24898-0
5858ae801b46a29ea38039568159e9c43a9c51ff (Registered 22 July 2014) Overseas visits 80ef1083 2015-02-09 Oliver Colvile uk.org.publicwhip/member/40481 Oliver Colvile uk.org.publicwhip/person/24898 6 2015-02-09-80ef1083-24898-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 118.71ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette