Skip to content
Open
Show file tree
Hide file tree
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
38 changes: 38 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -5776,3 +5776,41 @@ typeOf: schema:Property
domainIncludes: dcs:StatVarGroupSpec
rangeIncludes: schema:Text
description: "Observation properties that are used to generate StatVarGroup nodes."

Node: dcid:previousMaritalStatus
typeOf: dcs:Property
name: "previousMaritalStatus"
description: "The marital status of an individual immediately prior to their most recent marriage."
domainIncludes: dcs:Person
rangeIncludes: dcs:PreviousMaritalStatusEnum

Node: dcid:PreviousMaritalStatusEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "PreviousMaritalStatusEnum"
description: "The enumeration class representing an individual's prior marital status before a marriage transition."

Node: dcid:PreviouslyDivorced
typeOf: dcs:PreviousMaritalStatusEnum
name: "Previously Divorced"
description: "The individual's marital status immediately prior to their current marriage was legally divorced."

Node: dcid:PreviouslyWidowed
typeOf: dcs:PreviousMaritalStatusEnum
name: "Previously Widowed"
description: "The individual's marital status immediately prior to their current marriage was widowed."

Node: dcid:PreviouslyInRegisteredPartnership
typeOf: dcs:PreviousMaritalStatusEnum
name: "Previously in Registered Partnership"
description: "The individual's marital status immediately prior to their current marriage was a legally registered civil partnership or union."

Node: dcid:PreviouslyNeverMarried
typeOf: dcs:PreviousMaritalStatusEnum
name: "Previously Never Married"
description: "The individual's marital status immediately prior to their current marriage was single or never legally married."

Node: dcid:PreviouslyUnknownMaritalStatus
typeOf: dcs:PreviousMaritalStatusEnum
name: "Previously Unknown Marital Status"
description: "The individual's marital status immediately prior to their current marriage was unknown or unstated in the source records."
7 changes: 7 additions & 0 deletions core/stat_var_group_spec.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -18345,3 +18345,10 @@ populationType: dcid:SDG_SE_GCEDESD_SAS
typeOf: dcid:StatVarGroupSpec
vertical: dcid:dc/g/SDG_13.3.1

Node: dc/spec/10mlfzp4b4wh9
constraintProperties: dcid:previousMaritalStatus
dcid: "dc/spec/10mlfzp4b4wh9"
observationProperties: "measuredProperty=count"
populationType: dcid:Person
typeOf: dcid:StatVarGroupSpec
vertical: dcid:dc/g/Demographics
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
Node: dcid:Count_Person_Female_Married_PreviouslyDivorced
typeOf: dcid:StatisticalVariable
name: "Count person: gender female, marital status married, previous marital status previously divorced"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Female
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyDivorced

Node: dcid:Count_Person_Female_Married_PreviouslyInRegisteredPartnership
typeOf: dcid:StatisticalVariable
name: "Count person: gender female, marital status married, previous marital status previously in registered partnership"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Female
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyInRegisteredPartnership

Node: dcid:Count_Person_Female_Married_PreviouslyNeverMarried
typeOf: dcid:StatisticalVariable
name: "Count person: gender female, marital status married, previous marital status previously never married"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Female
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyNeverMarried

Node: dcid:Count_Person_Female_Married_PreviouslyUnknownMaritalStatus
typeOf: dcid:StatisticalVariable
name: "Count person: gender female, marital status married, previous marital status previously unknown marital status"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Female
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyUnknownMaritalStatus

Node: dcid:Count_Person_Female_Married_PreviouslyWidowed
typeOf: dcid:StatisticalVariable
name: "Count person: gender female, marital status married, previous marital status previously widowed"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Female
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyWidowed

Node: dcid:Count_Person_Male_Married_PreviouslyDivorced
typeOf: dcid:StatisticalVariable
name: "Count person: gender male, marital status married, previous marital status previously divorced"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Male
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyDivorced

Node: dcid:Count_Person_Male_Married_PreviouslyInRegisteredPartnership
typeOf: dcid:StatisticalVariable
name: "Count person: gender male, marital status married, previous marital status previously in registered partnership"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Male
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyInRegisteredPartnership

Node: dcid:Count_Person_Male_Married_PreviouslyNeverMarried
typeOf: dcid:StatisticalVariable
name: "Count person: gender male, marital status married, previous marital status previously never married"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Male
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyNeverMarried

Node: dcid:Count_Person_Male_Married_PreviouslyUnknownMaritalStatus
typeOf: dcid:StatisticalVariable
name: "Count person: gender male, marital status married, previous marital status previously unknown marital status"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Male
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyUnknownMaritalStatus

Node: dcid:Count_Person_Male_Married_PreviouslyWidowed
typeOf: dcid:StatisticalVariable
name: "Count person: gender male, marital status married, previous marital status previously widowed"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Male
maritalStatus: dcid:Married
previousMaritalStatus: dcid:PreviouslyWidowed
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Node: dcid:Count_Person_AgeNotStated
typeOf: dcid:StatisticalVariable
name: "Number of people with unknown age"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: dcid:AgeNotStated

Node: dcid:Count_Person_AgeNotStated_Female
typeOf: dcid:StatisticalVariable
name: "Number of females with unknown age"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: dcid:AgeNotStated
gender: dcid:Female

Node: dcid:Count_Person_AgeNotStated_Male
typeOf: dcid:StatisticalVariable
name: "Number of males with unknown age"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
age: dcid:AgeNotStated
gender: dcid:Male
Loading