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-01-26-7c43f5eb-10574-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
642c8edace686e78c3143801e244647ef38812a9 Name of donor: (1) Ardeshir Nagashineh, Chairman of Targetfollow PLC; (2) the Majlis , the Parliament of the Islamic Republic of Iran (Iran-United Kingdom Parliamentary Friendship Group) Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 0 2015-01-26-7c43f5eb-10574-0
6c84d9e35cc57f21d3d23b7639d009d8c138de07 Address of donor: (1) Targetfollow Group Ltd, Riverside House, 11/12 Riverside Road, Norwich NR1 1SQ; (2) Baherestan Square, Tehran, Iran Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 1 2015-01-26-7c43f5eb-10574-0
2444a44af654969a203b6f077195ab5924852fdb Amount of donation (or estimate of the probable value): (1) £373.84, being the balance of the return flights from London to Tehran (via Frankfurt), Business Class, 6 and 10 January 2014.  Total cost £1,623.84 – the remainder being met by a non-registrable source; (2) 4 nights hotel accommodation in Tehran at estimated cost of £392.84, plus meals and transport for 4 days at estimated cost of £300. Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 2 2015-01-26-7c43f5eb-10574-0
eb90253fb74346ee8daa688dc901170b1ffa3baa Destination of visit: Tehran, Iran Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 3 2015-01-26-7c43f5eb-10574-0
63d2518c0cf91c93acd88f421ad3a2f5a29b4600 Date of visit: 6-10 January 2014 Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 4 2015-01-26-7c43f5eb-10574-0
2b6251581bb8d3fd6453e9f4892945010990dab5 Purpose of visit: visit by the All-Party Parliamentary Group on Iran at the invitation of the Iran-UK Parliamentary Friendship Group of the Iranian Parliament. Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 5 2015-01-26-7c43f5eb-10574-0
e59b360c4fdda5affa471a610bb5d50df6d82c81 (Registered 19 January 2014) Overseas visits     7c43f5eb 2015-01-26 Jack Straw uk.org.publicwhip/member/40090 Jack Straw uk.org.publicwhip/person/10574 6 2015-01-26-7c43f5eb-10574-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 19.511ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette