linked_data_wqp
linked_data_wqp schema from CIP-service Indexing API
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| source_joinkey | string | |
| organizationidentifier | string | |
| organizationformalname | string | |
| monitoringlocationidentifier | string | |
| monitoringlocationname | string | |
| monitoringlocationtypename | string | |
| monitoringlocationdescription | string | |
| huceightdigitcode | string | |
| drainageareameasure_measureval | number | |
| drainageareameasure_measureunt | string | |
| contributingdrainageareameasva | string | |
| contributingdrainageareameasun | string | |
| latitudemeasure | number | |
| longitudemeasure | number | |
| sourcemapscalenumeric | number | |
| horizontalaccuracymeasureval | string | |
| horizontalaccuracymeasureunit | string | |
| horizontalcollectionmethodname | string | |
| horizontalcoordinatereferences | string | |
| verticalmeasure_measurevalue | string | |
| verticalmeasure_measureunit | string | |
| verticalaccuracymeasurevalue | string | |
| verticalaccuracymeasureunit | string | |
| verticalcollectionmethodname | string | |
| verticalcoordinatereferencesys | string | |
| countrycode | string | |
| statecode | string | |
| countycode | string | |
| aquifername | string | |
| formationtypetext | string | |
| aquifertypename | string | |
| constructiondatetext | string | |
| welldepthmeasure_measurevalue | string | |
| welldepthmeasure_measureunit | string | |
| wellholedepthmeasure_measureva | string | |
| wellholedepthmeasure_measureun | string | |
| providername | string | |
| nearest_cip_network_distancekm | number | |
| nearest_cip_network_flowtimeday | number | |
| nearest_rad_network_distancekm | number | |
| nearest_rad_network_flowtimeday | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-linked-data-wqp-schema.json",
"title": "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": "number",
"example": 0.0
},
"drainageareameasure_measureunt": {
"type": "string",
"example": "string"
},
"contributingdrainageareameasva": {
"type": "string",
"example": "string"
},
"contributingdrainageareameasun": {
"type": "string",
"example": "string"
},
"latitudemeasure": {
"type": "number",
"example": 35.5
},
"longitudemeasure": {
"type": "number",
"example": -78.0
},
"sourcemapscalenumeric": {
"type": "number",
"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": "number",
"example": 0.0
},
"nearest_cip_network_flowtimeday": {
"type": "number",
"example": 0.0
},
"nearest_rad_network_distancekm": {
"type": "number",
"example": 0.0
},
"nearest_rad_network_flowtimeday": {
"type": "number",
"example": 0.0
}
}
}