forked from datacommonsorg/schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mdenom_stat_vars.mcf
83 lines (73 loc) · 2.39 KB
/
mdenom_stat_vars.mcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# These StatVars are used as measurementDenominators but do not actually have
# any attached data.
# If data for any of the following StatVars come, please move the node to an
# appropriate file.
Node: dcid:Amount_EconomicActivity_ExpenditureActivity_Government
typeOf: schema:StatisticalVariable
measuredProperty: dcs:amount
populationType: dcs:EconomicActivity
activitySource: dcs:ExpenditureActivity
remunerator: dcs:Government
statType: dcs:measuredValue
Node: dcid:Count_Person_7To14Years
typeOf: schema:StatisticalVariable
measuredProperty: dcs:count
populationType: schema:Person
age: dcs:Years7To14
statType: dcs:measuredValue
Node: dcid:Count_Person_7To14Years_Male
typeOf: schema:StatisticalVariable
measuredProperty: dcs:count
populationType: schema:Person
age: dcs:Years7To14
gender: schema:Male
statType: dcs:measuredValue
Node: dcid:Count_Person_7To14Years_Female
typeOf: schema:StatisticalVariable
measuredProperty: dcs:count
populationType: schema:Person
age: dcs:Years7To14
gender: schema:Female
statType: dcs:measuredValue
Node: dcid:Count_BirthEvent_LiveBirth_Male
typeOf: schema:StatisticalVariable
measuredProperty: dcs:count
populationType: dcs:BirthEvent
medicalStatus: dcs:LiveBirth
gender: schema:Male
statType: dcs:measuredValue
Node: dcid:Count_BirthEvent_LiveBirth_Female
typeOf: schema:StatisticalVariable
measuredProperty: dcs:count
populationType: dcs:BirthEvent
medicalStatus: dcs:LiveBirth
gender: schema:Female
statType: dcs:measuredValue
Node: dcid:Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government
description: "The amount of government expenditure on education."
typeOf: dcs:StatisticalVariable
statType: dcs:measuredValue
measuredProperty: dcs:amount
populationType: dcs:EconomicActivity
activitySource: dcs:ExpenditureActivity
expenditureType: dcs:EducationExpenditure
remunerator: dcs:Government
Node: dcid:Count_Person_20To79Years
description: "Number of people ages 20-79."
typeOf: dcs:StatisticalVariable
populationType: dcs:Person
statType: dcs:measuredValue
measuredProperty: dcs:count
age: [20 79 Years]
Node: dcid:Amount_Production_Energy
typeOf: dcs:StatisticalVariable
statType: dcs:measuredValue
measuredProperty: dcs:amount
populationType: dcs:Production
producedThing: dcs:Energy
Node: dcid:Amount_Consumption_Energy
typeOf: dcs:StatisticalVariable
statType: dcs:measuredValue
measuredProperty: dcs:amount
populationType: dcs:Consumption
producedThing: dcs:Energy