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 = "2014-07-14-80ef1083-10089-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
319029260207b8310b37f5f85ae07c09ad71e6d6 Name of donor: Taipei Representative Office Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 0 2014-07-14-80ef1083-10089-0
c03f6f2a81504b98dfbfbd4b68d64e8659290f08 Address of donor: 50 Grosvenor Gardens, London SW1W 0EB Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 1 2014-07-14-80ef1083-10089-0
da4f4a4a684da73cb2f00763ef2c14319d38e644 Amount of donation (or estimate of the probable value): flights, accommodation, food and travel within the country with a total value of £3,810 Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 2 2014-07-14-80ef1083-10089-0
a6acf857fd7d1c76100a7d7d47d2c4a2f1c25eab Destination of visit: Taiwan Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 3 2014-07-14-80ef1083-10089-0
42865efc31d1499442a8b6cc1a748a2537def615 Date of visit: 2-9 September 2013 Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 4 2014-07-14-80ef1083-10089-0
0bbbfe570df1bba749f3aa830fe56e9ca9ea0d09 Purpose of visit: As a member of the All Party Light Rail Group as part of our enquiry into the growth and regeneration potential of light rail, meeting with politicians, officials and industry experts to discuss Light Rail. Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 5 2014-07-14-80ef1083-10089-0
90b7793ab2ed8af441b9bf76a31b8c9db1eae57b (Registered 10 October 2013) Overseas visits 80ef1083 2014-07-14 Ronnie Campbell uk.org.publicwhip/member/40096 Ronnie Campbell uk.org.publicwhip/person/10089 6 2014-07-14-80ef1083-10089-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 10.496ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette