2016 Real Property Asset Data
State of Oklahoma
@usgov.state_of_oklahoma_2016_real_property_asset_data
State of Oklahoma
@usgov.state_of_oklahoma_2016_real_property_asset_data
CREATE TABLE n_2016_omes_mineral_inventory_list (
"file" VARCHAR,
"pooled_or_unitized" VARCHAR,
"owner_agency" VARCHAR,
"active_expired" VARCHAR,
"county" VARCHAR,
"section" VARCHAR,
"township" VARCHAR,
"range" VARCHAR,
"tract" DOUBLE,
"legal_description" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"net_acres" VARCHAR,
"gross_acres" DOUBLE,
"original_lessee" VARCHAR,
"current_lessee" VARCHAR,
"lease" VARCHAR,
"royalty_interest" VARCHAR,
"well_name" VARCHAR,
"well_operator" VARCHAR,
"production_zone" VARCHAR,
"sale_or_approved_date" VARCHAR,
"end_or_expiration_date" VARCHAR,
"bonus" VARCHAR
);
CREATE TABLE n_2016_real_property_inventory_list (
"agency_no" VARCHAR,
"state_agency" VARCHAR,
"property_classification" VARCHAR,
"type_of_property" VARCHAR,
"name_of_building" VARCHAR,
"physical_address" VARCHAR,
"city" VARCHAR,
"county" VARCHAR,
"year_property_acquired" VARCHAR,
"purpose_building" VARCHAR,
"section" VARCHAR,
"township" VARCHAR,
"range" VARCHAR,
"legal_description" VARCHAR,
"square_feet_of_structure_number_only" DOUBLE,
"acres_associated_with_a_structure_number_only" DOUBLE,
"additional_description_of_size_space_text_and_number" VARCHAR,
"list_value" VARCHAR,
"additional_description_of_list_value" VARCHAR,
"n__of_property_being_utilized" DOUBLE,
"year_built" VARCHAR,
"occupancy_rate_of_the_building" DOUBLE,
"additional_description_of_occupancy_rate" VARCHAR,
"agency_employees_at_this_location_fte_number_only" VARCHAR,
"additional_description_of_fte" VARCHAR,
"n__occupied_by_the_state" DOUBLE,
"additional_description_of_occupied_by_state" VARCHAR,
"n__of_the_building_being_leased_or_subleased" VARCHAR,
"additional_description_building_leased_or_subleased" VARCHAR,
"usage_by_state_daily_weekly_monthly_building" VARCHAR,
"acres" VARCHAR,
"acres_used_by_state" VARCHAR,
"additional_description_of_acres_text_and_number" VARCHAR,
"purpose_land" VARCHAR,
"usage_by_state_daily_weekly_monthly_land" VARCHAR,
"n__of_acres_of_the_land_being_leased_or_subleased" VARCHAR,
"additional_description_land_leased_or_subleased" VARCHAR,
"vacant_square_footage" VARCHAR,
"listed_on_the_national_register_of_historic_places" VARCHAR,
"listed_with_the_national_trust_for_historic_preservation" VARCHAR,
"property_is_of_potential_historic_significance" VARCHAR,
"risk_mgmt" VARCHAR,
"agency_inventory_id" VARCHAR,
"location" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
CREATE TABLE n_2016_report_of_5_percent_most_underutilized_properties (
"agency_no" BIGINT,
"state_agency" VARCHAR,
"property_classification" VARCHAR,
"type_of_property" VARCHAR,
"name_of_building" VARCHAR,
"physical_address" VARCHAR,
"city" VARCHAR,
"county" VARCHAR,
"year_property_acquired" VARCHAR,
"purpose_building" VARCHAR,
"section" DOUBLE,
"township" VARCHAR,
"range" VARCHAR,
"legal_description" VARCHAR,
"square_feet_of_structure_number_only" DOUBLE,
"acres_associated_with_a_structure_number_only" DOUBLE,
"additional_description_of_size_space_text_and_number" VARCHAR,
"list_value" VARCHAR,
"additional_description_of_list_value" VARCHAR,
"n__of_property_being_utilized" BIGINT,
"year_built" VARCHAR,
"occupancy_rate_of_the_building" DOUBLE,
"additional_description_of_occupancy_rate" VARCHAR,
"state_employees_at_this_location_fte_number_only" DOUBLE,
"additional_description_of_fte" VARCHAR,
"n__occupied_by_the_state" DOUBLE,
"additional_description_of_occupied_by_state" VARCHAR,
"n__of_the_building_being_leased_or_subleased" DOUBLE,
"additional_description_building_leased_or_subleased" VARCHAR,
"usage_by_state_daily_weekly_monthly_building" VARCHAR,
"acres" DOUBLE,
"acres_used_by_state" DOUBLE,
"additional_description_of_acres_text_and_number" VARCHAR,
"purpose_land" VARCHAR,
"usage_by_state_daily_weekly_monthly_land" VARCHAR,
"n__of_acres_of_the_land_being_leased_or_subleased" VARCHAR,
"additional_description_land_leased_or_subleased" VARCHAR,
"vacant_square_footage" DOUBLE,
"listed_on_the_national_register_of_historic_places" VARCHAR,
"listed_with_the_national_trust_for_historic_preservation" VARCHAR,
"property_is_of_potential_historic_significance" VARCHAR,
"risk_mgmt" VARCHAR,
"agency_inventory_id" VARCHAR,
"estimated_value" VARCHAR,
"taxes" VARCHAR,
"location" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
CREATE TABLE n_2016_report_of_underutilized_properties (
"agency_no" DOUBLE,
"state_agency" VARCHAR,
"property_classification" VARCHAR,
"type_of_property" VARCHAR,
"name_of_building" VARCHAR,
"physical_address" VARCHAR,
"city" VARCHAR,
"county" VARCHAR,
"year_property_acquired" VARCHAR,
"purpose_building" VARCHAR,
"section" DOUBLE,
"township" VARCHAR,
"range" VARCHAR,
"legal_description" VARCHAR,
"square_feet_of_structure_number_only" DOUBLE,
"acres_associated_with_a_structure_number_only" DOUBLE,
"additional_description_of_size_space_text_and_number" VARCHAR,
"list_value" VARCHAR,
"additional_description_of_list_value" VARCHAR,
"n__of_property_being_utilized" DOUBLE,
"year_built" VARCHAR,
"occupancy_rate_of_the_building" DOUBLE,
"additional_description_of_occupancy_rate" VARCHAR,
"state_employees_at_this_location_fte_number_only" DOUBLE,
"additional_description_of_fte" VARCHAR,
"n__occupied_by_the_state" DOUBLE,
"additional_description_of_occupied_by_state" VARCHAR,
"n__of_the_building_being_leased_or_subleased" DOUBLE,
"additional_description_building_leased_or_subleased" VARCHAR,
"usage_by_state_daily_weekly_monthly_building" VARCHAR,
"acres" DOUBLE,
"acres_used_by_state" DOUBLE,
"additional_description_of_acres_text_and_number" VARCHAR,
"purpose_land" VARCHAR,
"usage_by_state_daily_weekly_monthly_land" VARCHAR,
"n__of_acres_of_the_land_being_leased_or_subleased" DOUBLE,
"additional_description_land_leased_or_subleased" VARCHAR,
"vacant_square_footage" VARCHAR,
"listed_on_the_national_register_of_historic_places" VARCHAR,
"listed_with_the_national_trust_for_historic_preservation" VARCHAR,
"property_is_of_potential_historic_significance" VARCHAR,
"risk_mgmt" VARCHAR,
"agency_inventory_id" VARCHAR,
"estimated_value" VARCHAR,
"location" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
CREATE TABLE n_2016_transportation_department_rights_of_way_inventory_list (
"state_agency" VARCHAR,
"property_classification" VARCHAR,
"type_of_property" VARCHAR,
"county" VARCHAR,
"subsection_id" VARCHAR,
"purpose" VARCHAR,
"route" VARCHAR,
"list_value" DOUBLE,
"n__of_property_being_utilized" BIGINT,
"acres_of_undeveloped_land" DOUBLE,
"acres_of_land_used_by_state" DOUBLE,
"usage_by_state" VARCHAR,
"beginning_point_of_latitude" DOUBLE,
"beginning_point_of_longitutde" DOUBLE
);
CREATE TABLE n_2016_turnpike_authority_rights_of_way_inventory_list (
"state_agency" VARCHAR,
"property_classification" VARCHAR,
"type_of_property" VARCHAR,
"turnpike" VARCHAR,
"county" VARCHAR,
"parcel_number" VARCHAR,
"purpose" VARCHAR,
"section" VARCHAR,
"township" VARCHAR,
"range" VARCHAR,
"n__of_property_being_utilized" BIGINT,
"acres_of_land_used_by_state" VARCHAR,
"usage_by_state" VARCHAR
);
Anyone who has the link will be able to view this.