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-04-11-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
e390b083be2087ff4a442e23856383a11b890578 Eden Research plc (non-executive), formerly XiMed PLC; pharmaceutical research and development. Remunerated directorships ead1ca87 2005-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 0 2005-04-11-ead1ca87-10023-0
5a1b18e5aec2a91fb99686fc489809a974d56ce5 Transense Technologies PLC (non-executive); development of tyre monitoring technology. Remunerated directorships ead1ca87 2005-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 1 2005-04-11-ead1ca87-10023-0
d2faa00b44176ff122b562616327ee6f39d989da Angel Gate Limited (formerly AKMA Solutions International Ltd.) and subsidiary companies; property development refurbishment in the UK and overseas. Remunerated directorships ead1ca87 2005-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 2 2005-04-11-ead1ca87-10023-0
e0c3f1cfcd7973a159861a402c6ab5182ecbb55f Chairman (non-executive), Red Eagle Resources PLC; investing in agriculture and natural resources in Sierra Leone. Remunerated directorships ead1ca87 2005-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 3 2005-04-11-ead1ca87-10023-0
8ebfa4f4104a2132860f8255d6f6628b6e6e2b93 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-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 4 2005-04-11-ead1ca87-10023-0
0bae2c003805315cfd99cb1bd1834e115c633c93 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-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 5 2005-04-11-ead1ca87-10023-0
e5978e7959b77e57f7a260b6cc093e7c05d97d50 Invicta Africa Limited (non-executive); providing venture capital for investment in Africa, initially in Somaliland. Remunerated directorships ead1ca87 2005-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 6 2005-04-11-ead1ca87-10023-0
2a78c7534f6cf80095fa0c4528aefed64c147be6 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-04-11 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 7 2005-04-11-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 97.894ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette