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-03-21-80ef1083-11443-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
5e091fb5b48d19890e7f88f69046281a5de6c945 Name of donor: Majlis As Shura, Shura Council of the Kingdom of Saudi Arabia Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 0 2014-03-21-80ef1083-11443-0
9f9810e1f48fed95dfabd3234a8199c8e51efd6b Address of donor: c/o Embassy of Saudi Arabia, 30 Charles Street, London W1J 5DZ Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 1 2014-03-21-80ef1083-11443-0
8e6c50a936cdf9604258841944f3bee17efe572f Amount of donation (or estimate of the probable value): flights, food, transport and accommodation; total value £5,749.19 Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 2 2014-03-21-80ef1083-11443-0
e8ebd4e8b1be7d2f4485e0deeae489f0c409b8b7 Destination of visit: Saudi Arabia Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 3 2014-03-21-80ef1083-11443-0
f41a827174729879eaa9b1d591f6e01159e281f0 Date of visit: 10-14 March 2013 Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 4 2014-03-21-80ef1083-11443-0
09bdba197475792494371c292a0c93e13111dbf6 Purpose of visit: visit organized by Conservative Middle East Council to meet with representatives of the Government in Saudi Arabia and British representatives Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 5 2014-03-21-80ef1083-11443-0
1ed110a2f5ba1bc7dea62199ed437d12aef4594d (Registered 27 March 2013) Overseas visits 80ef1083 2014-03-21 Brooks Newmark uk.org.publicwhip/member/40111 Brooks Newmark uk.org.publicwhip/person/11443 6 2014-03-21-80ef1083-11443-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 72.258ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette