items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where person_id = "uk.org.publicwhip/person/10033" and sort_order = 3 sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
51adb4f8d6903f1100991dc99971c4c5b9f250c0 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2005-04-11 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2005-04-11-4f1e6359-10033-0 |
decac4ab1f68c18a3f6866056a6cd9c6b3ee4c31 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2005-01-28 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2005-01-28-4f1e6359-10033-0 |
756d999eba73818914ca7a2623fc455356705a8d | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2004-12-03 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2004-12-03-4f1e6359-10033-0 |
3144a09b06bf6a6bef0e4939d91a04d05d5ce652 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2004-10-22 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2004-10-22-4f1e6359-10033-0 |
e519ba28af53ce6e25871501b277513e697e4573 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2004-09-08 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2004-09-08-4f1e6359-10033-0 |
db7891df1582dcdb56724fb1ec16a66b90127bb3 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2004-07-16 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2004-07-16-4f1e6359-10033-0 |
58e65f879d04dcba9885f50f96ab90b062304e3c | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2004-05-21 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2004-05-21-4f1e6359-10033-0 |
ddef164a242be2df0391f96b18160360c4804791 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2004-01-31 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2004-01-31-4f1e6359-10033-0 |
c67fff09181756c7894d821af64baa83329561b6 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2003-12-04 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2003-12-04-4f1e6359-10033-0 |
eafaab0e571aa6c4c0375c3ff58628609489c844 | Part ownership of land and property at Inver Road, Larne, Co. Antrim. | Land and Property 4f1e6359 | 2002-11-26 | Roy Beggs uk.org.publicwhip/member/723 | Roy Beggs uk.org.publicwhip/person/10033 | 3 | 2002-11-26-4f1e6359-10033-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");