Cip Service Linked Data Wqp Structure

linked_data_wqp schema from CIP-service Indexing API

Type: object Properties: 41
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

linked_data_wqp is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 41 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

source_joinkey organizationidentifier organizationformalname monitoringlocationidentifier monitoringlocationname monitoringlocationtypename monitoringlocationdescription huceightdigitcode drainageareameasure_measureval drainageareameasure_measureunt contributingdrainageareameasva contributingdrainageareameasun latitudemeasure longitudemeasure sourcemapscalenumeric horizontalaccuracymeasureval horizontalaccuracymeasureunit horizontalcollectionmethodname horizontalcoordinatereferences verticalmeasure_measurevalue verticalmeasure_measureunit verticalaccuracymeasurevalue verticalaccuracymeasureunit verticalcollectionmethodname verticalcoordinatereferencesys countrycode statecode countycode aquifername formationtypetext aquifertypename constructiondatetext welldepthmeasure_measurevalue welldepthmeasure_measureunit wellholedepthmeasure_measureva wellholedepthmeasure_measureun providername nearest_cip_network_distancekm nearest_cip_network_flowtimeday nearest_rad_network_distancekm nearest_rad_network_flowtimeday

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-linked-data-wqp-structure.json",
  "name": "linked_data_wqp",
  "description": "linked_data_wqp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "source_joinkey": {
      "type": "string",
      "example": "string"
    },
    "organizationidentifier": {
      "type": "string",
      "example": "12345"
    },
    "organizationformalname": {
      "type": "string",
      "example": "EPA Facility"
    },
    "monitoringlocationidentifier": {
      "type": "string",
      "example": "12345"
    },
    "monitoringlocationname": {
      "type": "string",
      "example": "EPA Facility"
    },
    "monitoringlocationtypename": {
      "type": "string",
      "example": "EPA Facility"
    },
    "monitoringlocationdescription": {
      "type": "string",
      "example": "string"
    },
    "huceightdigitcode": {
      "type": "string",
      "example": "string"
    },
    "drainageareameasure_measureval": {
      "type": "double",
      "example": 0.0
    },
    "drainageareameasure_measureunt": {
      "type": "string",
      "example": "string"
    },
    "contributingdrainageareameasva": {
      "type": "string",
      "example": "string"
    },
    "contributingdrainageareameasun": {
      "type": "string",
      "example": "string"
    },
    "latitudemeasure": {
      "type": "double",
      "example": 35.5
    },
    "longitudemeasure": {
      "type": "double",
      "example": -78.0
    },
    "sourcemapscalenumeric": {
      "type": "double",
      "example": 0.0
    },
    "horizontalaccuracymeasureval": {
      "type": "string",
      "example": "string"
    },
    "horizontalaccuracymeasureunit": {
      "type": "string",
      "example": "string"
    },
    "horizontalcollectionmethodname": {
      "type": "string",
      "example": "EPA Facility"
    },
    "horizontalcoordinatereferences": {
      "type": "string",
      "example": "string"
    },
    "verticalmeasure_measurevalue": {
      "type": "string",
      "example": "string"
    },
    "verticalmeasure_measureunit": {
      "type": "string",
      "example": "string"
    },
    "verticalaccuracymeasurevalue": {
      "type": "string",
      "example": "string"
    },
    "verticalaccuracymeasureunit": {
      "type": "string",
      "example": "string"
    },
    "verticalcollectionmethodname": {
      "type": "string",
      "example": "EPA Facility"
    },
    "verticalcoordinatereferencesys": {
      "type": "string",
      "example": "string"
    },
    "countrycode": {
      "type": "string",
      "example": "string"
    },
    "statecode": {
      "type": "string",
      "example": "NC"
    },
    "countycode": {
      "type": "string",
      "example": "037"
    },
    "aquifername": {
      "type": "string",
      "example": "EPA Facility"
    },
    "formationtypetext": {
      "type": "string",
      "example": "string"
    },
    "aquifertypename": {
      "type": "string",
      "example": "EPA Facility"
    },
    "constructiondatetext": {
      "type": "string",
      "example": "string"
    },
    "welldepthmeasure_measurevalue": {
      "type": "string",
      "example": "string"
    },
    "welldepthmeasure_measureunit": {
      "type": "string",
      "example": "string"
    },
    "wellholedepthmeasure_measureva": {
      "type": "string",
      "example": "string"
    },
    "wellholedepthmeasure_measureun": {
      "type": "string",
      "example": "string"
    },
    "providername": {
      "type": "string",
      "example": "EPA Facility"
    },
    "nearest_cip_network_distancekm": {
      "type": "double",
      "example": 0.0
    },
    "nearest_cip_network_flowtimeday": {
      "type": "double",
      "example": 0.0
    },
    "nearest_rad_network_distancekm": {
      "type": "double",
      "example": 0.0
    },
    "nearest_rad_network_flowtimeday": {
      "type": "double",
      "example": 0.0
    }
  }
}