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 record_id = "2003-12-04-4f1e6359-11032-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
ae39b2eea1a326400fdb6f2fcbf9b72e1567fde1 Residential property with licence for head of office to occupy in North Walsham, Norfolk. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 0 2003-12-04-4f1e6359-11032-0
1d0e623087c1729ad0d3e4e05b8c3fe784dc7256 Commercial leasehold property (shared freehold ownership) in Diss, Norfolk, from which rental income is received. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 1 2003-12-04-4f1e6359-11032-0
a9b8185af1b5edf185c63986152520c18765567c Commercial leasehold property (shared freehold ownership) in Eye, Suffolk, from which rental income is received. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 2 2003-12-04-4f1e6359-11032-0
a672be1554d0d24e87ea60dc220e986a3b498b4b I am listed as one of the lessees of the following properties, which are all offices associated with Steele and Co.: Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 3 2003-12-04-4f1e6359-11032-0
c6afe7faa1c48a48af61243fb645c3a9f71e1465 Commercial leasehold property in Norwich. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 4 2003-12-04-4f1e6359-11032-0
829bf3fb562fa58d200305039c29dbdb4bb8bdc0 Commercial leasehold property in Keswick, near Norwich. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 5 2003-12-04-4f1e6359-11032-0
89506dd2f9b1873ea1a509e6b4ae18017f1a8eef Commercial leasehold property in Vauxhall,London. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 6 2003-12-04-4f1e6359-11032-0
b0b81d3f4263e548a5f03f8544b1275272279963 Commercial leasehold premises in Eye, Suffolk. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 7 2003-12-04-4f1e6359-11032-0
a58de7257e36d4ed15be30111c0f9e61683cefcd Commercial leasehold premises in Diss, Norfolk. Land and Property 4f1e6359 2003-12-04 Norman Lamb uk.org.publicwhip/member/1032 Norman Lamb uk.org.publicwhip/person/11032 8 2003-12-04-4f1e6359-11032-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 126.865ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette