Skip to content

Commit

Permalink
Data Refresh and schema CL for World Development Indicators Import.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 596913351
  • Loading branch information
Data Commons authored and copybara-github committed Jan 10, 2024
1 parent 75bdae8 commit 8e3b5a9
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
35 changes: 35 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,41 @@ name: "DeathsPer1000Persons"
dcid: "DeathsPer1000Persons"
description: "A unit death per one thousand persons."

Node: dcid:Per100000Females
typeOf: dcs:UnitOfMeasure
name: "Per 100k females"
description: "Per 100000 female population."

Node: dcid:Per100000Males
typeOf: dcs:UnitOfMeasure
name: "Per 100k males"
description: "Per 100000 male population."

Node: dcid:Per100000Persons
typeOf: dcs:UnitOfMeasure
name: "Per 100k people"
description: "Per 100000 population."

Node: dcid:Per1000LiveBirths
typeOf: dcs:UnitOfMeasure
name: "Per 1000 live births"
description: "Per 1000 live birth event."

Node: dcid:Per1000MaleLiveBirths
typeOf: dcs:UnitOfMeasure
name: "Per 1000 male live births"
description: "Per 1000 male live birth event."

Node: dcid:Per1000FemaleLiveBirths
typeOf: dcs:UnitOfMeasure
name: "Per 1000 female live births"
description: "Per 1000 female live birth event."

Node: dcid:Per1000Persons
typeOf: dcs:UnitOfMeasure
name: "Per 1000 people"
description: "Per 1000 population."

Node: Second
typeOf: dcid:TimeUnitOfMeasure
name: "Second"
Expand Down
8 changes: 8 additions & 0 deletions core/measurement_methods.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,11 @@ Node: dcid:EDA_Estimate
subClassOf: dcs:MeasurementMethodEnum
description: "Measurement methods used solely for estimating the statistics for Economic Development Administration (EDA) under various entities."
typeOf: schema:Class

Node: dcid:InternationalLaborOrganization
name: "International Labor Organization"
typeOf: dcs:MeasurementMethodEnum

Node: dcid:WorldBankWeightedAverage
name: "World Bank Weighted Average"
typeOf: dcs:MeasurementMethodEnum
8 changes: 8 additions & 0 deletions stat_vars/manual_wdi_stat_vars.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gender: dcid:Male
typeOf: dcid:StatisticalVariable
measurementDenominator: dcid:Count_Person_Upto4Years_Male
statType: dcid:measuredValue
#name: "Population: 4 Years or Less, Male, Wasting (As Fraction of Count Person Upto 4 Years Male)"


Node: dcid:Count_Person_25OrMoreYears_Male_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male
Expand All @@ -22,6 +23,7 @@ age: dcid:Years25Onwards
measuredProperty: dcid:count
educationalAttainment: dcid:MastersDegreeOrHigher
gender: dcid:Male
#name: "Population: Masters Degree or Higher, Male (As Fraction of Count Person 25 or More Years Male)"


Node: dcid:Amount_Remittance_InwardRemittance
Expand Down Expand Up @@ -50,6 +52,7 @@ measurementDenominator: dcid:Count_Person_7To14Years
typeOf: dcid:StatisticalVariable
statType: dcid:measuredValue
populationType: dcid:Person
#name: "Population: 7 - 14 Years, Employed (As Fraction of Count Person 7 To 14 Years)"


Node: dcid:Count_Person_25OrMoreYears_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears
Expand All @@ -60,6 +63,7 @@ educationalAttainment: dcid:MastersDegreeOrHigher
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_25OrMoreYears
measuredProperty: dcid:count
#name: "Population: Masters Degree or Higher (As Fraction of Count Person 25 or More Years)"


Node: dcid:Count_Person_7To14Years_Female_Employed_AsFractionOf_Count_Person_7To14Years_Female
Expand All @@ -71,6 +75,7 @@ measurementDenominator: dcid:Count_Person_7To14Years_Female
age: dcid:Years7To14
populationType: dcid:Person
gender: dcid:Female
#name: "Population: 7 - 14 Years, Employed, Female (As Fraction of Count Person 7 To 14 Years Female)"


Node: dcid:Count_Person_Upto4Years_Female_Wasting_AsFractionOf_Count_Person_Upto4Years_Female
Expand All @@ -82,6 +87,7 @@ populationType: dcid:Person
medicalCondition: dcid:Wasting
measuredProperty: dcid:count
statType: dcid:measuredValue
#name: "Population: 4 Years or Less, Female, Wasting (As Fraction of Count Person Upto 4 Years Female)"


Node: dcid:Count_Death_0Years
Expand All @@ -90,6 +96,7 @@ measuredProperty: dcid:count
populationType: dcid:MortalityEvent
statType: dcid:measuredValue
age: dcid:Years0
#name: "Count of Mortality Event: Years 0"


Node: dcid:Count_Person_25OrMoreYears_Male_DoctorateDegree_AsFractionOf_Count_Person_25OrMoreYears_Male
Expand All @@ -101,6 +108,7 @@ statType: dcid:measuredValue
populationType: dcid:Person
age: dcid:Years25Onwards
measurementDenominator: dcid:Count_Person_25OrMoreYears_Male
#name: "Population: Doctorate Degree, Male (As Fraction of Count Person 25 or More Years Male)"


Node: dcid:Count_Person_15To64Years_InLaborForce_AsFractionOf_Count_Person_15To64Years
Expand Down

0 comments on commit 8e3b5a9

Please sign in to comment.