Land And Building Assets
Lincolnshire County Council
@ukgov.land_and_building_assets3
Lincolnshire County Council
@ukgov.land_and_building_assets3
CREATE TABLE table_1 (
"dataset_id_dsid" BIGINT,
"dataset_name" VARCHAR,
"field" VARCHAR,
"type" VARCHAR,
"mandatory_or_optional_requirement_mor" VARCHAR,
"field_description" VARCHAR,
"schema" VARCHAR,
"lcc_mapping" VARCHAR,
"schema_comments" VARCHAR,
"schema_data_rules_comment" VARCHAR,
"formatreference" VARCHAR,
"example" VARCHAR
);
CREATE TABLE land_and_building_assets (
"organisationname" VARCHAR,
"organisationcode" VARCHAR,
"publisheddate" TIMESTAMP,
"latestdata" BOOLEAN,
"durationfrom" TIMESTAMP,
"durationto" TIMESTAMP,
"uniquepropertyreferencenumber" VARCHAR,
"uniqueassetidentity" VARCHAR,
"propertyname" VARCHAR,
"propertynumber" VARCHAR,
"streetname" VARCHAR,
"locality" VARCHAR,
"posttown" VARCHAR,
"postcode" VARCHAR,
"coordinatereferencesystem" VARCHAR,
"geox" BIGINT,
"geoy" BIGINT,
"geopointlicensingurl" VARCHAR,
"attribution" VARCHAR,
"tenuretype" VARCHAR,
"registered" VARCHAR,
"sizebuilding" DOUBLE,
"sizeland" DOUBLE,
"purpose" VARCHAR,
"committee" VARCHAR,
"listedgrade" VARCHAR,
"conservationarea" VARCHAR,
"ancientmonument" VARCHAR
);
Anyone who has the link will be able to view this.