home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2005-01-28-ead1ca87-10023-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
9d0c13a2ea05faef033511dd091ebed4d0a3d08a Eden Research plc (non-executive), formerly XiMed PLC; pharmaceutical research and development. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 0 2005-01-28-ead1ca87-10023-0
cfdd6cceab70f656c7dd7bb720a34b84bd0d0f0c Transense Technologies PLC (non-executive); development of tyre monitoring technology. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 1 2005-01-28-ead1ca87-10023-0
8264c47bb206942a58eeb5450c5970351a508170 Angel Gate Limited (formerly AKMA Solutions International Ltd.) and subsidiary companies; property development refurbishment in the UK and overseas. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 2 2005-01-28-ead1ca87-10023-0
5bab0f413464a857dd7b6824b627484c5fa7b9b0 Chairman (non-executive), Red Eagle Resources PLC; investing in agriculture and natural resources in Sierra Leone. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 3 2005-01-28-ead1ca87-10023-0
75235e6c25e8ff74794581503fc9f2a8036ba964 Chairman (non-executive), 3DM Europe Ltd, a wholly owned subsidiary of 3DM PLC, an AIM-listed company; owners and promoters in Europe of US and other patents relating to plastics. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 4 2005-01-28-ead1ca87-10023-0
8ababdacdc5853446d2f7a2b8499809f569bf578 Chairman (non-executive), Angel Gate Aviation Ltd.; investment in the aviation industry, particularly in France with the ownership of Air Horizons SAS and Euralair International SAS. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 5 2005-01-28-ead1ca87-10023-0
bfa609f2ee5803e9291424a1285d2ca2ba494b99 Invicta Africa Limited (non-executive); providing venture capital for investment in Africa, initially in Somaliland. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 6 2005-01-28-ead1ca87-10023-0
d952607250ba4f42f56fb3acaeb1513342748864 Chairman (non-executive), Carbon Registry Services Ltd; company providing consultancy on carbon strategy, use of CDM credits and emission and provision of IT on emissions data management. Remunerated directorships ead1ca87 2005-01-28 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 7 2005-01-28-ead1ca87-10023-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 24.987ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette