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-10013-4" 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
89727625b1a2b442af277409a43d154842b5e5c2 Name of donor: British-Turkish Tatlidil Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 0 2015-03-09-80ef1083-10013-4
30d4ac684baf5f63ce957189ca40814f4ab764c1 Address of donor: 48 Desning Hall Cottages, Higham, Suffolk IP28 6PB Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 1 2015-03-09-80ef1083-10013-4
67cfc35ef05f388266d46491286a84ec82e826dc Amount of donation (or estimate of the probably value): for myself and my wife, flights with a value of £493; hotel accommodation with a value of £500; food with a value of £1200; ground transport with a value of £233.35 ; total value of £2,426.35 Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 2 2015-03-09-80ef1083-10013-4
f64a76c4a06ab0168c4eea31f55f8bda615dce70 Destination of visit: Istanbul Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 3 2015-03-09-80ef1083-10013-4
aaefa5f0b97b0a720a1c4df4f7aac581a25917df Date of visit: 28-30 November 2014 Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 4 2015-03-09-80ef1083-10013-4
316a737eeef94439abe6012eaefce98be4c6ceb5 Purpose of visit:  to promote and further bi-lateral relations between Britain and Turkey at a high level. Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 5 2015-03-09-80ef1083-10013-4
ed1fff027386846516505dcf65c9189e0a0d6c88 (Registered 15 December 2014) Overseas visits 80ef1083 2015-03-09 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 6 2015-03-09-80ef1083-10013-4

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