From 6138a2fb2dee6e9707382edbd10ce42a491450d6 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Sun, 24 May 2026 20:30:10 -0700 Subject: [PATCH] This CL adds new imports "EuroStat_Live_Births_Total_By_Month" and "EuroStat_Marriage_Indicators" from Eurostat Database. PiperOrigin-RevId: 920730796 --- core/ProvisionalNodePlaces.mcf | 70 +++++++++++ core/dcschema.mcf | 6 + ...EuroStat_Marriage_Indicators_stat_vars.mcf | 111 ++++++++++++++++++ 3 files changed, 187 insertions(+) create mode 100644 stat_vars/EuroStat_Marriage_Indicators_stat_vars.mcf diff --git a/core/ProvisionalNodePlaces.mcf b/core/ProvisionalNodePlaces.mcf index 01e02e3f1..d7a40b7fb 100644 --- a/core/ProvisionalNodePlaces.mcf +++ b/core/ProvisionalNodePlaces.mcf @@ -564127,3 +564127,73 @@ Node: dcid:geoId/78777 typeOf: dcid:ProvisionalNode isProvisional: dcid:True dcid: "geoId/78777" + +Node: dcid:nuts/DE_TOT +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EA +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EA19 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EA18 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EEA +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EEA31 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EFTA +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EU +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EU27 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EA12 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EEA30_2007 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EEA28 +typeOf: dcs:ProvisionalNode +description: "EurostatNUTS2" +isProvisional: dcs:True + +Node: dcid:nuts/EU27_2020 +typeOf: dcs:EurostatNUTS2 +name: "European Union (27 countries - from 2020)" +isProvisional: dcs:True + +Node: dcid:nuts/EA20 +typeOf: dcs:EurostatNUTS2 +name: "Euro area (20 countries - from 2023)" +isProvisional: dcs:True diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 247f14250..b92acf7c8 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -5776,3 +5776,9 @@ typeOf: schema:Property domainIncludes: dcs:StatVarGroupSpec rangeIncludes: schema:Text description: "Observation properties that are used to generate StatVarGroup nodes." + +Node: dcid:FirstMarriage +typeOf: dcid:MaritalStatusEnum +name: "FirstMarriage" +description: "The initial legal and socially recognized union of a person who has never been married before." +descriptionUrl: "https://www.collinsdictionary.com/dictionary/english/first-marriage" diff --git a/stat_vars/EuroStat_Marriage_Indicators_stat_vars.mcf b/stat_vars/EuroStat_Marriage_Indicators_stat_vars.mcf new file mode 100644 index 000000000..c7bcf153e --- /dev/null +++ b/stat_vars/EuroStat_Marriage_Indicators_stat_vars.mcf @@ -0,0 +1,111 @@ +Node: dcid:Count_Person_Female_FirstMarriage_AsAFractionOf_Count_Person_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Female +gender: dcid:Female +maritalStatus: dcid:FirstMarriage +name: "Number of females who are married for the first time as a fraction of the total number of females" +description: "The ratio of the number of first time marrying females to the average population of females" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + +Node: dcid:Count_Person_Female_NeverMarried_AsAFractionOf_Count_Person_Female_EverMarried +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Female_EverMarried +gender: dcid:Female +maritalStatus: dcid:NeverMarried +name: "Number of females who have never been married as a fraction of the total number of females ever married" +description: "The ratio of the number of never married females to the average population of females ever married" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + +Node: dcid:Count_Person_Female_EverMarried +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Female +maritalStatus: dcid:EverMarried +name: "Number of females who have been married at least once in their lifetime" +description: "The total number of females who have been married at least once in their lifetime." + +Node: dcid:Count_Person_Male_FirstMarriage_AsAFractionOf_Count_Person_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Male +gender: dcid:Male +maritalStatus: dcid:FirstMarriage +name: "Number of males who are married for the first time as a fraction of the total number of males" +description: "The ratio of the number of first time marrying males to the average population of males" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + + +Node: dcid:Count_Person_Male_NeverMarried_AsAFractionOf_Count_Person_Male_EverMarried +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Male_EverMarried +gender: dcid:Male +maritalStatus: dcid:NeverMarried +name: "Number of males who have never been married as a fraction of the total number of males ever married" +description: "The ratio of the number of never married males to the average population of males ever married" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + +Node: dcid:Count_Person_Male_EverMarried +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +gender: dcid:Male +maritalStatus: dcid:EverMarried +name: "Number of males who have been married at least once in their lifetime" +description: "The total number of males who have been married at least once in their lifetime." + +Node: dcid:Count_Person_MarriedInThePast12Months +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +maritalStatus: dcid:MarriedInThePast12Months +name: "Number of people who are married in the past 12 months" +description: "The number of people who are married in the past 12 months" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + +Node: dcid:Count_Person_MarriedInThePast12Months_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +maritalStatus: dcid:MarriedInThePast12Months +name: "Number of people who are married in the past 12 months as a fraction of the total number of people" +description: "The ratio of the number of marriages during the year to the average population in that year" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + +Node: dcid:Mean_Age_Person_Female_FirstMarriage +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:age +statType: dcid:meanValue +gender: dcid:Female +maritalStatus: dcid:FirstMarriage +name: "Mean age of women at first marriage" +description: "The mean age of women when they get married for the first time. This is calculated as weighted average of the ages, where weights are the age specific first marriage rates" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm" + +Node: dcid:Mean_Age_Person_Male_FirstMarriage +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:age +statType: dcid:meanValue +gender: dcid:Male +maritalStatus: dcid:FirstMarriage +name: "Mean age of men at first marriage" +description: "The mean age of men when they get married for the first time. This is calculated as weighted average of the ages, where weights are the age specific first marriage rates" +descriptionUrl: "https://ec.europa.eu/eurostat/cache/metadata/en/demo_nup_esms.htm"