-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schema CL and Data Manifest CL for OECD Waste Water Treatment for dif…
…ferent countries. PiperOrigin-RevId: 650935805
- Loading branch information
1 parent
88842d2
commit 20d8bc2
Showing
3 changed files
with
194 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
Node: dcid:Amount_WasteWater_PrimaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel | ||
typeOf: dcid:StatisticalVariable | ||
name: "Public total treatment (connected to a wastewater treatment plant), Primary treatment" | ||
populationType: dcid:WasteWater | ||
measuredProperty: dcid:amount | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentLevel | ||
waterTreatmentLevel: dcid:PrimaryTreatment | ||
waterTreatmentType: dcid:WasteWaterTreatmentPlant | ||
|
||
Node: dcid:Amount_WasteWater_SecondaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel | ||
typeOf: dcid:StatisticalVariable | ||
name: "Public total treatment (connected to a wastewater treatment plant), Secondary treatment" | ||
populationType: dcid:WasteWater | ||
measuredProperty: dcid:amount | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentLevel | ||
waterTreatmentLevel: dcid:SecondaryTreatment | ||
waterTreatmentType: dcid:WasteWaterTreatmentPlant | ||
|
||
Node: dcid:Amount_WasteWater_TertiaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel | ||
typeOf: dcid:StatisticalVariable | ||
name: "Public total treatment (connected to a wastewater treatment plant), Tertiary treatment" | ||
populationType: dcid:WasteWater | ||
measuredProperty: dcid:amount | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentLevel | ||
waterTreatmentLevel: dcid:TertiaryTreatment | ||
waterTreatmentType: dcid:WasteWaterTreatmentPlant | ||
|
||
Node: dcid:Amount_WasteWater_UnspecifiedTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel | ||
typeOf: dcid:StatisticalVariable | ||
name: "Public total treatment (connected to a wastewater treatment plant) , Unspecified (other) treatment" | ||
populationType: dcid:WasteWater | ||
measuredProperty: dcid:amount | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentLevel | ||
waterTreatmentLevel: dcid:UnspecifiedTreatment | ||
waterTreatmentType: dcid:WasteWaterTreatmentPlant | ||
|
||
Node: dcid:Count_Person_PublicSewerageWithoutTreatment_PerWaterTreatmentType | ||
typeOf: dcid:StatisticalVariable | ||
name: "Total public sewerage (% of resident population connected to a wastewater collecting system), Population connected to the public sewerage without treatment" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentType | ||
waterTreatmentType: dcid:PublicSewerageWithoutTreatment | ||
|
||
Node: dcid:Count_Person_Resident_WasteWaterCollectingSystem_PerWaterTreatmentSystem | ||
typeOf: dcid:StatisticalVariable | ||
name: "Total public sewerage (% of resident population connected to a wastewater collecting system)" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentSystem | ||
residentStatus: dcid:Resident | ||
waterTreatmentSystem: dcid:WasteWaterCollectingSystem | ||
|
||
Node: dcid:Count_Person_WasteWaterIndependentlyTreated_PerWaterTreatmentSystem | ||
typeOf: dcid:StatisticalVariable | ||
name: "Population connected to independent treatment" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentSystem | ||
waterTreatmentSystem: dcid:WasteWaterIndependentlyTreated | ||
|
||
Node: dcid:Count_Person_WasteWaterTreated_PerWaterTreatmentStatus | ||
typeOf: dcid:StatisticalVariable | ||
name: "Total connected to wastewater treatment" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentStatus | ||
waterTreatmentStatus: dcid:WasteWaterTreated | ||
|
||
Node: dcid:Count_Person_WasteWaterTreatmentPlant_PerWaterTreatmentType | ||
typeOf: dcid:StatisticalVariable | ||
name: "Public total treatment (connected to a wastewater treatment plant)" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
measurementDenominator: dcid:waterTreatmentType | ||
waterTreatmentType: dcid:WasteWaterTreatmentPlant |