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-80ef1083-10119-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
e8adda9fde1893fd5e671ddfd57e1ea5f22cd8b1 Name of donor:  (1) Mr Maurice Bennett (2) Communist Party of China Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 0 2015-02-23-80ef1083-10119-0
8061fecb0a5d9bacdf5f1443d5166d9b9ce0a5df Address of donor:  (1) private ; (2)  4 Fuxing Road, Beijing, 100860 Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 1 2015-02-23-80ef1083-10119-0
5462dce58cab7718e3e93c1eedf4644b2a0c4b45 Amount of donation (or estimate of the probable value): (1) international flights costing £1,575; (2) internal flights, food, travel and accommodation with a value of £1,250 Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 2 2015-02-23-80ef1083-10119-0
fb36cce6cc9690162716813f050bbd6710fd32a2 Destination of visit: China Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 3 2015-02-23-80ef1083-10119-0
4af39f6cb1cfa0be585700d4ef900809392b91d8 Date of visit: 12-19 April 2014 Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 4 2015-02-23-80ef1083-10119-0
a91cc20908dc76ac8f3e95ca9275b8ef3cf13b9d Purpose of visit:   to discuss Sino-British relations Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 5 2015-02-23-80ef1083-10119-0
a976eebc50d1b585d220356eeb0da2765362cfeb (Registered 6 May 2014) Overseas visits 80ef1083 2015-02-23 Geoffrey Clifton-Brown uk.org.publicwhip/member/40603 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 6 2015-02-23-80ef1083-10119-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 36.843ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette