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-30-80ef1083-10388-1" 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
973fcacd0cc291e72ab62996caf6208f772ce6a9 Name of donor: Labour Friends of Israel Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 0 2015-03-30-80ef1083-10388-1
81a19d6f96f31e50e55ca00cc239ca7a0d58a3a6 Address of donor: BM LFI, London WC1N 3XX Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 1 2015-03-30-80ef1083-10388-1
d2d4a10b0388689b5ba2f27335dd797198c3824e Amount of donation (or estimate of the probable value): travel and accommodation at a value of £1,400. In addition, some hospitality provided by the Palestinian Authority and the Israeli Ministry of Foreign Affairs. Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 2 2015-03-30-80ef1083-10388-1
11011fe8b0c5e505e38fa0afc56222bf50278d7c Destination of visit: Israel and the Palestinian territories. Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 3 2015-03-30-80ef1083-10388-1
95e9fbb02c27b3e31e33384d71abf98d5989fec2 Date of visit: 30 November – 4 December 2014 Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 4 2015-03-30-80ef1083-10388-1
2c5282eff966ed398615fa236b239176c8808d0a Purpose of visit: fact-finding visit, including meeting with Israeli and Palestinian politicians and community representatives. Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 5 2015-03-30-80ef1083-10388-1
2c6af8488f9ebcb5b29c71ae609edb4875fe6f6e (Registered 12 January 2015) Overseas visits 80ef1083 2015-03-30 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 6 2015-03-30-80ef1083-10388-1

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