{
  "@context": {
    "@vocab": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "qudt": "http://qudt.org/schema/qudt/",
    "quantitykind": "http://qudt.org/vocab/quantitykind/",
    "unit": "http://qudt.org/vocab/unit/",
    "xsd": "http://www.w3.org/2001/XMLSchema",
    "extendedConstraintProperty": "http://codata.org/vocab/extendedConstraintProperty",
    "sdmx": "https://sdmx.org"
  },
  "@type": "Dataset",
  "@id": "https://gdsc.idsc.miami.edu/detail/mdc_parcels_camp",
  "includedInDataCatalog": [
    {
      "@type": "DataCatalog",
      "@id": "https://gdsc.idsc.miami.edu",
      "name": "Geospatial Digital Special Collections",
      "url": "https://gdsc.idsc.miami.edu"
    },
    {
      "@type": "DataCatalog",
      "name": "climate-and-equity-mapping-program",
      "@id": "https://gdsc.idsc.miami.edu/?collection=climate-and-equity-mapping-program",
      "url": "https://gdsc.idsc.miami.edu/?collection=climate-and-equity-mapping-program"
    }
  ],
  "name": "Miami-Dade Parcels Augmented for CAMP",
  "creator": [
    {
      "name": "Office for Civic and Community Engagement, University of Miami"
    },
    {
      "name": "Institute for Data Science and Computing"
    }
  ],
  "provider": [
    {
      "@type": "Organization",
      "name": "University of Miami Institute for Data Science and Computing"
    }
  ],
  "license": "Open Data Commons Attribution License (ODC-By): http://opendatacommons.org/licenses/by/1.0/",
  "spatialCoverage": [
    {
      "@id": "https://www.geonames.org/4164238",
      "@type": "Place",
      "name": "Miami-Dade County"
    },
    {
      "@type": "Place",
      "name": "bbox",
      "geo": {
        "@type": "GeoShape",
        "polygon": "-80.8738950999944 25.1374650123961 -80.8738950999944 25.97948245004 -80.1182967730473 25.97948245004 -80.1182967730473 25.1374650123961 -80.8738950999944 25.1374650123961"
      }
    }
  ],
  "type": "Vector Dataset",
  "datePublished": "2024-06-05",
  "description": "A polygon feature class of property boundaries in Miami-Dade county sourced from the Miami-Dade Open Data Portal and then augmented with elevation data, flood zone data, qualified opportunity zone boolean, water overlap as boolean, managed areas (parks), intersections with major roads, and both county and municipal zoning information. All of the augmentation is based on spatial joines. Please see the ETL and provenance documentation for more information.",
  "keywords": [
    "Miami-Dade County",
    "property",
    "elevation",
    "flood zones",
    "municipal zoning",
    "county zoning",
    "qualified opportunity zones",
    "land use",
    "DOR codes"
  ],
  "@language": "en",
  "measurementTechnique": [
    {
      "@type": "DefinedTerm",
      "description": "GIS Data Structure for Representation",
      "inDefinedTermSet": {
        "@type": "DefinedTermSet",
        "name": "dataRepresentation",
        "hasDefinedTerm": [
          {
            "@type": "DefinedTerm",
            "termCode": "raster"
          },
          {
            "@type": "DefinedTerm",
            "termCode": "vector"
          },
          {
            "@type": "DefinedTerm",
            "termCode": "table"
          }
        ]
      },
      "termCode": "vector"
    },
    {
      "@type": "DefinedTerm",
      "description": "GIS Vector Geometery",
      "inDefinedTermSet": {
        "@type": "DefinedTermSet",
        "name": "vectorGeometry",
        "hasDefinedTerm": [
          {
            "@type": "DefinedTerm",
            "termCode": "point"
          },
          {
            "@type": "DefinedTerm",
            "termCode": "line"
          },
          {
            "@type": "DefinedTerm",
            "termCode": "polygon"
          }
        ]
      },
      "termCode": "multipolygon"
    }
  ],
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "propertyID": "http://dbpedia.org/resource/Spatial_reference_system",
      "value": "https://epsg.io/4326"
    }
  ],
  "about": [
    {
      "@type": "Event",
      "description": "Miami-Dade parcel data with additional attribute fields based on key column and spatinal joins, see ETL documentation",
      "name": "ETL process for Miami-Dade Parcels Augmented for CAMP",
      "potentialAction": {
        "@type": "Action",
        "name": "Pseudo Code",
        "description": "TODO",
        "result": {
          "@type": "Dataset",
          "encodingFormat": "shp",
          "url": "https://gdsc.idsc.miami.edu/download/data/mdc_parcels_camp/?file=mdc_parcels_camp&format=shp"
        }
      }
    },
    {
      "@type": "Event",
      "description": "Miami-Dade parcel data with additional attribute fields based on key column and spatinal joins, see ETL documentation",
      "name": "ETL process for Miami-Dade Parcels Augmented for CAMP",
      "potentialAction": {
        "@type": "Action",
        "name": "join",
        "description": "Custom ETL process for Miami-Dade Parcels Augmented for CAMP",
        "object": {
          "@type": "Dataset",
          "name": "Miami-Dade parcel data with additional attribute fields based on key column and spatinal joins, see ETL documentation",
          "producer": "Office for Civic and Community Engagement, University of Miami"
        },
        "instrument": {
          "@type": "SoftwareApplication",
          "@id": "https://github.com/Geospatial-Digital-Special-Collections/tools",
          "featureList": "column;mdc_cce_land_exclude_dor_codes;dor_code_cur;exclude;varchar column;mdc_cce_land_parcel_filters;folio;exclude;varchar;folio;include;varchar intersects;mdc_major_roads;streetid;mdc_road_id;numeric;class;mdc_road_type;varchar intersects;mdc_streets;streetid;mdc_street_id;numeric;class;mdc_street_type;varchar column;mdc_cce_land_exclude_water;folio;exclude;varchar within;mdc_urban_growth_boundary;objectid;mdc_urban_growth_boundary;numeric intersects;mdc_municipal_park_boundaries;name;exclude;varchar intersects;mdc_county_park_boundaries;name;exclude;varchar intersects;mdc_2026_flma;maname;exclude;varchar column;mdc_unincorporated_zone_desc;mdc_county_zone/zone;mdc_building_density/density;numeric",
          "downloadUrl": "https://github.com/Geospatial-Digital-Special-Collections/tools.git"
        },
        "result": {
          "@type": "Dataset",
          "name": "Miami-Dade Parcels Augmented for CAMP",
          "description": "A polygon feature class of property boundaries in Miami-Dade county sourced from the Miami-Dade Open Data Portal and then augmented with elevation data, flood zone data, qualified opportunity zone boolean, water overlap as boolean, managed areas (parks), intersections with major roads, and both county and municipal zoning information. All of the augmentation is based on spatial joines. Please see the ETL and provenance documentation for more information.",
          "encodingFormat": "shp",
          "url": "https://gdsc.idsc.miami.edu/download/data/mdc_parcels_camp/?file=mdc_parcels_camp&format=shp"
        }
      }
    }
  ],
  "variableMeasured": [
    {
      "@type": "PropertyValue",
      "name": "objectid",
      "description": "Internal feature number",
      "qudt:dataType": "int4",
      "minValue": "1",
      "maxValue": "594833"
    },
    {
      "@type": "PropertyValue",
      "name": "ogc_fid",
      "description": "Unique identifier",
      "qudt:dataType": "int4",
      "minValue": "1",
      "maxValue": "594833"
    },
    {
      "@type": "PropertyValue",
      "name": "pid",
      "description": "Property unique identifier",
      "qudt:dataType": "int4",
      "minValue": "1",
      "maxValue": "725357"
    },
    {
      "@type": "PropertyValue",
      "name": "folio",
      "description": "Folio identifier",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "ttrrss",
      "description": "Township-range-section",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "x_coord",
      "description": "X-coordinate",
      "qudt:dataType": "float8",
      "minValue": "698060.1",
      "maxValue": "945703.4"
    },
    {
      "@type": "PropertyValue",
      "name": "y_coord",
      "description": "Y-coordinate",
      "qudt:dataType": "float8",
      "minValue": "293562.2",
      "maxValue": "597579.5"
    },
    {
      "@type": "PropertyValue",
      "name": "true_site_addr",
      "description": "Site address",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_site_unit",
      "description": " Site unit",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_site_city",
      "description": "Site city",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_site_zip_code",
      "description": "Site zipcode",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_addr1",
      "description": "True mailing address 1",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_addr2",
      "description": "True mailing address 2",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_addr3",
      "description": "True mailing address 3",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_city",
      "description": "True mailing city",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_state",
      "description": "True mailing state",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_zip_code",
      "description": "True mailing zipcode",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_mailing_country",
      "description": "True mailing country",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_owner1",
      "description": "Owner's name 1",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_owner2",
      "description": "Owner's name 2",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "true_owner3",
      "description": "Owner's name 3",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "condo_flag",
      "description": "Condo flag",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "parent_folio",
      "description": "Parent folio identifier",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "dor_code_cur",
      "description": "Current DOR (Department of Revenue) Code that idenitifies the land use",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "dor_desc",
      "description": "Department of Revenue classification description",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "subdivision",
      "description": "Subdivision",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "bedroom_count",
      "description": " Number of bedrooms",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "2135"
    },
    {
      "@type": "PropertyValue",
      "name": "bathroom_count",
      "description": "Number of bathrooms",
      "qudt:dataType": "float8",
      "minValue": "0",
      "maxValue": "2066"
    },
    {
      "@type": "PropertyValue",
      "name": "half_bathroom_count",
      "description": "Number of half bathrooms",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "564"
    },
    {
      "@type": "PropertyValue",
      "name": "floor_count",
      "description": "Number of floors",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "81"
    },
    {
      "@type": "PropertyValue",
      "name": "unit_count",
      "description": "Number of units",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "4620"
    },
    {
      "@type": "PropertyValue",
      "name": "building_actual_area",
      "description": "Actual area of building",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "4683205"
    },
    {
      "@type": "PropertyValue",
      "name": "building_heated_area",
      "description": "Heated area of building",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "4668683"
    },
    {
      "@type": "PropertyValue",
      "name": "lot_size",
      "description": "Land Lot Size - in Square Feet",
      "qudt:dataType": "float8",
      "minValue": "0",
      "maxValue": "1306987743.6"
    },
    {
      "@type": "PropertyValue",
      "name": "year_built",
      "description": "Year built",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "9999"
    },
    {
      "@type": "PropertyValue",
      "name": "assessment_year_cur",
      "description": "Current assessment year",
      "qudt:dataType": "int4",
      "minValue": "2026",
      "maxValue": "2026"
    },
    {
      "@type": "PropertyValue",
      "name": "assessed_val_cur",
      "description": "Current assessed value",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "dos_1",
      "description": "Date of sale",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "price_1",
      "description": "Price of sale",
      "qudt:dataType": "int4",
      "minValue": "0",
      "maxValue": "516600000"
    },
    {
      "@type": "PropertyValue",
      "name": "legal",
      "description": "Legal representation",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "shape_area",
      "description": " area of polygon",
      "qudt:dataType": "float8",
      "minValue": "0.3203125",
      "maxValue": "118010483.111328"
    },
    {
      "@type": "PropertyValue",
      "name": "shape_length",
      "description": " length of polygon",
      "qudt:dataType": "float8",
      "minValue": "6.44563739633361",
      "maxValue": "100383.879560254"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_county_zone",
      "description": "County zone from mdc_county_zones provided by Miami-Dade County",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_county_zone_desc",
      "description": "County zone description from mdc_county_zones provided by Miami-Dade county",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_municipal_zone",
      "description": "Municipal zone from mdc_municipal_zones provided by Miami-Dade county",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_municipal_zone_desc",
      "description": "Municipal zone description from mdc_municipal_zones provided by Miami-Dade county",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "fema_flood_zone",
      "description": "flood zones from mdc_flood_hazard",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_qualified_opportunity_zones",
      "description": "Whether or not qualifed opportunity zones are within parcels",
      "qudt:dataType": "bool"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_neighborhood_name",
      "description": "Miami-Dade County neighborhood name",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_municipal_boundary_name",
      "description": "Miami-Dade County municipal name",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "com_neighborhood_name",
      "description": "City of Miami neighborhood name",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "cce_land_use",
      "description": "Land use designations from the UM Office of Community and Civic Engagement based on the Department of Revenue Codes (DOR)",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "elevation",
      "description": "Elevation above mean sea level of area",
      "qudt:dataType": "numeric",
      "minValue": "-19.57",
      "maxValue": "204.74"
    },
    {
      "@type": "PropertyValue",
      "name": "exclude",
      "description": "Exclude categories from the Center for Community Engagement",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "include",
      "description": "Include categories from the Center for Community Engagement",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_road_id",
      "description": "Street id provided by Miami-Dade county major roads only",
      "qudt:dataType": "numeric",
      "minValue": "1108.00",
      "maxValue": "301207.00"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_road_type",
      "description": "Street typeprovided by Miami-Dade county major roads only",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_street_id",
      "description": "Street id provided by Miami-Dade county",
      "qudt:dataType": "numeric",
      "minValue": "6.00",
      "maxValue": "301276.00"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_street_type",
      "description": "Street type",
      "qudt:dataType": "varchar"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_urban_growth_boundary",
      "description": "Boolean within MDC Urban Growth Boundary",
      "qudt:dataType": "numeric",
      "minValue": "1.00",
      "maxValue": "1.00"
    },
    {
      "@type": "PropertyValue",
      "name": "mdc_building_density",
      "description": "Maximum allowed number of units on parcel from MDC unincorporated zoning",
      "qudt:dataType": "numeric",
      "minValue": "0.23",
      "maxValue": "250.00"
    }
  ],
  "distribution": [
    "https://gdsc.idsc.miami.edu/download/data/mdc_parcels_camp/?file=mdc_parcels_camp&format=shp"
  ],
  "isBasedOn": [
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_parcels_cce_vector_tiles",
      "@type": "Dataset",
      "name": "mdc_parcels_cce_vector_tiles",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_parcels_cce_vector_tiles"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_cce_land_exclude_dor_codes",
      "@type": "Dataset",
      "name": "mdc_cce_land_exclude_dor_codes",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_cce_land_exclude_dor_codes"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_cce_land_parcel_filters",
      "@type": "Dataset",
      "name": "mdc_cce_land_parcel_filters",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_cce_land_parcel_filters"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_major_roads",
      "@type": "Dataset",
      "name": "mdc_major_roads",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_major_roads"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_streets",
      "@type": "Dataset",
      "name": "mdc_streets",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_streets"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_cce_land_exclude_water",
      "@type": "Dataset",
      "name": "mdc_cce_land_exclude_water",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_cce_land_exclude_water"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_urban_growth_boundary",
      "@type": "Dataset",
      "name": "mdc_urban_growth_boundary",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_urban_growth_boundary"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_municipal_park_boundaries",
      "@type": "Dataset",
      "name": "mdc_municipal_park_boundaries",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_municipal_park_boundaries"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_county_park_boundaries",
      "@type": "Dataset",
      "name": "mdc_county_park_boundaries",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_county_park_boundaries"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_2026_flma",
      "@type": "Dataset",
      "name": "mdc_2026_flma",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_2026_flma"
    },
    {
      "@id": "https://gdsc.idsc.miami.edu/details/mdc_unincorporated_zone_desc",
      "@type": "Dataset",
      "name": "mdc_unincorporated_zone_desc",
      "url": "https://gdsc.idsc.miami.edu/details/mdc_unincorporated_zone_desc"
    }
  ],
  "dateModified": "2024-01-19",
  "version": "2026-05-20"
}
