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-09-80ef1083-11946-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
2ecc64fc792e7189176f537d4818a8b7effbc355 Name of donor: Government of Macedonia (Ministry of Defence) Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 0 2015-03-09-80ef1083-11946-0
a7321aed18397e1336e8f52bf11aa8700d4620d6 Address of donor: Ministry of Defence, Skopje, Macedonia Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 1 2015-03-09-80ef1083-11946-0
e74338f2dca2a86bdb36de165a7fcfa0cc587fed Amount of donation (or estimate of the probable value): costs of visit estimated at £1,500-£2,000 Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 2 2015-03-09-80ef1083-11946-0
16c7a8b5046c8a7e275e5611e1a20e743ade44e5 Destination of visit: Macedonia Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 3 2015-03-09-80ef1083-11946-0
2336018ea37c158735d96faf790275fda3aff422 Date of visit: 6-9 October 2014 Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 4 2015-03-09-80ef1083-11946-0
35a2e2599889df7aec5d40a3b14b03e06ef02f8e Purpose of visit: to meet President, Prime Minister and Defence Minister to discuss Macedonia’s support of NATO operations and ongoing UN military commitments. Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 5 2015-03-09-80ef1083-11946-0
4e8e52dda2013d3b02072a408e71678b9e3ae9f6 (Registered 28 October 2014) Overseas visits 80ef1083 2015-03-09 Mark Pritchard uk.org.publicwhip/member/40604 Mark Pritchard uk.org.publicwhip/person/11946 6 2015-03-09-80ef1083-11946-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 16.84ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette