Skip to content

Commit e93ac4a

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. PiperOrigin-RevId: 656323842
1 parent 77263ee commit e93ac4a

File tree

3 files changed

+104
-41
lines changed

3 files changed

+104
-41
lines changed

core/dcschema.mcf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4207,3 +4207,20 @@ Node: dcid:StatisticalRegion
42074207
name: "StatisticalRegion"
42084208
typeOf: schema:Class
42094209
subClassOf: schema:AdministrativeArea
4210+
4211+
#oecd
4212+
Node: dcid:wasteTreatmentType
4213+
typeOf: dcs:Property
4214+
name: "wasteTreatmentType"
4215+
domainIncludes: dcid:Person
4216+
rangeIncludes: dcid:WasteTreatmentTypeEnum
4217+
4218+
Node: dcid:WasteTreatmentTypeEnum
4219+
typeOf: schema:Class
4220+
subClassOf: dcs:Enumeration
4221+
name: "WasteTreatmentTypeEnum"
4222+
isProvisional: dcs:True
4223+
4224+
Node: dcid:WasteWaterTreatment
4225+
typeOf: dcid:WasteTreatmentTypeEnum
4226+
name: "Waste Water 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:"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"
194+
descriptionUrl:"https://en.wikipedia.org/wiki/Wastewater_treatment"
195+
190196
Node: dcid:WasteWaterIndependentlyTreated
191197
typeOf: dcid:WaterTreatmentSystemEnum
192198
name: "WasteWaterIndependentlyTreated"
@@ -199,6 +205,12 @@ name: "WasteWaterCollectingSystem"
199205
description:"Collection Systems are the system of underground pipes and maintenance structures used to convey wastewater to a Water Resource Recovery Facility (WRRF)"
200206
descriptionUrl:"https://www.wbdg.org/resources/wastewater-treatment-and-water-resource-recovery-facilities-wrrfs/collection-systems"
201207

208+
Node: dcid:PublicSewerage
209+
typeOf: dcid:WaterTreatmentSystemEnum
210+
name: "WasteWaterCollectingSystem"
211+
description:"Collection Systems are the system of underground pipes and maintenance structures used to convey wastewater to a Water Resource Recovery Facility (WRRF)"
212+
descriptionUrl:"https://www.wbdg.org/resources/wastewater-treatment-and-water-resource-recovery-facilities-wrrfs/collection-systems"
213+
202214
Node: dcid:SecondaryTreatment
203215
typeOf: dcid:WaterTreatmentLevelEnum
204216
name: "SecondaryTreatment"
Lines changed: 74 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,119 @@
1-
Node: dcid:Amount_WasteWater_PrimaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
1+
Node: dcid:Count_Person_PrimaryTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
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 treatment"
4+
populationType: dcid:Person
5+
measuredProperty: dcid:count
66
statType: dcid:measuredValue
7-
measurementDenominator: dcid:waterTreatmentLevel
7+
measurementDenominator: dcid:Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
88
waterTreatmentLevel: dcid:PrimaryTreatment
9+
waterTreatmentStatus: dcid:WasteWaterTreated
10+
waterTreatmentSystem: dcid:PublicSewerage
911
waterTreatmentType: dcid:WasteWaterTreatmentPlant
1012

11-
Node: dcid:Amount_WasteWater_SecondaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
13+
Node: dcid:Count_Person_PublicSewerage
14+
typeOf: dcid:StatisticalVariable
15+
populationType: dcid:Person
16+
measuredProperty: dcid:count
17+
statType: dcid:measuredValue
18+
waterTreatmentSystem: dcid:PublicSewerage
19+
20+
Node: dcid:Count_Person_PublicSewerage_AsAFractionOf_Count_Person
21+
typeOf: dcid:StatisticalVariable
22+
name: "Percentage of population connected to the total public sewerage"
23+
populationType: dcid:Person
24+
measuredProperty: dcid:count
25+
statType: dcid:measuredValue
26+
measurementDenominator: dcid:Count_Person
27+
waterTreatmentSystem: dcid:PublicSewerage
28+
29+
Node: dcid:Count_Person_SecondaryTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
1230
typeOf: dcid:StatisticalVariable
13-
name: "Public total treatment (connected to a wastewater treatment plant), Secondary treatment"
14-
populationType: dcid:WasteWater
15-
measuredProperty: dcid:amount
31+
name: "Percentage of population connected to the total secondary treatment"
32+
populationType: dcid:Person
33+
measuredProperty: dcid:count
1634
statType: dcid:measuredValue
17-
measurementDenominator: dcid:waterTreatmentLevel
35+
measurementDenominator: dcid:Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
1836
waterTreatmentLevel: dcid:SecondaryTreatment
37+
waterTreatmentStatus: dcid:WasteWaterTreated
38+
waterTreatmentSystem: dcid:PublicSewerage
1939
waterTreatmentType: dcid:WasteWaterTreatmentPlant
2040

21-
Node: dcid:Amount_WasteWater_TertiaryTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
41+
Node: dcid:Count_Person_TertiaryTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
2242
typeOf: dcid:StatisticalVariable
23-
name: "Public total treatment (connected to a wastewater treatment plant), Tertiary treatment"
24-
populationType: dcid:WasteWater
25-
measuredProperty: dcid:amount
43+
name: "Percentage of population connected to the tertiary treatment"
44+
populationType: dcid:Person
45+
measuredProperty: dcid:count
2646
statType: dcid:measuredValue
27-
measurementDenominator: dcid:waterTreatmentLevel
47+
measurementDenominator: dcid:Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
2848
waterTreatmentLevel: dcid:TertiaryTreatment
49+
waterTreatmentStatus: dcid:WasteWaterTreated
50+
waterTreatmentSystem: dcid:PublicSewerage
2951
waterTreatmentType: dcid:WasteWaterTreatmentPlant
3052

31-
Node: dcid:Amount_WasteWater_UnspecifiedTreatment_WasteWaterTreatmentPlant_PerWaterTreatmentLevel
53+
Node: dcid:Count_Person_UnspecifiedTreatment_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
3254
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
55+
name: "Percentage of population connected to the Unspecified (other) treatment"
56+
populationType: dcid:Person
57+
measuredProperty: dcid:count
3658
statType: dcid:measuredValue
37-
measurementDenominator: dcid:waterTreatmentLevel
59+
measurementDenominator: dcid:Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
3860
waterTreatmentLevel: dcid:UnspecifiedTreatment
61+
waterTreatmentStatus: dcid:WasteWaterTreated
62+
waterTreatmentSystem: dcid:PublicSewerage
3963
waterTreatmentType: dcid:WasteWaterTreatmentPlant
4064

41-
Node: dcid:Count_Person_PublicSewerageWithoutTreatment_PerWaterTreatmentType
65+
Node: dcid:Count_Person_WasteWaterIndependentlyTreated_AsAFractionOf_Count_Person
4266
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"
67+
name: "Percentage of population connected to the Independent treatment"
4468
populationType: dcid:Person
4569
measuredProperty: dcid:count
4670
statType: dcid:measuredValue
47-
measurementDenominator: dcid:waterTreatmentType
48-
waterTreatmentType: dcid:PublicSewerageWithoutTreatment
71+
measurementDenominator: dcid:Count_Person
72+
waterTreatmentSystem: dcid:WasteWaterIndependentlyTreated
4973

50-
Node: dcid:Count_Person_Resident_WasteWaterCollectingSystem_PerWaterTreatmentSystem
74+
Node: dcid:Count_Person_WasteWaterNotTreated_PublicSewerage_PublicSewerageWithoutTreatment_AsAFractionOf_Count_Person_PublicSewerage
5175
typeOf: dcid:StatisticalVariable
52-
name: "Total public sewerage (% of resident population connected to a wastewater collecting system)"
76+
name: "Percentage of population connected to the public sewerage without treatment"
5377
populationType: dcid:Person
5478
measuredProperty: dcid:count
5579
statType: dcid:measuredValue
56-
measurementDenominator: dcid:waterTreatmentSystem
57-
residentStatus: dcid:Resident
58-
waterTreatmentSystem: dcid:WasteWaterCollectingSystem
80+
measurementDenominator: dcid:Count_Person_PublicSewerage
81+
waterTreatmentStatus: dcid:WasteWaterNotTreated
82+
waterTreatmentSystem: dcid:PublicSewerage
83+
waterTreatmentType: dcid:PublicSewerageWithoutTreatment
5984

60-
Node: dcid:Count_Person_WasteWaterIndependentlyTreated_PerWaterTreatmentSystem
85+
Node: dcid:Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant
6186
typeOf: dcid:StatisticalVariable
62-
name: "Population connected to independent treatment"
6387
populationType: dcid:Person
6488
measuredProperty: dcid:count
6589
statType: dcid:measuredValue
66-
measurementDenominator: dcid:waterTreatmentSystem
67-
waterTreatmentSystem: dcid:WasteWaterIndependentlyTreated
90+
waterTreatmentStatus: dcid:WasteWaterTreated
91+
waterTreatmentSystem: dcid:PublicSewerage
92+
waterTreatmentType: dcid:WasteWaterTreatmentPlant
6893

69-
Node: dcid:Count_Person_WasteWaterTreated_PerWaterTreatmentStatus
94+
Node: dcid:Count_Person_WasteWaterTreated_PublicSewerage_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person_PublicSewerage
7095
typeOf: dcid:StatisticalVariable
71-
name: "Total connected to wastewater treatment"
96+
name: "Percentage of population connected to the public total treatment"
7297
populationType: dcid:Person
7398
measuredProperty: dcid:count
7499
statType: dcid:measuredValue
75-
measurementDenominator: dcid:waterTreatmentStatus
100+
measurementDenominator: dcid:Count_Person_PublicSewerage
76101
waterTreatmentStatus: dcid:WasteWaterTreated
102+
waterTreatmentSystem: dcid:PublicSewerage
103+
waterTreatmentType: dcid:WasteWaterTreatmentPlant
77104

78-
Node: dcid:Count_Person_WasteWaterTreatmentPlant_PerWaterTreatmentType
105+
Node: dcid:Count_Person_WasteWaterTreatment
79106
typeOf: dcid:StatisticalVariable
80-
name: "Public total treatment (connected to a wastewater treatment plant)"
81107
populationType: dcid:Person
82108
measuredProperty: dcid:count
83109
statType: dcid:measuredValue
84-
measurementDenominator: dcid:waterTreatmentType
85-
waterTreatmentType: dcid:WasteWaterTreatmentPlant
110+
wasteTreatmentType: dcid:WasteWaterTreatment
111+
112+
Node: dcid:Count_Person_WasteWaterTreatment_AsAFractionOf_Count_Person_WasteWaterTreatment
113+
typeOf: dcid:StatisticalVariable
114+
name: "Percentage of population connected to the total wastewater treatment"
115+
populationType: dcid:Person
116+
measuredProperty: dcid:count
117+
statType: dcid:measuredValue
118+
measurementDenominator: dcid:Count_Person_WasteWaterTreatment
119+
wasteTreatmentType: dcid:WasteWaterTreatment

0 commit comments

Comments
 (0)