home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

5 rows where record_id = "2000-11-10-80ef1083-10058-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
4a62c7028447ccac8a741dc425f66d54f9aa1d38 12-14 March 1999, to Cadenabbia, Italy, to attend conference paid for by the Konrad Adenauer Stiftung. (Registered 15 March 1999) Overseas visits 80ef1083 2000-11-10 Virginia Bottomley uk.org.publicwhip/member/58 Virginia Bottomley uk.org.publicwhip/person/10058 0 2000-11-10-80ef1083-10058-0
409005322009c48e2a30434945cd7064c3ed8c1c 17-23 April 1999, to the Republic of Korea for the annual meeting of the Britain-Korea Forum for the Future. My air travel and hotel costs were met by the UK-Korea Forum. (Registered 27 April 1999) Overseas visits 80ef1083 2000-11-10 Virginia Bottomley uk.org.publicwhip/member/58 Virginia Bottomley uk.org.publicwhip/person/10058 1 2000-11-10-80ef1083-10058-0
45e2636ef89b931919e75c28778208aa124b3f9f 23-28 May 1999, to Moscow, to attend May Seminar at the Moscow School of Political Studies, who funded my accommodation. (Registered 28 June 1999) Overseas visits 80ef1083 2000-11-10 Virginia Bottomley uk.org.publicwhip/member/58 Virginia Bottomley uk.org.publicwhip/person/10058 2 2000-11-10-80ef1083-10058-0
339d5635633a0722d9acfdf71e8579a34fe2f489 21 June 1999, to Madrid, to present a paper at an International Seminar entitled 'Rational Management of Human Resources in European Healthcare'. The Economist paid my travel expenses and fee; it was also sponsored by SmithKline Beecham. (Registered 28 June 1999) Overseas visits 80ef1083 2000-11-10 Virginia Bottomley uk.org.publicwhip/member/58 Virginia Bottomley uk.org.publicwhip/person/10058 3 2000-11-10-80ef1083-10058-0
224afc714e1a1cacec0e531423a76e1bfe12a0dc 20-22 September 1999, to Hungary to address an International Health Conference. Fare and honorarium were paid by the Association of International Pharmaceutical Manufacturers - Hungary. (Registered 6 October 1999) Overseas visits 80ef1083 2000-11-10 Virginia Bottomley uk.org.publicwhip/member/58 Virginia Bottomley uk.org.publicwhip/person/10058 4 2000-11-10-80ef1083-10058-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 58.739ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette