Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Node: dcid:Count_Person_AgeNotStated
typeOf: dcid:StatisticalVariable
name: "Count person: age unspecified age not stated"
description: "Number of people with age not stated."
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: dcid:USC_AgeNotStated

Node: dcid:Count_Person_AgeNotStated_Female
typeOf: dcid:StatisticalVariable
name: "Count person: age usc age not stated, gender female"
description: "Number of people with age not stated and female gender."
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: dcid:USC_AgeNotStated
gender: dcid:Female

Node: dcid:Count_Person_AgeNotStated_Male
typeOf: dcid:StatisticalVariable
name: "Count person: age usc age not stated, gender male"
description: "Number of people with age not stated and male gender."
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: dcid:USC_AgeNotStated
gender: dcid:Male
Loading