Skip to content

Commit daaec1b

Browse files
Data Commonscopybara-github
authored andcommitted
Schema CL and Data Manifest CL for OECD Waste Water Treatment for different countries.
Please be noted that it is a modification of an old submitted CL: https://critique.corp.google.com/cl/650935805 In the above CL stat_vars.mcf file were missing the StatVars, so this CL is to update the stat_vars.mcf file and also new data has been updated with more years along with the auto-refresh configuration. PiperOrigin-RevId: 802998557
1 parent 6460370 commit daaec1b

File tree

3 files changed

+94
-46
lines changed

3 files changed

+94
-46
lines changed

core/dcschema.mcf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4795,3 +4795,19 @@ typeOf: dcs:Property
47954795
name: "medicalStatus"
47964796
domainIncludes: dcid:Mother
47974797

4798+
4799+
#oecd
4800+
Node: dcid:wasteTreatmentType
4801+
typeOf: dcs:Property
4802+
name: "wasteTreatmentType"
4803+
domainIncludes: dcid:Person
4804+
rangeIncludes: dcid:WasteTreatmentTypeEnum
4805+
4806+
Node: dcid:WasteTreatmentTypeEnum
4807+
typeOf: schema:Class
4808+
subClassOf: dcs:Enumeration
4809+
name: "WasteTreatmentTypeEnum"
4810+
4811+
Node: dcid:WasteWaterTreatment
4812+
typeOf: dcid:WasteTreatmentTypeEnum
4813+
name: "WasteWater Treatment"

core/usgs_water.mcf

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ typeOf: schema:Class
1010
subClassOf: dcs:Water
1111
name: "WasteWater"
1212
description:"Wastewater is used water. It includes substances such as human waste, food scraps, oils, soaps and chemicals"
13-
descriptionUrl:"https://www.usgs.gov/special-topics/water-science-school/science/wastewater-treatment-water-use#:~:text=Wastewater%20is%20used%20water.,water%20that%20must%20be%20cleaned."
13+
descriptionUrl:"https://www.usgs.gov/special-topics/water-science-school/science/wastewater-treatment-water-use"
1414

1515
## Properties
1616

@@ -187,6 +187,12 @@ name: "WasteWaterTreated"
187187
description:"Treated wastewater can be reused as reclaimed water. The main purpose of wastewater treatment is for the treated wastewater to be able to be disposed or reused"
188188
descriptionUrl:"https://en.wikipedia.org/wiki/Wastewater_treatment"
189189

190+
Node: dcid:WasteWaterNotTreated
191+
typeOf: dcid:WaterTreatmentStatusEnum
192+
name: "WasteWaterTreated"
193+
description:"Untreated wastewater is also known as raw sewage. It's unsafe for disposal or reuse because it contains organic matter, chemicals, and pathogens. Disposing of it without treatment can seriously harm the environment and public health."
194+
descriptionUrl:"https://en.wikipedia.org/wiki/Wastewater_treatment"
195+
190196
Node: dcid:WasteWaterIndependentlyTreated
191197
typeOf: dcid:WaterTreatmentSystemEnum
192198
name: "WasteWaterIndependentlyTreated"
@@ -196,6 +202,12 @@ descriptionUrl:"https://www.ag.ndsu.edu:8000/agriculture/extension/publications/
196202
Node: dcid:WasteWaterCollectingSystem
197203
typeOf: dcid:WaterTreatmentSystemEnum
198204
name: "WasteWaterCollectingSystem"
205+
description:"Collection systems are the system of underground pipes and maintenance structures used to convey wastewater to a Water Resource Recovery Facility (WRRF)"
206+
descriptionUrl:"https://www.wbdg.org/resources/wastewater-treatment-and-water-resource-recovery-facilities-wrrfs/collection-systems"
207+
208+
Node: dcid:PublicSewerage
209+
typeOf: dcid:WaterTreatmentSystemEnum
210+
name: "PublicSewerage"
199211
description:"Collection Systems are the system of underground pipes and maintenance structures used to convey wastewater to a Water Resource Recovery Facility (WRRF)"
200212
descriptionUrl:"https://www.wbdg.org/resources/wastewater-treatment-and-water-resource-recovery-facilities-wrrfs/collection-systems"
201213

Lines changed: 65 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,105 @@
1-
Node: dcid:Amount_WasteWater_PrimaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
1+
Node: dcid:Count_Person_WasteWaterTreatment_PrimaryTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreatment_PublicSewerage
22
typeOf: dcid:StatisticalVariable
3-
name: "Public total treatment (connected to a wastewater treatment plant), Primary treatment"
4-
populationType: dcid:WasteWater
5-
measuredProperty: dcid:amount
3+
name: "Percentage of population connected to the primary wastewater treatment plant"
4+
populationType: dcid:Person
5+
measuredProperty: dcid:count
66
statType: dcid:measuredValue
7-
measurementDenominator: dcid:waterTreatmentLevel
7+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
8+
wasteTreatmentType: dcid:WasteWaterTreatment
89
waterTreatmentLevel: dcid:PrimaryTreatment
10+
waterTreatmentStatus: dcid:WasteWaterTreated
11+
waterTreatmentSystem: dcid:PublicSewerage
912
waterTreatmentType: dcid:WasteWaterTreatmentPlant
1013

11-
Node: dcid:Amount_WasteWater_SecondaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
14+
Node: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
1215
typeOf: dcid:StatisticalVariable
13-
name: "Public total treatment (connected to a wastewater treatment plant), Secondary treatment"
14-
populationType: dcid:WasteWater
15-
measuredProperty: dcid:amount
16+
name: "Population connected to the public sewerage"
17+
populationType: dcid:Person
18+
measuredProperty: dcid:count
1619
statType: dcid:measuredValue
17-
measurementDenominator: dcid:waterTreatmentLevel
18-
waterTreatmentLevel: dcid:SecondaryTreatment
19-
waterTreatmentType: dcid:WasteWaterTreatmentPlant
20+
wasteTreatmentType: dcid:WasteWaterTreatment
21+
waterTreatmentSystem: dcid:PublicSewerage
2022

21-
Node: dcid:Amount_WasteWater_TertiaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
23+
Node: dcid:Count_Person_WasteWaterTreatment_PublicSewerage_AsAFractionOf_Count_Person
2224
typeOf: dcid:StatisticalVariable
23-
name: "Public total treatment (connected to a wastewater treatment plant), Tertiary treatment"
24-
populationType: dcid:WasteWater
25-
measuredProperty: dcid:amount
25+
name: "Percentage of population connected to the public sewerage"
26+
populationType: dcid:Person
27+
measuredProperty: dcid:count
2628
statType: dcid:measuredValue
27-
measurementDenominator: dcid:waterTreatmentLevel
28-
waterTreatmentLevel: dcid:TertiaryTreatment
29-
waterTreatmentType: dcid:WasteWaterTreatmentPlant
29+
measurementDenominator: dcid:Count_Person
30+
wasteTreatmentType: dcid:WasteWaterTreatment
31+
waterTreatmentSystem: dcid:PublicSewerage
3032

31-
Node: dcid:Amount_WasteWater_UnspecifiedTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
33+
Node: dcid:Count_Person_WasteWaterTreatment_SecondaryTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreatment_PublicSewerage
3234
typeOf: dcid:StatisticalVariable
33-
name: "Public total treatment (connected to a wastewater treatment plant) , Unspecified (other) treatment"
34-
populationType: dcid:WasteWater
35-
measuredProperty: dcid:amount
35+
name: "Percentage of population connected to the total secondary wastewater treatment plant"
36+
populationType: dcid:Person
37+
measuredProperty: dcid:count
3638
statType: dcid:measuredValue
37-
measurementDenominator: dcid:waterTreatmentLevel
38-
waterTreatmentLevel: dcid:UnspecifiedTreatment
39+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
40+
wasteTreatmentType: dcid:WasteWaterTreatment
41+
waterTreatmentLevel: dcid:SecondaryTreatment
42+
waterTreatmentStatus: dcid:WasteWaterTreated
43+
waterTreatmentSystem: dcid:PublicSewerage
3944
waterTreatmentType: dcid:WasteWaterTreatmentPlant
4045

41-
Node: dcid:Count_Person_PublicSewerageWithoutTreatment_PerWaterTreatmentType
46+
Node: dcid:Count_Person_WasteWaterTreatment_TertiaryTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreatment_PublicSewerage
4247
typeOf: dcid:StatisticalVariable
43-
name: "Total public sewerage (% of resident population connected to a wastewater collecting system), Population connected to the public sewerage without treatment"
48+
name: "Percentage of population connected to the tertiary wastewater treatment plant"
4449
populationType: dcid:Person
4550
measuredProperty: dcid:count
4651
statType: dcid:measuredValue
47-
measurementDenominator: dcid:waterTreatmentType
48-
waterTreatmentType: dcid:PublicSewerageWithoutTreatment
52+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
53+
wasteTreatmentType: dcid:WasteWaterTreatment
54+
waterTreatmentLevel: dcid:TertiaryTreatment
55+
waterTreatmentStatus: dcid:WasteWaterTreated
56+
waterTreatmentSystem: dcid:PublicSewerage
57+
waterTreatmentType: dcid:WasteWaterTreatmentPlant
4958

50-
Node: dcid:Count_Person_Resident_WasteWaterCollectingSystem_PerWaterTreatmentSystem
59+
Node: dcid:Count_Person_WasteWaterTreatment_UnspecifiedTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreatment_PublicSewerage
5160
typeOf: dcid:StatisticalVariable
52-
name: "Total public sewerage (% of resident population connected to a wastewater collecting system)"
61+
name: "Percentage of population connected to the unspecified (other) wastewater treatment plant"
5362
populationType: dcid:Person
5463
measuredProperty: dcid:count
5564
statType: dcid:measuredValue
56-
measurementDenominator: dcid:waterTreatmentSystem
57-
residentStatus: dcid:Resident
58-
waterTreatmentSystem: dcid:WasteWaterCollectingSystem
65+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
66+
wasteTreatmentType: dcid:WasteWaterTreatment
67+
waterTreatmentLevel: dcid:UnspecifiedTreatment
68+
waterTreatmentStatus: dcid:WasteWaterTreated
69+
waterTreatmentSystem: dcid:PublicSewerage
70+
waterTreatmentType: dcid:WasteWaterTreatmentPlant
5971

60-
Node: dcid:Count_Person_WasteWaterIndependentlyTreated_PerWaterTreatmentSystem
72+
Node: dcid:Count_Person_WasteWaterTreatment_WasteWaterNotTreated_PublicSewerage_PublicSewerageWithoutTreatment_AsAFractionOf_Count_Person_WasteWaterTreatment_PublicSewerage
6173
typeOf: dcid:StatisticalVariable
62-
name: "Population connected to independent treatment"
74+
name: "Percentage of population connected to the public sewerage without treatment"
6375
populationType: dcid:Person
6476
measuredProperty: dcid:count
6577
statType: dcid:measuredValue
66-
measurementDenominator: dcid:waterTreatmentSystem
67-
waterTreatmentSystem: dcid:WasteWaterIndependentlyTreated
78+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
79+
wasteTreatmentType: dcid:WasteWaterTreatment
80+
waterTreatmentStatus: dcid:WasteWaterNotTreated
81+
waterTreatmentSystem: dcid:PublicSewerage
82+
waterTreatmentType: dcid:PublicSewerageWithoutTreatment
6883

69-
Node: dcid:Count_Person_WasteWaterTreated_PerWaterTreatmentStatus
84+
Node: dcid:Count_Person_WasteWaterTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreatment_PublicSewerage
7085
typeOf: dcid:StatisticalVariable
71-
name: "Total connected to wastewater treatment"
86+
name: "Percentage of population connected to the public sewerage with wastewater treatment plant"
7287
populationType: dcid:Person
7388
measuredProperty: dcid:count
7489
statType: dcid:measuredValue
75-
measurementDenominator: dcid:waterTreatmentStatus
90+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment_PublicSewerage
91+
wasteTreatmentType: dcid:WasteWaterTreatment
7692
waterTreatmentStatus: dcid:WasteWaterTreated
93+
waterTreatmentSystem: dcid:PublicSewerage
94+
waterTreatmentType: dcid:WasteWaterTreatmentPlant
7795

78-
Node: dcid:Count_Person_WasteWaterTreatmentPlant_PerWaterTreatmentType
96+
Node: dcid:Count_Person_WasteWaterTreatment_WasteWaterTreated_WasteWaterIndependentlyTreated_AsAFractionOf_Count_Person
7997
typeOf: dcid:StatisticalVariable
80-
name: "Public total treatment (connected to a wastewater treatment plant)"
98+
name: "Percentage of population connected to the independent wastewater treatment"
8199
populationType: dcid:Person
82100
measuredProperty: dcid:count
83101
statType: dcid:measuredValue
84-
measurementDenominator: dcid:waterTreatmentType
85-
waterTreatmentType: dcid:WasteWaterTreatmentPlant
102+
measurementDenominator: dcid:Count_Person
103+
wasteTreatmentType: dcid:WasteWaterTreatment
104+
waterTreatmentStatus: dcid:WasteWaterTreated
105+
waterTreatmentSystem: dcid:WasteWaterIndependentlyTreated

0 commit comments

Comments
 (0)