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-10221-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
72e7441d31798b828ae5ea8fb65c002cf642f979 Name of donor: Australia Israel Cultural Exchange Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 0 2015-03-30-80ef1083-10221-0
47901042adf29b0e201c2aaa7860072ab42b66c0 Address of donor: Suite 836, 1 Queens Road, Melbourne VIC 3004, Australia Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 1 2015-03-30-80ef1083-10221-0
d2007e744de00cdbcf81ab2c136c0e1185995e52 Amount of donation (or estimate of the probable value): £1,586.56 Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 2 2015-03-30-80ef1083-10221-0
987b0034824c8e2ef33ed02d6f579b457cb84763 Destination of visit: Israel Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 3 2015-03-30-80ef1083-10221-0
60a122bae97ff8c8ca88247671ef2f93ca3f397d Date of visit: 25-29 July 2014 Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 4 2015-03-30-80ef1083-10221-0
e27b676305315a0e559ec0a6c2281773dfa3348b Purpose of visit: participation in the Australia Israel UK Leadership Dialogue. This included discussions on the Middle East peace process and security in the region. Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 5 2015-03-30-80ef1083-10221-0
e7c6ed60725b28e66ac486383fa289a8d6c0b68b (Registered 9 September 2014) Overseas visits 80ef1083 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 6 2015-03-30-80ef1083-10221-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 149.302ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette