home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where member_id = "uk.org.publicwhip/member/841" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
d54c5221bbbdc2d0399c77bff26563516c60f0fd 28 June-1 July 2004, to Tel Aviv with intention of participating in a 'Women to Women' conference in Gaza City. Air fare paid by the Palestinian Authority. (Registered 14 July 2004) Overseas visits 80ef1083 2005-04-11 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2005-04-11-80ef1083-10156-0
44b16dbc0593d4ed26dbcb3e1a6ede707d5b799a Joint ownership with my husband of a flat in Bristol. Land and Property 4f1e6359 2005-04-11 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2005-04-11-4f1e6359-10156-0
d8e4199a6103beb180379983b2c86bf9ed79f996 28 June-1 July 2004, to Tel Aviv with intention of participating in a Women to Women' conference in Gaza City. Air fare paid by the Palestinian Authority. (Registered 14 July 2004) Overseas visits 80ef1083 2005-01-28 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2005-01-28-80ef1083-10156-0
d650ec340250675dfc9484648d22ab8ab2318d5c Joint ownership with my husband of a flat in Bristol. Land and Property 4f1e6359 2005-01-28 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2005-01-28-4f1e6359-10156-0
e0fa195f5b351fef2f10e3df009be7100342f59f 28 June-1 July 2004, to Tel Aviv with intention of participating in a 'Women to Women' conference in Gaza City. Air fare paid by the Palestinian Authority. (Registered 14 July 2004) Overseas visits 80ef1083 2004-12-03 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2004-12-03-80ef1083-10156-0
7fbf249473d8330af6007863af1258b65783df45 28 June-1 July 2004, to Tel Aviv with intention of participating in a 'Women to Women' conference in Gaza City. Air fare paid by the Palestinian Authority. (Registered 14 July 2004) Overseas visits 80ef1083 2004-10-22 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2004-10-22-80ef1083-10156-0
1339b161eac1838243086993be204057b342fd50 28 June-1 July 2004, to Tel Aviv with intention of participating in a 'Women to Women' conference in Gaza City. Air fare paid by the Palestinian Authority. (Registered 14 July 2004) Overseas visits 80ef1083 2004-09-08 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2004-09-08-80ef1083-10156-0
14febe215359e299e6b6d6229cbbb5f3073aaeab 28 June-1 July 2004, to Tel Aviv with intention of participating in a 'Women to Women' conference in Gaza City. Air fare paid by the Palestinian Authority. (Registered 14 July 2004) Overseas visits 80ef1083 2004-07-16 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2004-07-16-80ef1083-10156-0
9c7746bc09493cc7fde85f10f6bb1c2da6ccf174 Member of the National Union of Teachers. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Valerie Davey uk.org.publicwhip/member/841 Valerie Davey uk.org.publicwhip/person/10156 0 2002-05-14-265f2269-10156-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 62.055ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette