Bristol City Council Land And Building Assets
Bristol City Council
@ukgov.bristol_city_council_land_and_building_assets_2014
Bristol City Council
@ukgov.bristol_city_council_land_and_building_assets_2014
CREATE TABLE bristol_city_council_land_and_building_assets (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"effective_date" TIMESTAMP,
"uprn" DOUBLE,
"property_id" BIGINT,
"property_type" VARCHAR,
"property_name" VARCHAR,
"property_name_address_where_no_uprn" VARCHAR,
"street_number" DOUBLE,
"secondary_address_detail" VARCHAR,
"street" VARCHAR,
"town_post_town" VARCHAR,
"postcode" VARCHAR,
"non_postal_address" VARCHAR,
"ward" VARCHAR,
"geo_x_easting" DOUBLE,
"geo_y_northing" DOUBLE,
"tenure_type" VARCHAR,
"ground_lease_in" VARCHAR,
"ground_lease_out" VARCHAR,
"lease_in_to_council" VARCHAR,
"lease_out" VARCHAR,
"licence_in_to_council" VARCHAR,
"licence_out" VARCHAR,
"sub_lease_in_to_council" VARCHAR,
"sub_lease_out" VARCHAR,
"vacant" VARCHAR,
"holding_type" VARCHAR,
"building_size_gia_m2" DOUBLE,
"site_area_hectares" DOUBLE,
"purpose_asset_category" VARCHAR,
"occupied_by_council_direct_service_property" VARCHAR
);
CREATE TABLE land_and_building_assets_2019 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"effective_date" TIMESTAMP,
"uprn" DOUBLE,
"property_id" BIGINT,
"property_type" VARCHAR,
"property_name" VARCHAR,
"property_name_address_where_no_uprn" VARCHAR,
"street_number" DOUBLE,
"secondary_address_detail" VARCHAR,
"street" VARCHAR,
"town_post_town" VARCHAR,
"post_code" VARCHAR,
"non_postal_address" VARCHAR,
"ward" VARCHAR,
"geo_x_easting" DOUBLE,
"geo_y_northing" DOUBLE,
"tenure_type" VARCHAR,
"ground_lease_in" VARCHAR,
"ground_lease_out" VARCHAR,
"lease_in_to_council" VARCHAR,
"lease_out" VARCHAR,
"licence_in_to_council" VARCHAR,
"licence_out" VARCHAR,
"sub_lease_in_to_council" VARCHAR,
"sub_lease_out" VARCHAR,
"vacant" VARCHAR,
"asset_type" VARCHAR,
"building_size_gia_m2" DOUBLE,
"site_area_hectares" DOUBLE,
"occupied_by_council_direct_service_property" VARCHAR,
"purpose_asset_category" VARCHAR
);
CREATE TABLE land_and_property_assets_2020 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"effective_date" TIMESTAMP,
"uprn" DOUBLE,
"property_id" BIGINT,
"property_type" VARCHAR,
"property_name" VARCHAR,
"property_name_address_where_no_uprn" VARCHAR,
"street_number" DOUBLE,
"secondary_address_detail" VARCHAR,
"street" VARCHAR,
"town_post_town" VARCHAR,
"post_code" VARCHAR,
"non_postal_address" VARCHAR,
"ward" VARCHAR,
"geo_x_easting" BIGINT,
"geo_y_northing" BIGINT,
"tenure_type" VARCHAR,
"ground_lease_in" VARCHAR,
"ground_lease_out" VARCHAR,
"lease_in_to_council" VARCHAR,
"lease_out" VARCHAR,
"licence_in_to_council" VARCHAR,
"licence_out" VARCHAR,
"sub_lease_in_to_council" VARCHAR,
"sub_lease_out" VARCHAR,
"vacant" VARCHAR,
"asset_type" VARCHAR,
"building_size_gia_m2" DOUBLE,
"site_area_hectares" DOUBLE,
"occupied_by_council_direct_service_property" VARCHAR,
"purpose_asset_category" VARCHAR
);
CREATE TABLE land_and_property_assets_2021 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"effective_date" TIMESTAMP,
"uprn" DOUBLE,
"property_id" BIGINT,
"property_type" VARCHAR,
"property_name" VARCHAR,
"property_name_address_where_no_uprn" VARCHAR,
"secondary_address_detail" VARCHAR,
"street_number" DOUBLE,
"street" VARCHAR,
"town_post_town" VARCHAR,
"post_code" VARCHAR,
"non_postal_address" VARCHAR,
"ward" VARCHAR,
"geo_x_easting" BIGINT,
"geo_y_northing" BIGINT,
"tenure_type" VARCHAR,
"ground_lease_in" VARCHAR,
"ground_lease_out" VARCHAR,
"lease_in_to_council" VARCHAR,
"lease_out" VARCHAR,
"licence_in_to_council" VARCHAR,
"licence_out" VARCHAR,
"sub_lease_in_to_council" VARCHAR,
"sub_lease_out" VARCHAR,
"vacant" VARCHAR,
"asset_type" VARCHAR,
"building_size_gia_m2" DOUBLE,
"site_area_hectares" DOUBLE,
"occupied_by_council_direct_service_property" VARCHAR,
"purpose_asset_category" VARCHAR
);
Anyone who has the link will be able to view this.