diff --git a/core/census_enums.mcf b/core/census_enums.mcf index d001995ba..041ff6eee 100644 --- a/core/census_enums.mcf +++ b/core/census_enums.mcf @@ -1128,10 +1128,16 @@ name: "ForeignBornNotBornAtSea" Node: USC_PovertyStatusEnum typeOf: schema:Class -subClassOf: schema:Enumeration +subClassOf: schema:PovertyStatusEnum dcid: "USC_PovertyStatusEnum" name: "USC_PovertyStatusEnum" +Node: PovertyStatusEnum +typeOf: schema:Class +subClassOf: schema:Enumeration +dcid: "PovertyStatusEnum" +name: "PovertyStatusEnum" + Node: PovertyStatusDetermined typeOf: dcs:USC_PovertyStatusEnum dcid: "PovertyStatusDetermined" @@ -1143,6 +1149,11 @@ typeOf: dcs:USC_PovertyStatusEnum dcid: "AbovePovertyLevelInThePast12Months" name: "AbovePovertyLevelInThePast12Months" +Node: USC_AbovePovertyLevelInThePast12Months +typeOf: dcs:USC_PovertyStatusEnum +dcid: "USC_AbovePovertyLevelInThePast12Months" +name: "Income in the past 12 months above the US Census poverty level" + Node: BelowPovertyLevelInThePast12Months typeOf: dcs:USC_PovertyStatusEnum dcid: "BelowPovertyLevelInThePast12Months" @@ -1163,6 +1174,7 @@ name: "AboveTwicePovertyLevel" Node: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:USC_PovertyStatusEnum name: "USC_IncomeInThePast12MonthsBelowPovertyLevel" +description: "Income in past 12 months below the US census poverty level." Node: RaceCodeEnum typeOf: schema:Class diff --git a/core/census_properties.mcf b/core/census_properties.mcf index 3a4f9b2fb..95b15a134 100644 --- a/core/census_properties.mcf +++ b/core/census_properties.mcf @@ -247,7 +247,7 @@ Node: povertyStatus dcid: "povertyStatus" domainIncludes: schema:Person name: "povertyStatus" -rangeIncludes: dcs:USC_PovertyStatusEnum +rangeIncludes: dcs:PovertyStatusEnum typeOf: schema:Property ## race defined in K12 (we probably want to move it to dcschema?) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 2fcc81b44..b6cff885f 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -2100,11 +2100,35 @@ subClassOf: dcs:PrecipiationUnitOfMeasure name: "KilogramsPerMeterSquaredSecond" shortDisplayName: "kg/sqms" +Node: dcid:IND_BelowPovertyLevelInThePast12Months +typeOf: dcs:PovertyStatusEnum +name: "Below Indian poverty level in the last 12 months" +description: "India poverty line is the per capita per month expenditure that corresponds to the all India poverty ratio." +descriptionUrl: "https://pib.gov.in/newsite/erelcontent.aspx?relid=97365" + +Node: dcid:IND_UrbanBelowPovertyLevelInThePast12Months +typeOf: dcs:PovertyStatusEnum +name: "Below Indian urban poverty level in the last 12 months" +description: "Below Indian urban povery level is based on the per capita per month expenditure of urban region that corresponds to the poverty ratio." +descriptionUrl: "https://pib.gov.in/newsite/erelcontent.aspx?relid=97365" + +Node: dcid:IND_RuralBelowPovertyLevelInThePast12Months +typeOf: dcs:PovertyStatusEnum +name: "Below Indian rural poverty level in the last 12 months" +description: "Below Indian rural povery level is based on the per capita per month expenditure of rural region that corresponds to the poverty ratio." +descriptionUrl: "https://pib.gov.in/newsite/erelcontent.aspx?relid=97365" + + Node: dcid:RatioToPovertyLine typeOf: dcs:UnitOfMeasure name: "RatioToPovertyLine" description: "A unit indicating a ratio to poverty line. If one is at poverty line, then one has a RatioToPovertyLine of 1. If one's income is twice that of the poverty line threshold, then one has a RatioToPovertyLine of 2." +Node: dcid:USC_RatioToPovertyLine +typeOf: dcs:UnitOfMeasure +name: "USC_RatioToPovertyLine" +description: "A unit indicating a ratio to US Census poverty line. If one is at poverty line, then one has a USC_RatioToPovertyLine of 1. If one's income is twice that of the poverty line threshold, then one has a USC_RatioToPovertyLine of 2." + Node: dcid:RatioToHouseholdIncome typeOf: dcs:UnitOfMeasure name: "RatioToHouseholdIncome" diff --git a/stat_vars/acs_2022_5yr_stat_vars.mcf b/stat_vars/acs_2022_5yr_stat_vars.mcf index 890393773..b2625380f 100644 --- a/stat_vars/acs_2022_5yr_stat_vars.mcf +++ b/stat_vars/acs_2022_5yr_stat_vars.mcf @@ -1,9 +1,10 @@ Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_003E @@ -13,17 +14,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_004E @@ -33,17 +35,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_005E @@ -53,17 +56,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_006E @@ -73,17 +77,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_007E @@ -93,17 +98,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_008E @@ -113,17 +119,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_009E @@ -133,17 +140,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_011E @@ -153,17 +161,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_012E @@ -173,17 +182,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_013E @@ -193,17 +203,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_014E @@ -213,17 +224,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_015E @@ -233,17 +245,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_016E @@ -253,17 +266,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, White Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_017E @@ -273,17 +287,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:WhiteAlone #usCensusUniqueId: B17020A_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_003E @@ -293,17 +308,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_004E @@ -313,17 +329,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_005E @@ -333,17 +350,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_006E @@ -353,17 +371,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_007E @@ -373,17 +392,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_008E @@ -393,17 +413,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_009E @@ -413,17 +434,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_011E @@ -433,17 +455,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_012E @@ -453,17 +476,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_013E @@ -473,17 +497,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_014E @@ -493,17 +518,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_015E @@ -513,17 +539,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_016E @@ -533,17 +560,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_017E @@ -553,17 +581,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:BlackOrAfricanAmericanAlone #usCensusUniqueId: B17020B_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_003E @@ -573,17 +602,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_004E @@ -593,17 +623,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_005E @@ -613,17 +644,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_006E @@ -633,17 +665,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_007E @@ -653,17 +686,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_008E @@ -673,17 +707,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_009E @@ -693,17 +728,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_011E @@ -713,17 +749,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_012E @@ -733,17 +770,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_013E @@ -753,17 +791,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_014E @@ -773,17 +812,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_015E @@ -793,17 +833,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_016E @@ -813,17 +854,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_017E @@ -833,17 +875,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:AmericanIndianOrAlaskaNativeAlone #usCensusUniqueId: B17020C_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:AsianAlone #usCensusUniqueId: B17020D_003E @@ -853,17 +896,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:AsianAlone #usCensusUniqueId: B17020D_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:AsianAlone #usCensusUniqueId: B17020D_004E @@ -873,17 +917,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:AsianAlone #usCensusUniqueId: B17020D_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:AsianAlone #usCensusUniqueId: B17020D_005E @@ -893,17 +938,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:AsianAlone #usCensusUniqueId: B17020D_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:AsianAlone #usCensusUniqueId: B17020D_006E @@ -913,17 +959,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:AsianAlone #usCensusUniqueId: B17020D_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:AsianAlone #usCensusUniqueId: B17020D_007E @@ -933,17 +980,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:AsianAlone #usCensusUniqueId: B17020D_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:AsianAlone #usCensusUniqueId: B17020D_008E @@ -953,17 +1001,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:AsianAlone #usCensusUniqueId: B17020D_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:AsianAlone #usCensusUniqueId: B17020D_009E @@ -973,17 +1022,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:AsianAlone #usCensusUniqueId: B17020D_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:AsianAlone #usCensusUniqueId: B17020D_011E @@ -993,17 +1043,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:AsianAlone #usCensusUniqueId: B17020D_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:AsianAlone #usCensusUniqueId: B17020D_012E @@ -1013,17 +1064,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:AsianAlone #usCensusUniqueId: B17020D_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:AsianAlone #usCensusUniqueId: B17020D_013E @@ -1033,17 +1085,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:AsianAlone #usCensusUniqueId: B17020D_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:AsianAlone #usCensusUniqueId: B17020D_014E @@ -1053,17 +1106,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:AsianAlone #usCensusUniqueId: B17020D_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:AsianAlone #usCensusUniqueId: B17020D_015E @@ -1073,17 +1127,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:AsianAlone #usCensusUniqueId: B17020D_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:AsianAlone #usCensusUniqueId: B17020D_016E @@ -1093,17 +1148,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:AsianAlone #usCensusUniqueId: B17020D_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, Asian Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:AsianAlone #usCensusUniqueId: B17020D_017E @@ -1113,17 +1169,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:AsianAlone #usCensusUniqueId: B17020D_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_003E @@ -1133,17 +1190,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_004E @@ -1153,17 +1211,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_005E @@ -1173,17 +1232,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_006E @@ -1193,17 +1253,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_007E @@ -1213,17 +1274,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_008E @@ -1233,17 +1295,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_009E @@ -1253,17 +1316,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_011E @@ -1273,17 +1337,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_012E @@ -1293,17 +1358,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_013E @@ -1313,17 +1379,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_014E @@ -1333,17 +1400,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_015E @@ -1353,17 +1421,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_016E @@ -1373,17 +1442,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_017E @@ -1393,17 +1463,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:NativeHawaiianOrOtherPacificIslanderAlone #usCensusUniqueId: B17020E_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_003E @@ -1413,17 +1484,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_004E @@ -1433,17 +1505,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_005E @@ -1453,17 +1526,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_006E @@ -1473,17 +1547,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_007E @@ -1493,17 +1568,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_008E @@ -1513,17 +1589,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_009E @@ -1533,17 +1610,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_011E @@ -1553,17 +1631,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_012E @@ -1573,17 +1652,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_013E @@ -1593,17 +1673,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_014E @@ -1613,17 +1694,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_015E @@ -1633,17 +1715,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_016E @@ -1653,17 +1736,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_017E @@ -1673,17 +1757,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:SomeOtherRaceAlone #usCensusUniqueId: B17020F_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_003E @@ -1693,17 +1778,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_004E @@ -1713,17 +1799,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_005E @@ -1733,17 +1820,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_006E @@ -1753,17 +1841,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_007E @@ -1773,17 +1862,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_008E @@ -1793,17 +1883,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_009E @@ -1813,17 +1904,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_011E @@ -1833,17 +1925,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_012E @@ -1853,17 +1946,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_013E @@ -1873,17 +1967,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_014E @@ -1893,17 +1988,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_015E @@ -1913,17 +2009,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_016E @@ -1933,17 +2030,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, Two or More Races" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_017E @@ -1953,17 +2051,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:TwoOrMoreRaces #usCensusUniqueId: B17020G_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_003E @@ -1973,17 +2072,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_004E @@ -1993,17 +2093,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_005E @@ -2013,17 +2114,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_006E @@ -2033,17 +2135,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_007E @@ -2053,17 +2156,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_008E @@ -2073,17 +2177,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_009E @@ -2093,17 +2198,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_011E @@ -2113,17 +2219,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_012E @@ -2133,17 +2240,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_013E @@ -2153,17 +2261,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_014E @@ -2173,17 +2282,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_015E @@ -2193,17 +2303,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_016E @@ -2213,17 +2324,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_017E @@ -2233,17 +2345,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:WhiteAloneNotHispanicOrLatino #usCensusUniqueId: B17020H_017M Node: dcid:Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_003E @@ -2253,17 +2366,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years - 6] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_003M Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_004E @@ -2273,17 +2387,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 6 11] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_004M Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_005E @@ -2293,17 +2408,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 12 17] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_005M Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_006E @@ -2313,17 +2429,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 18 59] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_006M Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_007E @@ -2333,17 +2450,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 60 74] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_007M Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_008E @@ -2353,17 +2471,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 75 84] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_008M Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_009E @@ -2373,17 +2492,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel age: [Years 85 -] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_009M Node: dcid:Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_011E @@ -2393,17 +2513,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years - 6] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_011M Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_012E @@ -2413,17 +2534,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 6 11] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_012M Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_013E @@ -2433,17 +2555,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 12 17] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_013M Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_014E @@ -2453,17 +2576,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 18 59] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_014M Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_015E @@ -2473,17 +2597,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 60 74] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_015M Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_016E @@ -2493,17 +2618,18 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 75 84] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_016M Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:measuredValue -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_017E @@ -2513,7 +2639,7 @@ typeOf: dcs:StatisticalVariable populationType: schema:Person measuredProperty: dcs:count statType: dcs:marginOfError -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months age: [Years 85 -] race: dcs:HispanicOrLatino #usCensusUniqueId: B17020I_017M diff --git a/stat_vars/autogenerated_human_stat_vars.mcf b/stat_vars/autogenerated_human_stat_vars.mcf index 69ed2dc43..a039253d3 100644 --- a/stat_vars/autogenerated_human_stat_vars.mcf +++ b/stat_vars/autogenerated_human_stat_vars.mcf @@ -2801,19 +2801,21 @@ measuredProperty: dcs:count placeOfBirth: dcs:NativeBornOutsideTheUnitedStates Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months +name: "Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months name: "Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months +name: "Population Below US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel name: "Population Below Poverty Level Status in Past Year" Node: dcid:Count_Person_AmericanIndianAndAlaskaNativeAlone @@ -10912,244 +10914,274 @@ age: dcs:YearsUpto18 disabilityStatus: dcs:WithDisability Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4 +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38 +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2 +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5 +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4 +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4 +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38 +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2 +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5 +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4 +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4 +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38 +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2 +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5 +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4 +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4 +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38 +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2 +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5 +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4 +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 Node: dcid:Count_Person_Upto18Years_RatioToPovertyLine1.38To4 +name: "Population: 18 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto1.38 +name: "Population: 18 Years or Less, 1.4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto2 +name: "Population: 18 Years or Less, 2 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto2.5 +name: "Population: 18 Years or Less, 2.5 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto4 +name: "Population: 18 Years or Less, 4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4 +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38 +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2 +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5 +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4 +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 Node: dcid:Count_Person_0Years_Female typeOf: dcs:StatisticalVariable @@ -14683,6 +14715,7 @@ age: dcs:YearsUpto5 placeOfBirth: dcs:NativeBornOutsideTheUnitedStates Node: dcid:Count_Person_12To17Years_AbovePovertyLevelInThePast12Months +name: "Population: 12 - 17 Years, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14691,6 +14724,7 @@ age: dcs:Years12To17 povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_12To17Years_BelowPovertyLevelInThePast12Months +name: "Population: 12 - 17 Years, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14699,6 +14733,7 @@ age: dcs:Years12To17 povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_18To59Years_AbovePovertyLevelInThePast12Months +name: "Population: 18 - 59 Years, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14707,6 +14742,7 @@ age: dcs:Years18To59 povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_18To59Years_BelowPovertyLevelInThePast12Months +name: "Population: 18 - 59 Years, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14715,6 +14751,7 @@ age: dcs:Years18To59 povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_60To74Years_AbovePovertyLevelInThePast12Months +name: "Population: 60 - 74 Years, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14723,6 +14760,7 @@ age: dcs:Years60To74 povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_60To74Years_BelowPovertyLevelInThePast12Months +name: "Population: 60 - 74 Years, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14731,6 +14769,7 @@ age: dcs:Years60To74 povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_6To11Years_AbovePovertyLevelInThePast12Months +name: "Population: 6 - 11 Years, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14739,14 +14778,16 @@ age: dcs:Years6To11 povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_6To11Years_BelowPovertyLevelInThePast12Months +name: "Population: 6 - 11 Years, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years6To11 -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_75To84Years_AbovePovertyLevelInThePast12Months +name: "Population: 75 - 84 Years, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14755,6 +14796,7 @@ age: dcs:Years75To84 povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_75To84Years_BelowPovertyLevelInThePast12Months +name: "Population: 75 - 84 Years, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14763,6 +14805,7 @@ age: dcs:Years75To84 povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months +name: "Population: 85 Years or More, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14771,6 +14814,7 @@ age: dcs:Years85Onwards povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months +name: "Population: 85 Years or More, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14779,6 +14823,7 @@ age: dcs:Years85Onwards povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_Upto6Years_AbovePovertyLevelInThePast12Months +name: "Population: 6 Years or Less, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -14787,6 +14832,7 @@ age: dcs:YearsUpto6 povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_Upto6Years_BelowPovertyLevelInThePast12Months +name: "Population: 6 Years or Less, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -15836,30 +15882,33 @@ age: dcs:Years25Onwards educationalAttainment: dcs:SomeCollegeLessThan1Year Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months +name: "Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months name: "Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months +name: "Female Population Below US Census Poverty Level in the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel name: "Female Population Below Poverty Level in the Last Year" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months +name: "Male Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months name: "Male Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Male_BelowPovertyLevelInThePast12Months @@ -16087,164 +16136,182 @@ age: dcs:Years5Onwards nativity: dcs:USC_Native Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Native American Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:AmericanIndianOrAlaskaNativeAlone name: "Native American Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Asian Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:AsianAlone name: "Asian Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "African American Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:BlackOrAfricanAmericanAlone name: "African American Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Hispanic Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:HispanicOrLatino name: "Hispanic Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population Above US Census Poverty Level Status in Last Year Who Are Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:NativeHawaiianOrOtherPacificIslanderAlone name: "Population Above Poverty Level Status in Last Year Who Are Native Hawaiian or Other Pacific Islander Alone" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population Some Other Race Alone and Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:SomeOtherRaceAlone name: "Population Some Other Race Alone and Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Multi Racial Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:TwoOrMoreRaces name: "Multi Racial Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "White Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:WhiteAlone name: "White Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Non Hispanic White Population Above US Census Poverty Level Status in Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:WhiteAloneNotHispanicOrLatino name: "Non Hispanic White Population Above Poverty Level Status in Past Year" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Population Below US Census Poverty Level Status in Past Year and American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:AmericanIndianOrAlaskaNativeAlone name: "Population Below Poverty Level Status in Past Year and American Indian or Alaska Native Alone" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Population Below US Census Poverty Level Status in Past Year and Asian Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:AsianAlone name: "Population Below Poverty Level Status in Past Year and Asian Alone" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Population Below US Census Poverty Level Status in Past Year and Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:BlackOrAfricanAmericanAlone name: "Population Below Poverty Level Status in Past Year and Black or African American Alone" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Population Below US Census Poverty Level Status in Past Year and Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:HispanicOrLatino name: "Population Below Poverty Level Status in Past Year and Hispanic or Latino" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Population Below US Census Poverty Level Status in Past Year and Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:NativeHawaiianOrOtherPacificIslanderAlone name: "Population Below Poverty Level Status in Past Year and Native Hawaiian or Other Pacific Islander Alone" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Population Below US Census Poverty Level Status in Past Year and Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:SomeOtherRaceAlone name: "Population Below Poverty Level Status in Past Year and Some Other Race Alone" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Population Below US Census Poverty Level Status in Past Year and Two or More Races" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:TwoOrMoreRaces name: "Population Below Poverty Level Status in Past Year and Two or More Races" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Population Below US Census Poverty Level Status in Past Year and White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:WhiteAlone name: "Population Below Poverty Level Status in Past Year and White Alone" Node: dcid:Count_Person_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Population Below US Census Poverty Level Status in Past Year and White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:WhiteAloneNotHispanicOrLatino name: "Population Below Poverty Level Status in Past Year and White Alone Not Hispanic or Latino" @@ -39665,1668 +39732,1853 @@ employmentStatus: dcs:BLS_NotInLaborForce gender: dcs:Male Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_Female +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Female Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_Male +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Male Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_Female +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Female Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_Male +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Male Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_Female +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Female Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_Male +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Male Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_Female +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Female Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_Male +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Male Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_Female +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Female Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_Male +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Male Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_Female +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Female Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_Male +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Male Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_Female +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Female Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_Male +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Male Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_Female +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Female Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_Male +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Male Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_Female +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Female Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_Male +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Male Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_Female +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Female Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_Male +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Male Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_Female +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Female Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_Male +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Male Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_Female +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Female Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_Male +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Male Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_Female +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Female Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_Male +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Male Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_Female +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Female Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_Male +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Male Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_Female +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Female Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_Male +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Male Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_Female +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Female Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_Male +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Male Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_Female +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Female Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_Male +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Male Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_Female +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Female Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_Male +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Male Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Female +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Female Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Male +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Male Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_Female +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Female Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_Male +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Male Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_Female +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Female Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_Male +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 gender: dcs:Male Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Female +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Female Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Male +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 gender: dcs:Male Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_Female +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Female Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_Male +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 gender: dcs:Male Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_Female +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Female Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_Male +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 gender: dcs:Male Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_Female +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, Female" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Female Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_Male +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, Male" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 gender: dcs:Male Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Population: 18 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Population: 18 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Population: 18 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Population: 18 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Population: 18 Years or Less, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Population: 18 Years or Less, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Population: 18 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Population: 18 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Population: 18 Years or Less, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto18Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Population: 18 Years or Less, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_18To64Years_RatioToPovertyLine1.38To4_WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:WhiteAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:HispanicOrLatino Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:WhiteAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:HispanicOrLatino Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2_WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:WhiteAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:HispanicOrLatino Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto2.5_WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:WhiteAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_18To64Years_RatioToPovertyLineUpto4_WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:WhiteAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_21To64Years_RatioToPovertyLine1.38To4_WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:WhiteAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:HispanicOrLatino Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto1.38_WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:WhiteAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:HispanicOrLatino Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2_WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:WhiteAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:HispanicOrLatino Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto2.5_WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:WhiteAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_21To64Years_RatioToPovertyLineUpto4_WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:WhiteAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_40To64Years_RatioToPovertyLine1.38To4_WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:WhiteAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:HispanicOrLatino Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto1.38_WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:WhiteAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:HispanicOrLatino Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2_WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:WhiteAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:HispanicOrLatino Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto2.5_WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:WhiteAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_40To64Years_RatioToPovertyLineUpto4_WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:WhiteAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_50To64Years_RatioToPovertyLine1.38To4_WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:WhiteAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:HispanicOrLatino Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:WhiteAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:HispanicOrLatino Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2_WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:WhiteAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:HispanicOrLatino Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto2.5_WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:WhiteAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_50To64Years_RatioToPovertyLineUpto4_WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:WhiteAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 race: dcs:WhiteAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:HispanicOrLatino Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 race: dcs:WhiteAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:HispanicOrLatino Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2_WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 race: dcs:WhiteAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:HispanicOrLatino Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 race: dcs:WhiteAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, Black or African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:BlackOrAfricanAmericanAlone Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:HispanicOrLatino Node: dcid:Count_Person_Upto64Years_RatioToPovertyLineUpto4_WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 race: dcs:WhiteAlone Node: dcid:Count_Person_18To64Years_Female_NoHealthInsurance @@ -41510,6 +41762,7 @@ gender: dcs:Male healthInsurance: dcs:WithHealthInsurance Node: dcid:Count_Person_12To14Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41519,15 +41772,17 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_12To14Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years12To14 gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_12To14Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41537,6 +41792,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_12To14Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41546,6 +41802,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_15Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41555,6 +41812,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_15Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41564,6 +41822,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_15Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41573,15 +41832,17 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_15Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years15 gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_16To17Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41591,6 +41852,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_16To17Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41600,6 +41862,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_16To17Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41609,6 +41872,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_16To17Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41618,6 +41882,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_18To24Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41627,6 +41892,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_18To24Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41636,6 +41902,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_18To24Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41645,6 +41912,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_18To24Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41654,6 +41922,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_25To34Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41663,15 +41932,17 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_25To34Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years25To34 gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_25To34Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41681,15 +41952,17 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_25To34Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years25To34 gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_35To44Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41699,15 +41972,17 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_35To44Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years35To44 gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_35To44Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41717,6 +41992,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_35To44Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41726,6 +42002,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_45To54Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41735,15 +42012,17 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_45To54Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years45To54 gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_45To54Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41753,6 +42032,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_45To54Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41762,6 +42042,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_55To64Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41771,6 +42052,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_55To64Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41780,6 +42062,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_55To64Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41789,6 +42072,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_55To64Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41798,6 +42082,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_5Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41807,6 +42092,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_5Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41816,6 +42102,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_5Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41825,15 +42112,17 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_5Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years5 gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_65To74Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41843,6 +42132,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_65To74Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41852,6 +42142,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_65To74Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41861,15 +42152,17 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_65To74Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years65To74 gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_6To11Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41879,6 +42172,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_6To11Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41888,6 +42182,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_6To11Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41897,15 +42192,17 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_6To11Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:Years6To11 gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_75OrMoreYears_Female_AbovePovertyLevelInThePast12Months +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41915,6 +42212,7 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_75OrMoreYears_Female_BelowPovertyLevelInThePast12Months +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41924,6 +42222,7 @@ gender: dcs:Female povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_75OrMoreYears_Male_AbovePovertyLevelInThePast12Months +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41933,6 +42232,7 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_75OrMoreYears_Male_BelowPovertyLevelInThePast12Months +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41942,6 +42242,7 @@ gender: dcs:Male povertyStatus: dcs:BelowPovertyLevelInThePast12Months Node: dcid:Count_Person_Upto5Years_Female_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41951,15 +42252,17 @@ gender: dcs:Female povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_Upto5Years_Female_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto5 gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_Upto5Years_Male_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue @@ -41969,13 +42272,14 @@ gender: dcs:Male povertyStatus: dcs:AbovePovertyLevelInThePast12Months Node: dcid:Count_Person_Upto5Years_Male_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count age: dcs:YearsUpto5 gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel Node: dcid:Count_Person_10To14Years_Female_AmericanIndianOrAlaskaNativeAlone typeOf: dcs:StatisticalVariable @@ -46123,272 +46427,299 @@ schoolEnrollment: dcs:EnrolledInSchool name: "Elementary School Students" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Female Population Above US Census Poverty Level in the Past Year and American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:AmericanIndianOrAlaskaNativeAlone name: "Female Population Above Poverty Level in the Past Year and American Indian or Alaska Native Alone" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Asian Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:AsianAlone name: "Asian Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "African American Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:BlackOrAfricanAmericanAlone name: "African American Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Hispanic Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:HispanicOrLatino name: "Hispanic Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Native Hawaiian or Other Pacific Islander Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:NativeHawaiianOrOtherPacificIslanderAlone name: "Native Hawaiian or Other Pacific Islander Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Unclassified Race Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:SomeOtherRaceAlone name: "Unclassified Race Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Multiracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:TwoOrMoreRaces name: "Multiracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "White Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:WhiteAlone name: "White Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Non Hispanic White Monoracial Female Population Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:WhiteAloneNotHispanicOrLatino name: "Non Hispanic White Monoracial Female Population Above Poverty Level in the Past Year" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Female Population Below US Census Poverty Level in the Past Year and American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:AmericanIndianOrAlaskaNativeAlone name: "Female Population Below Poverty Level in the Past Year and American Indian or Alaska Native Alone" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_AsianAlone +name: "Female Population Below US Census Poverty Level in the Past Year and Asian Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:AsianAlone name: "Female Population Below Poverty Level in the Past Year and Asian Alone" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "Female Population Below US Census Poverty Level in the Last Year and African American Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:BlackOrAfricanAmericanAlone name: "Female Population Below Poverty Level in the Last Year and African American Alone" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_HispanicOrLatino +name: "Female Population Below US Census Poverty Level in the Last Year and Hispanic" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:HispanicOrLatino name: "Female Population Below Poverty Level in the Last Year and Hispanic" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Female Population Below US Census Poverty Level in the Last Year and Native Hawaiian or Other Pacific Islander Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:NativeHawaiianOrOtherPacificIslanderAlone name: "Female Population Below Poverty Level in the Last Year and Native Hawaiian or Other Pacific Islander Alone" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Female Population Below US Census Poverty Level in the Past Year and Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:SomeOtherRaceAlone name: "Female Population Below Poverty Level in the Past Year and Some Other Race Alone" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Female Population Below US Census Poverty Level in the Past Year and Two or More Races" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:TwoOrMoreRaces name: "Female Population Below Poverty Level in the Past Year and Two or More Races" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Female Population Below US Census Poverty Level in the Past Year and White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:WhiteAlone name: "Female Population Below Poverty Level in the Past Year and White Alone" Node: dcid:Count_Person_Female_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Female Population Below US Census Poverty Level in the Past Year and White Alone Not Hispanic or Latino" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:WhiteAloneNotHispanicOrLatino name: "Female Population Below Poverty Level in the Past Year and White Alone Not Hispanic or Latino" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone +name: "Male Population Above US Census Poverty Level Over the Last Year and Who Are American Indian or Alaska Native Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:AmericanIndianOrAlaskaNativeAlone name: "Male Population Above Poverty Level Over the Last Year and Who Are American Indian or Alaska Native Alone" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_AsianAlone +name: "Asian Male Population Above US Census Poverty Level Status Over the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:AsianAlone name: "Asian Male Population Above Poverty Level Status Over the Last Year" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone +name: "African American Male Population Above US Census Poverty Level Status Over the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:BlackOrAfricanAmericanAlone name: "African American Male Population Above Poverty Level Status Over the Last Year" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_HispanicOrLatino +name: "Hispanic Male Population Above US Census Poverty Level Status Over the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:HispanicOrLatino name: "Hispanic Male Population Above Poverty Level Status Over the Last Year" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone +name: "Male Population Above US Census Poverty Level Status Over the Last Year Who Are Native Hawaiian or Other Pacific Islanders Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:NativeHawaiianOrOtherPacificIslanderAlone name: "Male Population Above Poverty Level Status Over the Last Year Who Are Native Hawaiian or Other Pacific Islanders Alone" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Male Population Above US Census Poverty Level Over the Last Year Who Are Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:SomeOtherRaceAlone name: "Male Population Above Poverty Level Over the Last Year Who Are Some Other Race Alone" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Multiracial Male Population Above US Census Poverty Level Over the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:TwoOrMoreRaces name: "Multiracial Male Population Above Poverty Level Over the Last Year" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_WhiteAlone +name: "White Male Population Above US Census Poverty Level Status Over the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:WhiteAlone name: "White Male Population Above Poverty Level Status Over the Last Year" Node: dcid:Count_Person_Male_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Non Hispanic White Male Population Above US Census Poverty Level Status Over the Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:AbovePovertyLevelInThePast12Months +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months race: dcs:WhiteAloneNotHispanicOrLatino name: "Non Hispanic White Male Population Above Poverty Level Status Over the Last Year" @@ -46443,42 +46774,46 @@ race: dcs:NativeHawaiianOrOtherPacificIslanderAlone name: "Male Population Below Poverty Status in the Last Year and Are Native Hawaiianor Other Pacific Islander Alone" Node: dcid:Count_Person_Male_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone +name: "Male Population Below US Census Poverty Level Status Over the Last Year and Some Other Race Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:SomeOtherRaceAlone name: "Male Population Below Poverty Level Status Over the Last Year and Some Other Race Alone" Node: dcid:Count_Person_Male_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces +name: "Male Population Below US Census Poverty Level Status Over the Last Year and Multiracial" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:TwoOrMoreRaces name: "Male Population Below Poverty Level Status Over the Last Year and Multiracial" Node: dcid:Count_Person_Male_BelowPovertyLevelInThePast12Months_WhiteAlone +name: "Male Population Below US Census Poverty Level Status Over the Last Year and White Alone" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:WhiteAlone name: "Male Population Below Poverty Level Status Over the Last Year and White Alone" Node: dcid:Count_Person_Male_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino +name: "Male Population Below US Census Poverty Level Status Over the Last Year and White Alone and Not Hispanic" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:count gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel race: dcs:WhiteAloneNotHispanicOrLatino name: "Male Population Below Poverty Level Status Over the Last Year and White Alone and Not Hispanic" @@ -49256,543 +49591,603 @@ childSchoolEnrollment: dcs:EnrolledInPublicSchool employmentStatus: dcs:BLS_NotInLaborForce Node: dcid:Percent_Person_18To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Percent: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Percent: 18 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Percent: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Percent: 18 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Percent: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_18To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Percent: 18 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years18To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Percent: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Percent: 21 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Percent: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Percent: 21 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Percent: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_21To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Percent: 21 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years21To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Percent: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Percent: 40 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Percent: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Percent: 40 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Percent: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_40To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Percent: 40 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years40To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Percent: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Percent: 50 - 64 Years, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Percent: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Percent: 50 - 64 Years, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Percent: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_50To64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Percent: 50 - 64 Years, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:Years50To64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Percent: 18 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Percent: 18 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Percent: 18 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Percent: 18 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Percent: 18 Years or Less, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Percent: 18 Years or Less, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Percent: 18 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Percent: 18 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Percent: 18 Years or Less, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto18Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Percent: 18 Years or Less, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto18 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLine1.38To4_NoHealthInsurance +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLine1.38To4_WithHealthInsurance +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To US Census Poverty Line, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLine1.38To4 +familyIncome: dcs:USC_RatioToPovertyLine1.38To4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance +name: "Percent: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance +name: "Percent: 64 Years or Less, 1.4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto1.38 +familyIncome: dcs:USC_RatioToPovertyLineUpto1.38 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto2_NoHealthInsurance +name: "Percent: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto2_WithHealthInsurance +name: "Percent: 64 Years or Less, 2 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2 +familyIncome: dcs:USC_RatioToPovertyLineUpto2 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance +name: "Percent: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance +name: "Percent: 64 Years or Less, 2.5 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto2.5 +familyIncome: dcs:USC_RatioToPovertyLineUpto2.5 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto4_NoHealthInsurance +name: "Percent: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, No Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:NoHealthInsurance Node: dcid:Percent_Person_Upto64Years_RatioToPovertyLineUpto4_WithHealthInsurance +name: "Percent: 64 Years or Less, 4 Ratio To US Census Poverty Line or Less, With Health Insurance" typeOf: dcs:StatisticalVariable populationType: dcs:Person statType: dcs:measuredValue measuredProperty: dcs:percent age: dcs:YearsUpto64 -familyIncome: dcs:RatioToPovertyLineUpto4 +familyIncome: dcs:USC_RatioToPovertyLineUpto4 healthInsurance: dcs:WithHealthInsurance Node: dcid:Percent_Person_18To64Years_Female_NoHealthInsurance diff --git a/stat_vars/manual_usc_s2201_stat_vars.mcf b/stat_vars/manual_usc_s2201_stat_vars.mcf index d150cf99b..a810a943f 100644 --- a/stat_vars/manual_usc_s2201_stat_vars.mcf +++ b/stat_vars/manual_usc_s2201_stat_vars.mcf @@ -396,12 +396,13 @@ householdType: dcs:NonfamilyHousehold constraintProperties: dcs:benefitsStatus, dcs:memberStatus, dcs:householdType Node: dcid:Count_Household_WithFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months +name: "Households With Food Stamps in the Past Year and Below US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Household measuredProperty: dcs:count statType: dcs:measuredValue benefitsStatus: dcs:WithFoodStampsInThePast12Months -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel constraintProperties: dcs:benefitsStatus, dcs:povertyStatus name: "Households With Food Stamps in the Past Year and Below Poverty Level in the Past Year" @@ -411,10 +412,11 @@ populationType: dcs:Household measuredProperty: dcs:count statType: dcs:marginOfError benefitsStatus: dcs:WithFoodStampsInThePast12Months -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel constraintProperties: dcs:benefitsStatus, dcs:povertyStatus Node: dcid:Count_Household_WithFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months +name: "Households With Food Stamps in the Past Year and Above US Census Poverty Level in the Past Year" typeOf: dcs:StatisticalVariable populationType: dcs:Household measuredProperty: dcs:count @@ -1153,12 +1155,13 @@ householdType: dcs:NonfamilyHousehold constraintProperties: dcs:benefitsStatus, dcs:memberStatus, dcs:householdType Node: dcid:Count_Household_WithoutFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months +name: "Households Not Receiving Food Stamps in Last Year, Income Below US Census Poverty Level" typeOf: dcs:StatisticalVariable populationType: dcs:Household measuredProperty: dcs:count statType: dcs:measuredValue benefitsStatus: dcs:WithoutFoodStampsInThePast12Months -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel constraintProperties: dcs:benefitsStatus, dcs:povertyStatus name: "Households Not Receiving Food Stamps in Last Year, Income Below Poverty Level" @@ -1168,10 +1171,11 @@ populationType: dcs:Household measuredProperty: dcs:count statType: dcs:marginOfError benefitsStatus: dcs:WithoutFoodStampsInThePast12Months -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel constraintProperties: dcs:benefitsStatus, dcs:povertyStatus Node: dcid:Count_Household_WithoutFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months +name: "Above US Census Poverty Level Households Not Receiving Food Stamps in Last Year" typeOf: dcs:StatisticalVariable populationType: dcs:Household measuredProperty: dcs:count diff --git a/stat_vars/manual_usc_s2702_stat_vars.mcf b/stat_vars/manual_usc_s2702_stat_vars.mcf index e75e3eff6..dafd763bd 100644 --- a/stat_vars/manual_usc_s2702_stat_vars.mcf +++ b/stat_vars/manual_usc_s2702_stat_vars.mcf @@ -2130,11 +2130,12 @@ institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_0.5OrLessRatioToPovertyLine +name: "Population: No Health Insurance, 0.5 Ratio To US Census Poverty Line or Less" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [- 0.5 RatioToPovertyLine] +povertyStatus: [- 0.5 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable @@ -2144,17 +2145,18 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [- 0.5 RatioToPovertyLine] +povertyStatus: [- 0.5 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_0.5To0.99RatioToPovertyLine +name: "Population: No Health Insurance, 0.5 - 1.0 Ratio To US Census Poverty Line" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [0.5 0.99 RatioToPovertyLine] +povertyStatus: [0.5 0.99 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable @@ -2164,17 +2166,18 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [0.5 0.99 RatioToPovertyLine] +povertyStatus: [0.5 0.99 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_1To1.49RatioToPovertyLine +name: "Population: No Health Insurance, 1 - 1.5 Ratio To US Census Poverty Line" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable @@ -2184,17 +2187,18 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_1.5To1.99RatioToPovertyLine +name: "Population: No Health Insurance, 1.5 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [1.5 1.99 RatioToPovertyLine] +povertyStatus: [1.5 1.99 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable @@ -2204,17 +2208,18 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [1.5 1.99 RatioToPovertyLine] +povertyStatus: [1.5 1.99 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_2.0To2.99RatioToPovertyLine +name: "Population: No Health Insurance, 2 - 3.0 Ratio To US Census Poverty Line" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [2.0 2.99 RatioToPovertyLine] +povertyStatus: [2.0 2.99 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable @@ -2224,17 +2229,18 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [2.0 2.99 RatioToPovertyLine] +povertyStatus: [2.0 2.99 USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_3OrMoreRatioToPovertyLine +name: "Population: No Health Insurance, 3 Ratio To US Census Poverty Line or More" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [3.0 - RatioToPovertyLine] +povertyStatus: [3.0 - USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable @@ -2244,7 +2250,7 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person healthInsurance: dcid:NoHealthInsurance -povertyStatus: [3.0 - RatioToPovertyLine] +povertyStatus: [3.0 - USC_RatioToPovertyLine] armedForcesStatus: dcid:Civilian institutionalization: dcid:USC_NonInstitutionalized typeOf: dcs:StatisticalVariable diff --git a/stat_vars/usc_S0701_S0701PR_stat_vars.mcf b/stat_vars/usc_S0701_S0701PR_stat_vars.mcf index 82b6da2fb..d4b7afa36 100644 --- a/stat_vars/usc_S0701_S0701PR_stat_vars.mcf +++ b/stat_vars/usc_S0701_S0701PR_stat_vars.mcf @@ -770,11 +770,12 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine +name: "Population: 1 Years or More, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine @@ -782,15 +783,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine +name: "Population: 1 Years or More, 1 - 1.5 Ratio To US Census Poverty Line" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine @@ -798,15 +800,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine +name: "Population: 1 Years or More, 1.5 Ratio To US Census Poverty Line or More" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine @@ -814,7 +817,7 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Person age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_ResidesInHousingUnit @@ -1713,12 +1716,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInSameCounty +name: "Population: 1 Years or More, 1 Ratio To US Census Poverty Line or Less, Different House in Same County" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInSameCounty age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInSameCounty @@ -1727,16 +1731,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInSameCounty age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInSameCounty +name: "Population: 1 Years or More, 1 - 1.5 Ratio To US Census Poverty Line, Different House in Same County" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInSameCounty age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInSameCounty @@ -1745,16 +1750,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInSameCounty age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInSameCounty +name: "Population: 1 Years or More, 1.5 Ratio To US Census Poverty Line or More, Different House in Same County" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInSameCounty age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInSameCounty @@ -1763,7 +1769,7 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInSameCounty age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty @@ -2668,12 +2674,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountySameState +name: "Population: 1 Years or More, 1 Ratio To US Census Poverty Line or Less, Different House in Different County Same State" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountySameState age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountySameState @@ -2682,16 +2689,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountySameState age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountySameState +name: "Population: 1 Years or More, 1 - 1.5 Ratio To US Census Poverty Line, Different House in Different County Same State" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountySameState age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountySameState @@ -2700,16 +2708,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountySameState age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState +name: "Population: 1 Years or More, 1.5 Ratio To US Census Poverty Line or More, Different House in Different County Same State" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountySameState age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState @@ -2718,7 +2727,7 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountySameState age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState @@ -3623,12 +3632,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState +name: "Population: 1 Years or More, 1 Ratio To US Census Poverty Line or Less, Different House in Different County Different State" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountyDifferentState age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState @@ -3637,16 +3647,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountyDifferentState age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState +name: "Population: 1 Years or More, 1 - 1.5 Ratio To US Census Poverty Line, Different House in Different County Different State" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountyDifferentState age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState @@ -3655,16 +3666,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountyDifferentState age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState +name: "Population: 1 Years or More, 1.5 Ratio To US Census Poverty Line or More, Different House in Different County Different State" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountyDifferentState age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState @@ -3673,7 +3685,7 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseInDifferentCountyDifferentState age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState @@ -4578,12 +4590,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseAbroad +name: "Population: 1 Years or More, 1 Ratio To US Census Poverty Line or Less, Different House Abroad" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseAbroad age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseAbroad @@ -4592,16 +4605,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseAbroad age: [1 - Years] -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseAbroad +name: "Population: 1 Years or More, 1 - 1.5 Ratio To US Census Poverty Line, Different House Abroad" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseAbroad age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseAbroad @@ -4610,16 +4624,17 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseAbroad age: [1 - Years] -povertyStatus: [1.0 1.49 RatioToPovertyLine] +povertyStatus: [1.0 1.49 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseAbroad +name: "Population: 1 Years or More, 1.5 Ratio To US Census Poverty Line or More, Different House Abroad" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Person residentStatus: dcid:DifferentHouseAbroad age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseAbroad @@ -4628,7 +4643,7 @@ statType: dcid:marginOfError populationType: dcid:Person residentStatus: dcid:DifferentHouseAbroad age: [1 - Years] -povertyStatus: [1.5 - RatioToPovertyLine] +povertyStatus: [1.5 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseAbroad diff --git a/stat_vars/usc_povertyLine_stat_vars.mcf b/stat_vars/usc_povertyLine_stat_vars.mcf new file mode 100644 index 000000000..bb19c7347 --- /dev/null +++ b/stat_vars/usc_povertyLine_stat_vars.mcf @@ -0,0 +1,35075 @@ +Node: dcid:dc/613vtrgps26s2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/r03e5d2kzyd6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/lkme1pmm5fgjb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/sy9zvf1szt6t2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/mn67jkq0qg2b9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/p340vzebsyppd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/cdl60fw6jf732 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9bs6pb960mvff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/y2b3r8eky89lc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/6mrh0xnn860t6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/vne5qqmd70rf2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/z8z95llpk9scc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/b1kbqmxkp35g7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 17 Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/23rxqzqnz7hk5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 59 Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/bc4btmprxl2v1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [60 74 Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/gxttdthc627k4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/v79sqh8w06rbc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 84 Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/01zp992v2mrm6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [85 - Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/7chr172vxgsvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 6 Years] +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/qh1dn9dqvt4mg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/75vp56egx7bz5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/h9mw9xmdm541h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/2ley7e6x0qkpb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9dj59myq10p58 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/wj8gevx3me6p6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/nhk5sc938l3ph +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/8ph0mg9n0gg78 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/hbvn4xgxqt7d4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/6kr6b62vwk7bb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/nj2j3pcn7zwmc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/qykqpq6x7knk5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/l3n7p5jcd4yc4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/fl526et1ylv61 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ecc51vk7tsf14 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/w00tts9wjgme8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/q9bc8j6jlj7tb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/1t42gc21n20yb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/hp7sd0mn1b129 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/d1b0s4gmj7dd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/0sg6zrt95xdw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/bmq30mrt4h1w8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/v3h61jty0jvd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/v114wkrbdtq2f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/jplkepxn2nq5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/rzf0dd1j0663 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/eryxbcbzs1lph +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/s47hbve6kdych +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/h815ctmwvybp6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/8vhf9567rsy9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/65vdzgmwj57s3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/1yrmc3j09m8ch +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/p7d5q9dd1ej0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/xb1xj0zmlyn46 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/8n490xernslj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1jc3x3revdse8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/80y1qbedw1gpf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/0npzqhtrl5vsb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/k3hyl9dgw2el5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/jezz260whxdq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/24t4rpx63bb2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/4mm1l3gwy67pf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/1jj6k1rdytqkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/yf0lxwl1xjkr +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/lr5btb1xvb2z6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/gcz11z1syt1c4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qr25t6ewwtlm +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1cq4qk06f2s93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/rs11m3nwfwds7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/c2w1657294ynd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ykvf79c5cg8p6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ql0hk8dq423sb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/6tdl2cc2vdew8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/mtt2n4w49kj8f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/nsjwh93jc6v77 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/bcxnv0m6k51h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/dr1cvlkbcjb2d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/dm5vs4nrhlhk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/etwxjp8qxw7e6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/y7n3plrlh4eq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ytpb452ln9rm5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/blpg0qcbdyct +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/e782csm85p5e9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/vjmnkq9q8fth3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ret3nrfzxv0j4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/0d4n4chhwetz8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/0wyln344n0xbc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/mhzfw1zecf4s2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/0mkcjgedk13fc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/dhfwvl67pmpr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/r7zvz5zmzzn45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ql0wx6be6xgd9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/y0wym56s2rq8f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/9kydd2tv7d647 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/2cvz68wcv50rh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/vv1fy47ssshl5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/2hjtl43z21wwd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ehh3jd54lxy7f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ylf3bqzbbv8r8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/r0y2c41mbpmv3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/e7k64efq9sewc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/x2zhp5klwbhzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/d5cwxcjh7xs97 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/w54wf8mw1n8q1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/rts1erlr1xbh4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/5n9shj3tdpdp2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/wx7hdfyzhkg3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/jvbpbj7lqmh57 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/xmzjkfnxbrbhd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/9jzdfxjnlrd86 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/31j2y0qm54ne +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/0nwescfw8pf42 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/dterf8mlgzhtd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/djnbr6vkzb543 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/xbtdm3zry3kl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/0fc153b121bf3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/n135mz5j4p8rc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/q06hlt2y5xj73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ycl7651jt89s1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/kqvfny52zq378 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/63bfzseft24v7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/4dvfrycffmprd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/s9fh49hqem0g1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/l6hbm8d5q9gc6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/t8end22fbwmw3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/7qkxmtv6m9whc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/sgl9c004t6l9g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/cdeq16kqe3yr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/twp4elv2mt388 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/z76tf93dygkdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ytz9n23zkwcx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/e4fkrxzmrg6h2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/s213fgs049yc2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/4rtx8snbv3svh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/hxjy8xsf41c93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/kzx0kkx20kh8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/k1124mhzq0kc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/ymmjenlbbyc98 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/3zlhh0k5bhdj1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/egkrptrm6q0h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/89wb6we6xq05g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/bg25td0dl07rd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/rvpm2qjzznb06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/xmkf3h68z16j6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/hlsytm24fz239 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/e9x2vyyhfsdd4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/jdn21p4y3g3kd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/f296243zf0rz3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/bdc86wxkdftv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/rctpqbfy625b3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ge0gbcjre8twf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/m56b8ss8k8zpg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/f9yh5pgfykn2d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/lp6jj7ghw0vmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/0r0dkdfztrlt +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/dmhg66ytjgcq2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/33ps197rtqw63 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/t9lsxc9keb41h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/lesxw9wlklpld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1sr0qet6zcpkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/s18081rw5vvn9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/v61l6q2ewsk88 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 18 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/3rmf0pvd45qzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/mt18glw7b172d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months + +Node: dcid:dc/qjqt9y291vtx7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/4jz89y73p2y54 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/f0244hj45nzrf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/n1sgd4hx9zxc6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/h9e43sdc6yp0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/8e4gep9l8zydb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/wvcjfqz9fegc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/1q6q9vtszn1zc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/yxj1x6whm6neh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/d4rg9tfp2d8k3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/6mkejdjmnj8s4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/dqxyzekgpy9s3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/92pzl1vr8kw45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1c7byvtjbm127 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/b4d09z16vg6e7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/e0q75t1z6q6lh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/87c5gc88wsbcc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/6lxjhtlvhrln1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/qjyy5fsbtjpjg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/t2endns7tzms1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/6n5sscpbbhbzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/b7gf1t5hxc8c1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/638h5mw82nhvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/77lmg6e64p16b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/31ezly7rk21yf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/6w21l8q65mfx3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/5f5n9x9bt3g4d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/2tp3y7l2cr998 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/8tbwh0r1d3y06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wq0bk64r9cdn1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/8x2q9n4w653cg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/047wmg95h85j9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/gxcb0sxr58pxg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/ddf6vcb7lb926 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/wsr5j9jms0f72 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jej0kz2dt34z9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/7cd5bgcz5e2m4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/qd7f61ldq2f52 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/rdr38r1ngcmr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/vvtzsszt6rx3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/0p69jqdfsbgd6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/evdt1ek71mf5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/qp07s1ver3t95 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/79j9p4r821eyd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/tj6fv3jbnenz9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/86w87398exhx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/llv6nw12k2x5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/xv7kl5nc9ey09 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/j527n1tperrh3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/cbyhj5sf58xf7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/lq4165fcb801d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/vnjx3sj9m8s98 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/245t50jjn9fb5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/wdm7ztl6frzh5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/00891v7yy3ve5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/dd9zgnp65fmv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dxdmjxt43bmzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/xd1ys668k59c3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/ygt8ewrm7g65c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/7ff9xyy18j249 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/9cjh89vtbjt59 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/msk1b6xr2rf15 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/bcshxqp8lxc57 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/qv9w23bgd98mc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/56921qt541s2g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/xdny82m2dsej2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/1rgjxcsnd0twb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/tnq16904rvb9g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/fhj980ckz05g7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/lfdrhfl94mh9d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/11304sdgc5jh9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/7lkqdfv6rrpcc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/r6lb69wjbm385 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/wfh16cg1934hd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/e4gnl68tezl85 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/xtrgpxv8bsw73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/frfhtypkv6lf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/b785wdnkclc2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/twv0w655481j8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/m1rn6pmnqlhw3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/tys622brj5tq9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/pye3wxdcw2ne5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/x44sejmnz3tnb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/5gqtx0n5cscmh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/3mtk9nvb1wc4c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/ehr8s8wtchjq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/9xbywr69ly6v9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/xnvktb9epz2z9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n3b07mgwn0xc5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/43b84wy2bsz51 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/pvp57j57zq90c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/2e8lsnzvmgr87 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/w6zbwp2bjpng7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/87jlwz60nf56d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/nj9me7sb9bzqg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/42lx97b4s81c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cvkbtnjn44v6c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3kk38mbf9wbvh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/cz2mnhrbm9sn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/n5psxh3s3vkb9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/d1g9e3qrgr7e7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/937m4lz4grb07 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dnjp2849rlzg6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/bj278nr86xp45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/zt9ffed4tpqxc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/6n468ereyyd79 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/kc7mkwhcvm0lc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dghkrgbfycqyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/fc8mmdm6s07x4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/np320rlkcten8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/654b7754lbzlf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/b16rpm4lrkvn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mn22v1dcj2pf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/g7x9ckg7e6gm8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ryyrrwhty8hq2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/g5t3q5ebftre9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/p2b5cdqzjc7v1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/b0cnv1qcy41cd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/px360yc1klgp2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tr0mytfr5z6y7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/6j6rbes6jjffd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ybpbhqwbyhms3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/44gmelx0myn5d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/yq7700egt5lx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2tdhxtkt6xn3d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7fnfeqb7bdp93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ft4211q2tqlx6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/0t00hxxp6dh8h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/c6gnr06q56c4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/q2dh6gn4n8373 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/s1bqkgghej382 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/j8fqw33cdhzd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/wt7n2s9zbq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/sxpfeb19hp45c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/k92h34sck8lc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rfjgrxhc70bz4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jypyl7c1s5fq1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/edppqvcbf34wd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/q56y80rclx8p +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/f40fce5yz4n4h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/jw1xvgp9k8pmc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/lp0jtrr2zwm9b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2kw0w47c7rq69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/qzhbe8hdvhmwh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/glh1zhven2kw8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/8md3w9xwmtqw3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6q2y6nsn2g88d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/x1xjt1g2743gb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/z7qhvwp0nv06h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xxdt66vcbht0b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/fsl6ketf2drd1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ce442ccfxd8gf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rn0m39j2xfcjg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/xwwe0k8byy0ed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/vj931192f6wwf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/77d1zblnmp7d5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/gkw7zzv7eyxhc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/hedf9ve8z2t4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/qvtq8qjs39ty1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/lf53e09sv1z06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/t1g2mt5dmz8y7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/4nxr1m9e7te6d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/gsdvmfs10hhsf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/r25y3zdx5zme1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/l9efsf4m81eh5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/60j1x9w78hlk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/chnlh6f3dpsl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/mbelfpx2gdb87 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/rs10x5xdv58s8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/t585hx74c727b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tvv8efxt9p6c1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3vjjztynnbc8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/r8v008cyknlp5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dxbq9t064c256 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/lht7868sh5gzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/mvqsbbzdwnkr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/d12w28b51rt07 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/798y4eqczxkw1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/zc79pbw3vphyg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ckknqetemnz1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/pw87b3nnf0z8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/shgxskykwvdsc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9h4x62wk6d0fg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/82hkm53ee93q9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9ewt356tgv9nh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/g6qtspd7bpet8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/w908x2zc0t4y1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/9cmfkhtn39br3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/8cmkt00x5sd81 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/k8qk7pm8efp0b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/nl31l7j81wyyd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/bg040z88vjxw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ztypbfp02ff99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/p5w4jb6grc8mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/mxvpc76gvj7w4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/zfe6hckfr1lzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/4dt1gek9ypwx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t5cmx1r0gt6f4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/dllqn0k6zejvb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/5krjrpdq9ebz9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/l9mmfwxm6xcb2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/chmq38zn2bwdb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/sw3p4qrye0jg7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/6qtgvxc6ed4s8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0t43blb2lwf5c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/r6qyw3009jfx8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/7mm6mfgxwgqk6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ber083f1ffzc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t27mtqvjyj8e2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/d2gnd9w10e397 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/xwk18t79xgn03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rxe7grp3tw3p9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qep94ccfzhph8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/2mnw02cf2v2l7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/7b45lze0y64tg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xzl250xef8g7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/kxyqqwz317ffg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9elkepe3n8wsb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fvlefzlncle6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/812th0qb61sf3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/n7v5gbhzp3c1c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/0h7xfcbzlcdz4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wvxtm9gzdtd61 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/27f76zj59d458 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mv8j6gcjljy17 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/xqppejsv7w2v +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/99c59eely1smh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/xtdde63y5jr03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/7rcpxxq8bjr95 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/x9b36kvwe1df2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3njn0wn6pbyb6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/cc9mkc0bc1fld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mnbst5n6rfn96 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ywdchxj9tte1g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/0srfnl3ww3h59 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/07n4bvhdl6kx4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/wf4srlhslxv55 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jh2dt42zs9bec +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/l821tfryq90v +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/d1qtmmdv0y58b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xdyjnlm9y4y57 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3xkfrf2cty32g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rftt19hwjnj43 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/cc1vl93s2d4q +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/nfw1b6ld587g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/2rttefs85xym9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/t1mzshpd5kgs8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/9fcw3wkq1crnh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/enq6008cezbw7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/he18n358dfxl8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/nhddeky0xc0p2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/42lrvf72r6p2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/mygr01xwt6q3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pexj6glf3h4d7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cq3jbp58g2ydf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/kcm9z7zw8jzy3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/xgh0j1rmwe2y2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/y75wg73r6fpk6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/9svsel52yd0m5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/y68y6tzq0dbf5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/99ngnmvwf9js +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/pf6pl6f2vmw54 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/09s9csjgtc1d5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/elt0n794jvpr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hl8w3by2lejcd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6vm405rcebdsd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/w2qlkgyd826n +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/gzg1hqxxr2rgd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/990g98sv0kzw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/q4qe2en47fq7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/x3tr91t27v255 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/5zmg2sbj6wkh4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rpcf84l0ztwb1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/11y5drxfz4h1f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/bejd9vxgxey09 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9d4jmlb8wmtm6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w90hf5308t1y +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/t36s6s43gqc8h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/qzdpc4fddjceh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/d95r37ympkj62 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kdk9t9dqnr0xc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mjkm3zgk592r8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6n7vw7jq6ppw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/e7dyf05zlb4q9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/gttd2l3blrmld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/lvxm14qst4l46 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/t5lnk79hjpzz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nqlx9zwf5vzdh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9bgeld68drhj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ql1kw740gxzb9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/bnhk7m1rdz4v3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/km5epp7yrpj99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/1t5c6nflerxh8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/93105nx0vr905 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dlprzfjt3x26f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/wfx567ykme1m +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/xv31fdkksh62d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/cmnrpcht9vqz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/6tcb7pml92599 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/8lk13thqybpj5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/nw05jm8vzh05g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/whrdd9wbt9byf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/wqry7etfzj6fh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/6d4c0gmrdlsd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/jjm4qp11nx7s5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/zpkwg044cj5g6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/9d6z1hghmlvs3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/sj539jnj3gyq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/wr6k37b6d8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jdqxy9cb72252 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/k3g88692d2bg1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/tegtfm6v0xbh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/ejt84yppzc5v3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/7bqb3szg1yr +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/hl56bg3gdbswf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/cz54s8ppk4yx +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/l8b2z1gtmyg5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/yn7p1r9bwkshc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/swkxwbld8phbd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/lnrzdl7dc7j37 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wk7927g1rhjn6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/28memp126gel9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/3rgq7hg4kwy19 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/s6ns7nj22rwdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/g0pgfhn9pfs0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/5h5m8m85wvc58 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t05vrdltfdlw4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/9zk7zv7lgrfg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/gf57zj1ddlv0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wzbecfm59qdb4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/8f1f826jccqfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/284jk99kkhkxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ff1yejmtwd2rg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/bvm33r0k96ys6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/bxk7hcq61vm0g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/5pc1msvjjlws6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/q2mwn490gtxqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/09sbbeldchvmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9msv9whftk352 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/6p35px7wjcre6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/gxjt97csj1q92 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/sx0164q84vh3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/gxhbg6gg76y72 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/f6kpz12jwdzz7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/f7jbkcs51tl32 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hd36lb4xzjne8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/c69g7cz5hk4t5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/wm2q34nbdxhkg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/c4p9k0sth89pb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/zevn8fm21y576 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mbnbs1w14v2z4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/neyf7mmppf7j +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/l4cqjp499xyv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/p3lhdb3l1qx17 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/576rc586vmmjc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/xb64cmnm4wnx3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3qbn4ym5qj5z6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/0khq8e4dhmll4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/p4t6f0mt84njd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/2kfenj8f78d1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/mkdl9kwbtkv33 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1eb0b2w46s6m7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/jd27qkdd46xed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/hf3mk35xpy2cg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/18lppld66bzc2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/fzjc52868rklg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/xlmmx8wd04hm1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/7lzrzrft7m9pb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jyme55ymfzwnf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qh9srhlr1r4xd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/21jtcdhvmckq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4nfcsj4l723j5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/r122gmzr76cz5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/fm3v0trcbr8x +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/b8py8bhf4q1x2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ejx5s9fk6xd3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ykl8jzcfrbec6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/7smf50q2mqmef +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3zg63qvbv08g8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/fne8bpdekck1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rrlepkzkpf6yh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/03eg4wmfv5t24 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/y9p0trxk987mg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2e893cny111m2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d2f28077p5beg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n28fzvp8xwz2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/n5r7rz58rdm75 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ehzthqfe6mxrd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/lqjr2e7l9kf56 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pck3zwkj7z1b3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/zcc620k0kj7vb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/nm90vxqmxgzg3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/p2s3ylhvxlmlh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s4elnsyth92kh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/cbvy1240fm0t4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wpc7pm59tds2f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/7pkn70w6xd202 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/hn9ksrclevdk8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/z758xmh8ejfh4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4w8bc2hk6t5c6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/4vy8n072ndvn +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qd6vhx39hbmk3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/m75s4y2m01bvc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/dd77sbfnphny8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/grbk5rbgjrekc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/35b2jn5yppxdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/8e0jxl6yg74ef +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/rpxq1210499fd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/f1bgydwfmrjk5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/32tr6kqfxn1j6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/bsc86v59qzcx8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/h55w2xt3fhhr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/3pg33gvl597f4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3gfh86zdwpqs7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pxgwd1157ef94 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/z4xc2jpkd4png +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/859bxnx1f0v69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ps46nq4clhz5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/d4p0et5v3hwq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/c0ejgdxmy4dc8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/b7w76d089ls16 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/97ghh34sqgw5f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/flxcdmcb6r4dc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/697ncnszcm409 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/2m532j24fvcm3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/8dzm0n9t854z4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/qsw4p8pjp0r5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/45b8cqfhcpvl9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/hz7mt7jh71pdd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/5hprfpn729475 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/l6e5cwgc2jhgb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/m221hmzvl0q7b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/4gfmdfwnbh0t4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/v7rfn0btbkmjb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/jr403p31qd827 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/zp5hlvwwvsze6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/rbdvtysvy9r57 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/qx9z9g9vcp5n7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/9n02res2v05g7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/b04f14jyem632 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/49343k4qmzdzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/y9kxmxlgydwg1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/efzwczkcznqt5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/4gc1wls1ppk8b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/5q6phvstxelw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/bxhl1rysfjhjb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/c24pgkl8c9leb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/g7zwnb6mnjd8c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/07f9svdwxz7jf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/dhjcxejk1cnhf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/rhl2nln92fy +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/e66rh62w9wbff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3v2jh6581d832 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/vlz4lzzbflp0f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/9dgxgxv84ewg6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/m492en6325g75 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/yj2dqhrs1rr5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/trr41gr7cfyl +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/0jbe4l7515rhd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/0djqr33rrzt2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/xp5lwqmb8qs03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/qlrsej34p1g57 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/wxtkd8xcm7sp2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/1ll92eb6tk0cc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/5jt0xw0th1dn2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/bvvekzfpbrh74 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/wr5c8g3f50gg7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/nr87wtgl56zs4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hkz14spgf3wkf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/lmbt9vz54dflf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ql8zdq1rkptkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/4wp6e293j2139 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/we9qe30fxb7bg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/mzzj83p5ysz4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/lc457zccjwcj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/v08lmbb7mwz7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yfcvw5ckbj17d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w4le5re2m9bf2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/tmb82d6lx1cj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2q87rsbs82fl7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rld1m3lxbnheh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/fytdw6t7gb1fc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7e0wef7c2q5hb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/m951lb5kxltl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/z73fprh1xv0hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/yvw40ylz6m1x1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/nrr5xery8vb01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/jq4cm6jdr13b5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mfyjcwy5ywwd9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ql501nq3qhd76 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/hsxczg6mbgrr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8wk7gsfk66hl2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t78rd10hdeht8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/gbbnvjlwwcpg9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4dk7pygd6r5j5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/7qv2pvf05pnd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/n0mrw1y041ssf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6vplmx6wesb92 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/gnzg775rd8f35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rbzph1d433qr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/5bfbrnvvd3vz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/r843syh9z9rm9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1dbgfylxzcwy2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/zpqk08bbkyr6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dn2lmf68c4xj9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6enmrs44fk3vf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/2vgdddfj7n4h5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/kcebbldtyv8t6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/xd177b3g8b8z1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ne0wvz1f8z1l +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fp3zsrss13g0h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/1jt8sy6ps2wr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7hbbs3d948b0b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/w3ej5s327bfzg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/bw18xsq0jerp3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/gm15vqt7jygc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/k2r3x2qpps1t +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/lq9t2jl12rkd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6xj12wqhff6mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8rt55dcjdcz9d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1pq1mg418kbb4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fs21kld5bqfd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qyq9h8pmqnvnb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/l1ktbhe686vgg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/893dsbhzsx6n8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3pt2pzn8wkze1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/r4vhhl55kjgnb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ygb0mg4kdhrrg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/19598glghm42d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/5bsqm817sbzdc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/my2wyr8c3fn6f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/wr9e06ldzwd49 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tvjyefn2rlsyb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mylhl097nk9x5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/65nrz3gh74vn3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/vrtwcthk5cbjd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4ejg21yl01jg3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/mtnrqc6xqv7c4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cx9qetqc6w8k3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ml1l87x3y0zq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/06hmtkq3s7g5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/f5lt9w459x588 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/90gp6rdn2fzpc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d9tfw1qygyz9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/20tnxw9gxyred +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/bcht3lkx5rmg6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/r7pnh13zxykz +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/c3kdqjhrgc615 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/47c53ykl9rg5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jw69gqe4c7tk9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/jwq1vk46cc41f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cj5qwdlpnce6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/259cz2er00z4h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/85qg9dp47sbl7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/yv57qf2dttn9h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/h0vzl0btce2xh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/xbdw47mmbnvpb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/nyne9xl13t2c8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/e2nv6g95t0yjf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/kgd8mqe4dxnr6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qy8ln5jxsrk6f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/4ndmd8w9c1j32 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/9nm9s74yqnwb8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/t626qrq3mgcj +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/43q691lpgyewd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/nnkfk21q5sjz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/qz0hkxg4msn4b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/lzjz9cgh2b6z2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/9mg5y5nk2l3b8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/27e35ez5665wd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/l3x9zrk77rc0h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/jvxjjqjspmn62 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/qsde1txjdc7rf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/qfzzl5vzr5vk2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/kfh4283ne60z5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/ge88tmpvgdmhg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/gyvcsecl5lgy4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/1dyjr9xhl61l6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/710615r70z0e1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/950yz4f8yj6v7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/s45geqe8dnryh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/h4m8b9fttsc7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/rggfr0f1nh6l4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/w1rsc2vzze323 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/bwefxxjs5ynx8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/v89dvsvynr955 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/e39b2zqcl89q6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/dj41yxqk5w4x2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/ggnnrkehs7nsb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wm5mxllhb52mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/5tdjcq47l9tp4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/8tsrx6241kbv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/3c5smynrgv24g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/z3ed88m0syh73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/d194rejyx4m62 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d64e7kwk08bz6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/3e1veb4rhwxf3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/48lf67sb5j20h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/2nbvjb5017r54 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/pzbhkr917r6jg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/mhf58je8cy26 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/mbz2530hefys8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/0ensmycgje2d3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/nxb77cprc4dfd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/crql4rnqz5ctb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/30ncy4qm4ftj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/s173bccjg15y7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/fvl8m897ywh87 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/0x6cx3yspcsgd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/wsp6b2yenlzh7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/3v19xznb4v5g2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/mn8m609ne6763 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/s5jy9d7czzbs6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/nyev5j0hyjw2d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dlsshfqkr508d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/hbybg2jqn37x5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/3stslqs6e1v31 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/lg7mtf4wxv408 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/zv9yz0nhxtmh6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/b7n1w3rggbt9c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/3j7lqhmqvpwlf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kjw9jf1kphbr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/gpkqpt3e20fq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/ftxnq0sdfwkm5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/sntwcb1leljrc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/kkhmvkvydjzlb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/q933ml6wwsh69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/w7001nhkk0jzg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/sexls9cf5wc34 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/ftb040zmyy934 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/z97nv77f3tb55 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/p5tvt50hh2g9c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/x0x9vj8n95x3d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/elp7yw416mmgb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/y8v8lmv3pw815 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/jhnvj47ye5ych +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/krpbbv1x2g8t8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/gctztksjm8qm2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone + +Node: dcid:dc/repxsfzhcjg8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/ec33qwjwxt3y3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/eclm099sz6ch9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/wb7q24xzfqvf4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/6l99ywxzhj103 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces + +Node: dcid:dc/85tlmqhtq4ng3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino + +Node: dcid:dc/9tbx7gfqsznb5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/kqsknrmfww2h6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/rf30wj50xq4gd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino + +Node: dcid:dc/0m947cd9zevk1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone + +Node: dcid:dc/dywsbt2w1dzfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/dmmy00l57kg8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hs304blfzde3g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone + +Node: dcid:dc/7rk3tb4v1wqyc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/zsgbtpvrdnhf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone + +Node: dcid:dc/mdgpmqv1m0rvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone + +Node: dcid:dc/pj2h9bzhe25z1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/34067d1fkxqeh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qj8nrzj5qyvwf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/wc85zbet3njl7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/99xvvpy6kr68g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/txstjvftfr772 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d23678xr1k4pd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/44bvxgv6qcbr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/bcnhk62lknhkb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/deee3e35wf293 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/qc5mdml2qe7cb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/7xel6q833tdx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ctbyfzl7j38w3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/23vhc6f8s2cf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s3jnwfmkzw9bf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6n3bhl2k7hwe7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wz5chyb7khdpc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/v0y17j54lsfy1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jjdyf7ys85by8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/jf27g85dn7v89 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/x3q5k2kgwrkfg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xmhtqyqyh6cxc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/zk9bx57lnkn54 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ren5yq1htj8g2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1bpzptnl3zj5c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/2dct4b8vf1z8f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hg13z91vv9hs4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/4g37srnljt59c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/yl05fvn6mvmzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/szy19mrbjpbm9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/k9kl2tjff3c25 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/l7y31zdjy9g48 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yyrnnbc9rfn92 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qbwr2wmv1qqwh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/8wmn59kjx4608 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/ydt2s2ph7fq01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/7xfv5vhwkxsz +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/44p98dhrsgj8f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s8fv3dfh6fvv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1kqey6b3g6pp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/md4yfwe1whry5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/15hg1y46l0c1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/l07hrgfp5mx0b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/t66nrmgmdbnq2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/1q1h3ts67mtg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/1ee7ff9pzh0t9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/xtqls2dl34jkg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dve3137nkj4yh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yqp3kt8etg2d9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/p7kghtrdn5mt4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/bbw8ghrrj6kkf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wxk3lmt8f6089 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/1qnplwm15dthf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/ljq6bwk0gb4lc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/5bw1871xy5r3b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/flej7r77ph4vb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/3ckfz6et0tv9f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/w1lbb2phh9rdg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/5mvwmhceebq98 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/gwnrnk9n28qr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/edm0b8fmv7h0b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0r4f2nsg7hk0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wvkh0m72t8hxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kblnstjm6yrpb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/jz0kfd50zzgq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/l7h8l8rxwj2q +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/t8hlh4p3tsmj4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/l138s1ldx3mtg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/whc497g8352z9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/0yp11ll3k7dh7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/9wzkqprdm0bh4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/tyvbw4702pxd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/rlvj51wz3pc8c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jt5dr5ec9dbd5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/7cnd08j3ggbw8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/b7nl33p50s3jg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tn866zh89kml7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/359jnkft7hzx9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/jl8rznyt9f0cb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/kyhct9e0kr212 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/r5qxk2wx69zn +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ebg61c7v882b1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w4ss0xgnrpt96 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/qfh3ryn5rs1nf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance + +Node: dcid:dc/5psgvn1kn2d16 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wth50hrhbrh1b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/setgy2fswnyj4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/m1fn14yk36cpb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/e2yps2dcke5tf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y140r0jjmh0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/17sstmtrr3mv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/54hhc2bkeslec +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/qdljyt18z00s5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/c7409k1gmg6v4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/r06pv1ygcqrjg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/p5xng662bwrl5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/46jcd7yb93t7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cpz8kgr1bm5d8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/s5117v5xjmjj8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/b8dzene5wkns3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance + +Node: dcid:dc/l81bkq93ypbs3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Household +measuredProperty: dcs:percent +statType: dcs:measuredValue +childSchoolEnrollment: dcs:EnrolledInPublicSchool +householdType: dcs:FamilyHousehold +memberStatus: dcs:WithACSEDChild +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +name: "Percent of Household: Public School, Family Household, With ACSEDChild, Below US Census Poverty Level in The Past 12 Months" + +Node: dcid:dc/hcg8bgt9ne75h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/vb3b0ry6qdhvd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/ypjr28dcw2zm4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/yz3p9xvkg9kh7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/y1c7xq6090tv9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/rqmz851d7nyj4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/gmlnser538h23 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/knqsedb06x13c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/zz23fsrmmqew6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/01xp86zkk9hn1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/s0ywx1qw7v582 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/d0g2dhkj041sg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/xyqvew3z6zrt7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/9y5x50zewbc5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/g8y0hqzb24xg1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/jf8l241wgk74h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/l4ge3lhjb8gjf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/6kck41b49xlx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/8v4tedt82qrx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jjd3msk5940y8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/65wl19b3nw2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/lrl92gbng8zm1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/t99qwdy76dbv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/fqr6nfmxbrwz9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/l6e4drwjbl476 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/jltj7mnbnh6m +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ff7ty2rds7wv6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/xk4l4bwgth134 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/p5kc99k5kcyj6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ydyp7dmvmcxt4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/580lp655hysv +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/ymp05py9vf2z5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/4y2x596pytve6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/9sc69hxhp86e8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/wvwtb82lbxb2f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/f1xgvhsmm0c1b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/q27h2kqqbgdt9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/vt6c8h6g6b7d8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/gqesej3y3dy13 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/r3bch4378d04d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/bzcnetd3pryhb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/wqtctdy589n4h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/qs60zzbnmyx95 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/f8rx5dh0sfweh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/mgqenlyyg6sf7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/21d50pntkbnx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/w8xr8c34qfvb4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/52226nkdrtjwb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/rsqtx69s0f1k3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/79x6bp2wtrgnd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/7rd2jfh28lbvb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/n17vp3cjn1xn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/xdev2jrh5z5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/7ntr5w8pf1e1g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/xczxm8tkt7sm2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/w35stkml202b8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/gz8j0xyz4jqx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/9esfeq99r0z38 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/l85klynch5dn4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/559k0chxbnx3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/0y87mpydqbqvh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/73mxtey8t2lr5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/8jblpl7xspft3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/360c3txe9l057 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/tqy8dfqrp4bk5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/tp8wbdqe30vx9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/v7f0vclpl2tv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/0l4l7ry2qms35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/hyg7j36b2nz15 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/9r8290rf9l6n2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/4ts6eyxlm92lg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/9nphvhjp343k +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/99jq8ehmzd8j9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/m2ff2jxpfvn45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/fg2157t0dl1v1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/zt7lveyq36k9b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/hbfmyjstf20y7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/50d46w8ljswt9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/j1tkeckbr74wf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/w83byekl610d1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/qh0k8t0ek3g6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/0vrs5ekc0q20c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/8hr811lgw0k4d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/wkq1shcpe0z36 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/xhf2vgs1m4r37 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/0xkkqlkp6smq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6b2qfmj53284h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/7sl1qzkflzn37 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/g20qt9etz9j13 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/kfg2melmbvhnf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/8pykrt4sj9e25 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/l5xtvtjz2kgp9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/xnwfp0nbdjx6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/ss1v2q0c831nd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/jgff6bemw49tg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/0xnqfr2jgg912 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/4l8f21qh903k7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/1z1q0ytb330f4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/6yd3bdz9ljpyb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/48nq60sxl98x8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/w5jgs7dgc7nr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/8cx7lf313xkqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/tllbn4d87ls1f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/j9y5p34lg6n1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/dybz994g9k7t2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/2l61zsjlpj24d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7c39szc6b8hcc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/fzcvk3hezpcqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/6tnh2br5m96y5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/e9sd0bgkvks45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/4hgsgrdpyfwdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/2z7cxp97w7d5d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/bkdfmntqmtxm3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/j110bvy17hrdd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/geyd3fm6b69k +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/py2fk4c7ecsc3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jmt91kjet9hpf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/x7b2vy5746jeb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/4kz856ngwp6p8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3bqcz9cfgwtm1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/zc2zre68214b3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/jlbgn2rk31cp5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/qqh1bdetrsjjb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/rfkkc8gb6wlm7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/tw0rg4087fz3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/rrqj41qec6f5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/e8mpg04zsz5h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/x79k9qxwcn045 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/2zd5ny0frh4v7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jggfcr7xd4tf9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/1kgjme0xvfn43 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/zns407fwd4j4c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/v029m9nw1l815 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/z8pem2r61jjcb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/6yz1gtmpm68p1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/qd439trff80cd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0bc5j0v40c8e9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/5vz72bgzlkh79 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/4xj7zf0z7gjhh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/td45pz9t9by18 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/bt2pdrpprl1e5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/kzjw6b2qf6bqd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/2t93yptfczlq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/lzecjwwfq7sv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/5vv7d3dwcnfd6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/8ynpkx1d5vgq4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/f8l4dbxwnjnkg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/4stgey4qvkssg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/b0cbppm76g4kb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/kg6hsb1590z8d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/5e6nz7kgy9xcg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/rer0xvjcvlpf9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/p0766k3sztc79 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/f74hb3z1dqp32 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/9spgkszzz1jxg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/n0xe8v14tncj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8qtnpfjmm71zc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/yy1ew0sg00yvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/1eksx8p3d8hch +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/sqlfkg08sc606 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/w67p2mh54hm4c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/jxcyn2qyez748 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/83dsjhj310kr6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/7j3t9gsfvz186 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/15kzsyqg2jtbf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/clllmmj28w634 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jw9fldjzp8ce6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/62c0z2ks2qfsc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/2lbh64kff8rcd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/65y6c3zf2hle8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/571yjx2mk6e93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/q0njk21zkeh47 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/1t6bkbw37l5h2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/114nxq31cdr17 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/7sykh2zzmlqe1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/yw3kyggb1f7vf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/5lhbrdleemnq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/3503p0xykqmqf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/9sstth5t8kvg2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/tf7dx6s3qjqc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/ddlv5z14td9tf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/l1b0psxgq7vhh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/9qvq67jkdgjh8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/e78jx15veqzlc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/zmh2xtbrdz7hc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/7g8yl53rn5dt2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/pc9tw1pyrt7fh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/e38qwxmwyjd3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/c1z48qyeg45w5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1xqkmf5njg6g1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/nqqgcw8njn298 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/kc954gr58xqxb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/1wjwet1b38j6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/mrp74xjc320x7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/97r7n427k9vk1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/v1yeewnv5gh2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8vnd5qgnfcqf4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/p4ms0hjffv7h2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/x8m51zwls056h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0r17m76z6qlt5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/bj38b70qdxg84 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/wdlxgy6cqmsr +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/twvjgekqjhsj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/c9mc5zs8lxlnf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/qpm1f7spyz26d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/w413kmqfwjc5d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/d56endye3m7dc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/363383hnwnwd6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/37p2gttn0ex17 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/72lysey4by2m2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/zy1l6ncxj3kdh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/5yg0664gtm1k8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/tz02lmpfclhhc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/cnq7je6x06ml +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/fg33n9h057x42 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/dptvn9jcmspe5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/pdm7785flbqb7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/zpk6ycmy4r7q2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/smfyt5hbw93r2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/crgb194v8jf67 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/zt8ls7hz851s3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/09p9hzc5bdxz8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/ryqtwvknnh8nd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/7k1mdc5qjthn4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/4weysvpbbgx01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/gdwb3v37xn8n7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/phfyv5hctf4k4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/l31pldpdkb6d7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/l3fk9zrz151f6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qgg881rm6rfvb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/lq4f3gp2m72l6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/sxfqdfzrqsgr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/fv15t1x1m1097 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/kmp2flcgkxj73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/qkxc651myczj5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/teczxyqbhkhc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/9ztf0lpfh3e21 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/xrhm4fh8lg9h7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/p3wgfrg7dd4bb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rtd2y7n14ysg6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/bvyljdlv9c9v6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/5jx143bc72886 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/213gtl6g469mf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/mfe4mc1b8f7e8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/h42qr1l44mrr9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/fenl0q2q6r4tc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/welc1gszhyyd5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/62z945r81s9v4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/mvxvpez8rqkk2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8kwssfrrrf5cc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/ggdhyf1m1lfmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/ebjmh3z7dy35c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/7v2zh29qtx4g2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/09v28v6bwqt0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/9x5jz31zt5xd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/d5dsqkt9hw5n +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/cbdsns4eqx9xc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/02rbmcxkdtyt5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/673r6801thjl8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 12 - 14 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/k78mzy67jmhwb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/bd4hmplnj7fp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/0tdmme2m30s8h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/0e0rhv10mvyz2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/ggl7ectbrtykb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/ydl48s2t5fgp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/nd5vz6kv4d3n6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/te399fg6je5gc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/d6dmb1xdc8rsh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 12 - 14 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/l4rvz0nkckcd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/f2ch6j51vhbxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/0wy4k5nysf0j5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/0wer9bg52rmv7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/e9bdr63jeyztb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/f9pdhv4gs7d89 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/g4x2b6e5vtzs1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/n5bb4pxwly1z1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/tngxcn46dg538 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 12 - 14 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/cz7ebxf6qbq7b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/p94z3sfc58yr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/7lrt2e1j091d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/yl5sv6vx88jxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/cnx27eekml19d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/pkc0kd5f8rfl3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/fs73qt2wqfcg7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/ynlh1hwdvc5f2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/1jgxd0yc06hx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [12 14 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 12 - 14 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/gg5ycjnp394zh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/xkmq4c054vzw +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/rx6k9phl8fxb7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/w3zfjp242w1k +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/dwen622fzszz3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/rc0qvh90wn331 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/5shs198zqh7e1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/n426nthjjx1w5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/gy00elm2en972 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 16 - 17 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/93vc1mzwsz3x8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/5rqz411mrflhc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/79q8hbmk2ecb5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/c96zj23rptsz5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/1hzq3tngqndd7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/pz9bmt5f7v8ef +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/5drv0qcvk4b98 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/ertkghq7hkfy5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/4l8pjwhtm9jk6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 16 - 17 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/73f3n5nqtxldg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/mn9gj5kg0vlr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/hz6qwxns3rn9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/12p2l6341bwtb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/bm9yngmn2qb99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/434gdx242vp2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/342rtg5gldm7f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/trxjs4yzmd4z1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/mehcdwpm26kwc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 16 - 17 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/rg88tkwke7s6d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/f5dx84w6q5tk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/2xk3bz66nntdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/s2m3q5svmvf9h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/zmclcz5h9hqkg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/f5fknzhw22xn9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/t07ykm792hct4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/3p76re0bc3kqc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/7fpm91gpyrzfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [16 17 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 16 - 17 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/ne6tvzrb2cs56 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/wevd0retyd12 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/ywx5hqqwxpd15 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/esztqf9cp5l34 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/7sel42948pz53 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/txsqtdn2449n4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/n1ydqexrngy48 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/qw7v18ys7ycv7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/0l40h6gdqpxv1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 18 - 24 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/4twxey04ssjrf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/rnjlc2rj56bl5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/cws3gq1zymtn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/9mcn0b1c4l47g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/5lmjfxtyr4jk8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/cn22svxbk5sr4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/b9ztgtmd65cj7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/n69fey6vcjf06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/fq5zqb8qyypmb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 18 - 24 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/91slyllkgk78g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/nqp4kml3hs8bf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/g0jnegn6fy7n4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/8y9ztdvxqmw25 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/gthmpzrd5jgfb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/xshlq1f7x7kgc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/07ng8b9g5ksng +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/d499rx2b82rbf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/k938bsglkpys7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 18 - 24 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/c1w24spkxdjy7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/kdwh9l807pyj8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/ke8j0hmdq7cp9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/09szykgkfnwzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/hqzr7pf294z5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/17tzh15kfwem2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/f2y96645t53w5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/s6v83t8zv7wwc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/816ek4khyb838 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 24 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 18 - 24 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/v9l12z57ys35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Black or African American Alone" + +Node: dcid:dc/q68s0qcnvq765 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Hispanic or Latino" + +Node: dcid:dc/hz9b0bmpfzyxh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/kjls8g1mt0228 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, White Alone" + +Node: dcid:dc/cd74zc68krh89 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/x7sx7czdynh85 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Black or African American Alone" + +Node: dcid:dc/rs18kfgm17km +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Hispanic or Latino" + +Node: dcid:dc/nsc8gk87gcxfg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/1x5c241nyfyr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, White Alone" + +Node: dcid:dc/9wyyys4ymq89h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/84bk3k9yvp2jf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/72t9kgqlpmek6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/kle1ssmrdqz3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/6sxkge94v80qg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/llwecjq5t3j3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/csebs0jbwdn7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/fmznsqmqxxxj5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/xl2zl8mwphzkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/djczl24xvzw37 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/9f5lk3x901c03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/ev7mp4ne33tr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/kvj2g31hb1pc5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/xzsp2ltht0qd5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/f6rv01tbvgnw7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/fmv304cyzv1pb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/0ek7khy08m25 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/8d9ekjlbew739 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/71pjhlb2t6e4c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/gv3h6d7dxzf3h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/7nx1ed9xz5ry5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/f2clz3jsxh2nc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qwbfdnxdcl3t +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/81wlvhpejpj6f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/ypf5flddm3zmb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/lvrg7sfq2tmxf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/wx8wmx7m4w1hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/pf1p207djbet8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/esl3tmvfdtje1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/e55jk3yxr7611 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/skhwy1cwt5y99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/p2d5bhvrsp7gf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/9ye5ymhnjww8b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/04twnz2tt4jw9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/qjepnw8sm02tf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/wxd1t0bxsp5w8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/n919b61k2pvef +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/ex512x043klq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0hmlwqj1wwyj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/svesg2p3ekr82 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/3xc9shlml4ejc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/9y3g7ngmjbwy9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/c05g3c5j28001 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/7908n3q40j8n +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/rcsb6q6b67m8h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/2ptwb5ycp83c4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/yrevx1fcbpbgb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/3tg9xtttjmsrc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/7xshrqy08k0l1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/bf6jgwdflrfbg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/03bt1wf9lvhy6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rv8c63l5nvfk2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/vhglne10cjcx6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/fc6ze75jq821h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/mwyvgk6mbmzsf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/sqphn83t0fzz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/w3jgssx1rnqk8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/edl4skpv9sm7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/lmkpnx7c411g6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/zkrdt160wt8d8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/3yj6nnjv0ntcd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/2j2re2680dgnh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/n4pn0n83td964 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/fzwxl6g11frp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/zqe2jrx3ybc03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/lp69gwq0n210d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/gg6428x3v2wqf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qjnnxjqb2xjcb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/gw3g23kdr8036 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/dx1dtst4kqjkc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/95gc45l11g874 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/nnyegh03zy4n6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Black or African American Alone" + +Node: dcid:dc/qfmync2ytcpd4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Hispanic or Latino" + +Node: dcid:dc/n5sm9gygvgcl3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/mg7zgdnfpdq23 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, White Alone" + +Node: dcid:dc/etr2w70xl7k83 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/tkl9hv9025ww6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Black or African American Alone" + +Node: dcid:dc/wbl5t3pftpmlg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Hispanic or Latino" + +Node: dcid:dc/fml7xmbmq0zxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/0he96nxcpwed1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, White Alone" + +Node: dcid:dc/1d2w1vwmmxxs5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/rhwvmw0dcwtgb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/qd2f7tdfslchf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jmq5bh8p28l7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/f893pc6ndyrm6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/yk6r71j4687l3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/sm0vdd607g3m3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/7by2eyt3c7lf1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/fdlfjvf7xfjm7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/bn69n25vrjmwh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/595rwjtwx7r16 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/hm2pd4d5dwb3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/vt5xvq4zlsj32 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/jtrly57qk6bg6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/rdccec4v0cclc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/296gvln5222xb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/vbyvjv2mjc2f4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/vjjbxvkfg4epg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/4rt50pg198tyg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6tylrhlktbyj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/xpkdzhetjhq9h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/kx8lb01f6jvkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/fgxhnhbzrmetg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/453dnn0vm2w31 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/fkrff5m8fgfrd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/y81p7nfxnws62 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/v4f31hmm3h4s1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/lny4f0yy3mng7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/6r1ttwcgpjvv8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/qxnfztrq2hvfb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/0qcv1ccw1h1mf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/1vqzv3ejcv8f6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/r9g30c8q56764 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/7vvhhl9lef519 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/bx3qng0h8xxqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/bz7w9msetrhw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/83k1bv3w4sw39 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/0j4slxkpt4srb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qdrw2bmmgf6m3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/h4p2syrmrgqv3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/9d3erd7102m23 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/gztb2s4lj1pcc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/nwkctk7y5et8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/egv1vvk1hv0kb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/kzy0hqdvwzrmd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/z7cz6ykk0prz +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/h7w8e18089ngf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/z9970zd608ymc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/c2ezns2708663 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/26xny3d4bcz1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/dfzxqr7zc8fj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/vjhge7ccr7xn7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/lxks73m7brtk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/b9d529m3vjke8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/nyvfs8ff805xc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/bjd6qjvnkl3fg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/le1xvf8sl3pr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/eh5b4vpc3zmg4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/gr1sbze1m6tk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/fy5vr7yw73s2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/9k665h2nb2gzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/pjchmdn2657y7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/85g890xqvfnjd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/v5zxcsegzx4v3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/6q5yber1ggpj8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/sxn7enjp6hh29 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/djtk8f2j6thfb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/wfeq1k5xe0ywc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/mw0q2bbpjg6kd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/nleq70zh8c2p7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/99x800v0w042g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/6jxqk3ervcsp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/hypdmb4mcrem4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/tvcbe9gq5mmy8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/b81mz72elhl79 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/59srwfgj4zqc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/ljyhf7t9r39d1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/bnmg4l2rfb51h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/zvb32xppb56p7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/ssf3g8shkk579 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 25 - 34 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/clfdesv1bpp67 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/6xcqpvpkj3de9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/mpdj80ltzspjd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/r9s37py1wdkff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/zn03gzsx5mxtf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/bc1pnxe2vywg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/wenzws0essxtd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/jkfccer4ye45d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/zy1k5hh6cqfq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 25 - 34 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/g45vzjr0fcgbc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/k0q6v29zkhmg5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/xr4kfwtm6pcx +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/skd2dhfk536sd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/9nxm6vlf28mlh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/nlg3v4dqxm278 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/k2zbpexl98zzd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/ypr5xdmx7wz0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/4yl5dg7hdv7yh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 25 - 34 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/d4qf6e5bdm528 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/p4qq729nx2gj3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/p5zv46sdj3329 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/4x51zbljbhdsb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/6xlyt69jhnjs6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/x1ssj45qzs0g3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/r686t3hcsk4r8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/glxt0ktel62r +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/44t4thf9g6xdb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [25 34 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 25 - 34 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/sgzg3l7tq0sgg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/355zpml8fd6bd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/lv9tzn21trwhg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/5811pl3dnbwf6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/dh0t495vjm3e1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/skgcegwq5m8d1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/ts8emlhfhrh2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/p7qwy2g0ff2mf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/l8pgb9nrqb2yf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 35 - 44 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/c4f5qyq953lp9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/j18hp4bgrxf9g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/dbnw6nxwmstv +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/tb6gtjjj78d84 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/f131gtx3nvh0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/31hj8pg6jwtkf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/k5qnz8e8pld76 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/z36nwtxecdyth +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/zmsx5cjkx44y3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 35 - 44 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/lweb2r7mnkcy9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/44g2q4kk66neb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/bldbxpc4btk22 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/8tckhzpgw7jx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/8r70x45e1mwg7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/03p892tkj26qf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/z5tt0wsplk30d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/vwn81neb9kx65 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/gj29d3s189nl6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 35 - 44 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/yxn9jp3jkft6f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/7qz6rn09042gh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/cskv07w82zqg9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/2kxtg8p02r8m2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/fp63bxgpzkmh6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/fr5m8jdprkvqb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/64cznsfclj2f3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/zgl427904ex59 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/9n3vezrnsz0k7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [35 44 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 35 - 44 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/zrtx4pj1g7w99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Black or African American Alone" + +Node: dcid:dc/4mt6y3hytyp1b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Hispanic or Latino" + +Node: dcid:dc/k57qzk8wtqfwc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/2xyt54xwk0zs9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, White Alone" + +Node: dcid:dc/w1sc6dwgs0756 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/ep5vffl2n79s6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Black or African American Alone" + +Node: dcid:dc/k5mll16sh5tyg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Hispanic or Latino" + +Node: dcid:dc/vmy0p6gd6ssyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/40xt3nxpcf1l6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, White Alone" + +Node: dcid:dc/vnxb8x4x5kd7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/y262lnnr492j1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/7dr4httc9wny5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j79xtbffk4xy6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/2sdteyx17hd61 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/hvdl3n1msef1f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/r7tjkwycjg188 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/7fqptps57c5mc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/ssx9e6vrst02b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/dydpypmjmbjv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/285ffd0snd69f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/p3jedmx6ypqb6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/7v9e81gq6lb1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/bc0fp5ry8ghnc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/f4x4c444l8wn3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/t37h1q7r6qnk2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/1qwbzcygm5632 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/prz9k0q1dpn22 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/fnty3cvn1syrg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/fkfm0s0x4nv5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/1tbg8dwtcdp7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/swx4m6c7q7zp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3gr1cr1d6kz5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/pv12jhv2cdmxb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/9pl00w12v1rn3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/3jgn07ggdpng2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/b88k2y31znpkb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/y333p2d3h7tk3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/4r35022exxqd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/yqnbq7wsz51sc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/1jcrhqkwytbvg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/yfkbd7yqggw7d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/97316wdtwe4s4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/d8cz4b4x9ej42 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/wqpm23h719sv9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/t6sptepmvjdjf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/qf7wj2pdt5d19 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/lvgk1b08yw44b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/tzhsg18kh7j52 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/f4dtzdp6kbewd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/e07s2blmwxke5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/sr0k5l68y83dc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/z7myd8kwkb0c1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/y7pyln5mm1gfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/7f553000bbl38 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/32s8bkm0jwn34 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/0j78ng1qfyl76 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/ct7j7qjxvrfcf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/w5cjh5e4r94cg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/7j5rtz8lcvtxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/9ky76n9zyk4mb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/m83r9lp9qy0qf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/threxe3xkrmt +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/y1xfhm9b4x455 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/s8l8xm1dhvb08 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/zkbq1ds1g3kw3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/psk5gm653kb35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/gh593lflrs3kh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/82393ktq43p09 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/wqfztkjp3lhyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/y68qx96b4pct1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/cm7ec0lfzg5s6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/4v4xnxxkxjc1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/ncdh3m5474rq7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/vb4b8vk545gc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/039yz4ehwtv58 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/z5bktcz2hwyy8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j7yyxpk19qt0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/crvpk9b454sm5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/7z84f2bs2bem8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1x4gbppjrd9l4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/y867bnk5ngxg5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/k89b95yr8wsed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/b50wnmj7nh7l3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/fcr8wpnnwtj31 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/hmvb8mgbw3pj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/r4gvsgb33fsh5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/wn37xnhvcblv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/457rk7nsfzjt4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/6bhj9q2zv4321 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 45 - 54 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/vw8zqhhtdssf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/63vw5ljptfq5f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/gp8ljz95qh0n1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/0glkmemye63gh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/t05p1d0289mwd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/fpsgv6sg49306 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/4s778z8ke96n4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/nl7pe9hbvrszb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/3x8vl6nm9zv2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 45 - 54 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/k8jhfz8gc4dh1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/yz542hf5h1zt7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/dltjjp23jpvyg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/9q0qt7k71yyr +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/6tpvexdfgnvl9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/nj0et32lef4k7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/drvkl85kz1g3b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/jcj16dx671yh1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/lw2xh3pngbxr5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 45 - 54 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/gf4qttv6ekjq2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/1yg7w4tbpnfe3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/l675ggtznvjmb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/7ec5kvhmd9lr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/bd7lh13tdz6k9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/l9gw9pmrgmlm +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/qhlgd51f0mm6f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/web57nkcbsv35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/t8e8qvdmd5hd7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [45 54 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 45 - 54 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/c10d71nh3ev6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/0qhqp1tgnztwd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/g6qtnbct2s2n4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/s6by0ncnxtml5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/9dsnh3kb0b698 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/18k8t3x2q2svf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/3s44041mbg9cf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/cz7cychhfkvt6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/h63my7s7dnfzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 5 Years or Less, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/p7m8q0yvjk9h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/np7ylzphjw6b8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/zmlxmlxxkq7r6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/5yg3snkxnt092 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/bnvcjq8hbje6c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/83r45p7nq24b3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/j0nsnb7qq8br1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/jfbgtx7dl3bmh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/0l9zw8w8h96s8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 5 Years or Less, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/zjpgl907fhx43 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/glz8hy0n5kjkf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/373mb03w1v0f5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/p0k05hdp6p2x8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/qkclxvxttcks4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/epfqs1df79kc6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/8zemsfkf3xws1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/lp9sp1vbwp4d3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/2ky2nwrbcgqz2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 5 Years or Less, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/z7xl4p0vlv8dh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/22mky0c96b6zf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/tx3rwwmsvr1sh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/frw1cl3ygsxzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/bnqbr6tmyb4f9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/cf7xg6rt6cs2b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/6f3zhg3f5sdz5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/fn492kh669tf1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/7zeyvdq7wtyy9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 5 Years or Less, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/wzkb3wpm1wvy7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Black or African American Alone" + +Node: dcid:dc/t1fq89jcnnyjb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, Hispanic or Latino" + +Node: dcid:dc/1k9h6xtq7sjd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/r31fgdkt36vhh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, White Alone" + +Node: dcid:dc/r5rkd0neebge3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/yfvrpczx23rb8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Black or African American Alone" + +Node: dcid:dc/669x9k2hn8c2d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, Hispanic or Latino" + +Node: dcid:dc/nft5h45zjyxr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/863z1vle2hxb3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, White Alone" + +Node: dcid:dc/1zkv1gwydxrw1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/9kghw3mm3wp69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/0dmfdz6xj34ld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/zsv4srfx08h07 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/4p5wzsblv6xm +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/nemw0h6ffgcl2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/py6y22nm10s95 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/e7qflyrl2h2m4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/g2mz9d5l0exmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/1qq4s1cmdb2b7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/gjfjw40zx25g2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/ne6bm4w2edr0g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/ywl4dhtzgynmg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/jc7dmv0yt3nb1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/pgftcndwffeh1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/3ndwn2wsl6np2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/l3nznlfhm6dp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/lew94ztqld5l3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/v3yms0n60cys +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/mz7ezrp69qez7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/txqt8ycd5xxx9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/knk2g1krp7y8c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/fjdwect4f3zy1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/tcjk3qvkykdr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/kkmcet41sl0f1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/cjq2f2ln6dk77 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/xdxq79l2mdfmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/wr5hv2g40dey4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/hjj23j29dvz9b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/268b6slcbdtt1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/tl31hkssq1m36 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/2htlzzv19gzq4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/x61f7pybwjwf2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/x72lfrngt1srd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/l8jkre95r1k06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/zfmqpgqt8ceqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/8r5ptjeqn8qxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/c5qd7psht0e1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/80gd9mngcctzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/tk448c2vlcd14 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/9btznt48rw6h6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/khjpepzwfx9qd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/p2nskl3w6kmbh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/sgy9nwjvgfvgf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/lcrdp0m5fcqc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/ptwve37hwmly6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/xvv3f62k4y73d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/69v101sz0h4p7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/3qzprsszrcxzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/43zyhvyb4g385 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/zd9nqcggfhg92 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/29mmstfbcplff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/4bqj4lkncvysb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/57srvxzr68d27 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/k737pfxhxzsx8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/yxnvmxfrr73x5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/c01nbmz9s6z7g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/r17gvtfm8vvr4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/cz69g52cxlzl9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/ljfqqn7hgvgg1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/1wf52656h4py2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/gfbq4fb5qpx0g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/6mbqy1g81fl16 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/1eqzjn0hjfhv +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/pz89d1jcwcgcc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/69b0xf40xjsr6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/qxyj7xjrvv5z2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j8fpqj2tr67fg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/53vlcg7shn1k6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/9wllezvxvmv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/crqeb8mjy9gq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/kp8ntkfrhlz9d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/r1f1183fd4sf6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/mrnzgryjb2gq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/80jslqrjzz46b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/cyqgxfw8xe8ff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/kstqe1chljjw8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/q4hr7vzwc9eqb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/v598jcrl0rds2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/4xc9nfh283jp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 55 - 64 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/zl3texscywqj4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/pkpgybr5blg85 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/4hzzf6yv14ct6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/11z3hsgqr7vw4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/694lr2205vdl4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/msqg6q1s37kpg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/d6x3gxswr84w5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/09vs0eddl4vk9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/t5rqhgc7nk6v2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 55 - 64 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/5s2bnjpwjl27f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/y68ejvydp4yp +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/5tw4en9vb3bg9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/wendj7frlp561 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/8dzl59rt71nc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/ehfgmw8ejgqj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/b4h1v5cvyhc39 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/egrprsfp2ldb1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/xpwn0kzdzgz22 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 55 - 64 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/r7ngzce27zqcd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/63l8m5wsvrmld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/r8ssr9klzt9r4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/05sgpg5lkl0j3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/wj1s0bdhgp2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/2tx2kr2kw7tjh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/n9tn6thfzp9rb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/7e9svnb8b5dsb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/skes9hcrc3y33 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [55 64 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 55 - 64 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/lcc37dcqepskg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/wxv7zrk4nl6yc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/9hzmxh0kh9kd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/cz34prg08c4wd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/01l565et72rb4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/5cy44yn4tbby2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/dn3h7mkskdzl2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/zq4kgmj1g9kbg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/eedht9k444je9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 6 - 11 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/vbh7zpr0jve26 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/705hte24nrwx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/l8hnzy4g0tk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/gghgv7y2sd8l1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/rz0fvxp0hr106 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/q809rdpxb44b9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/dndk7bwlzzxp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/yvxl4yxby1y3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/c779vw20xvprc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 6 - 11 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/d6bmnn2fl7j7g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/h7drslkymwle7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/dvkzftnypxff8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/pg067qe3wznvc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/0dvfqkzymvfpb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/w9bthxnp10mm3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/8smqbwmgx4w1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/v2d4ztbhe5png +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/vv5xc9k060fmc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 6 - 11 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/ndbkzhyqrd5z6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/sjmjhbk6t5ss6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/f87c15s0hp79f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/2tqnf30z8dlk6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/g475g20xgy002 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/3dh6jrsd0mnt7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/45wq6zw8j91tf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/2kvsrcm6v4gqg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/7jpkt0t15wq6b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [6 11 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 6 - 11 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/j169sy9nhtd37 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, Black or African American Alone" + +Node: dcid:dc/xm2mbgncfwth7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, Hispanic or Latino" + +Node: dcid:dc/wdejfhzrrb24f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance" + +Node: dcid:dc/pc0e7hsehnhfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, White Alone" + +Node: dcid:dc/0b94nxrggzjzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance" + +Node: dcid:dc/vlcw37xvsnd06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, Black or African American Alone" + +Node: dcid:dc/v3my8lw5rxwf5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, Hispanic or Latino" + +Node: dcid:dc/dlf1zbe7svvw5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance" + +Node: dcid:dc/209wtxspvshxc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, White Alone" + +Node: dcid:dc/10djsffe31bn7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance" + +Node: dcid:dc/zcjj69ysljyzb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/xthgvhhe4e7y4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/q0pntx6q50xyd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, No Health Insurance, White Alone" + +Node: dcid:dc/sl23jfq51pe27 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/tvvzmz5dbk2l +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6kln13by0yjxb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, With Health Insurance, White Alone" + +Node: dcid:dc/g5709vrr9k6zc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/vj5b5y2nwv7tf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/ctlj5kercb8ed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/zcgsmjek6kw4f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/xjssfk5wxz1c1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/04rk9vn8s6sk8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/elvrbqe9csmd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/x05wh8889b8f7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/vl6f8k2kgnh3b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/tqzfgdp0dnl01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/t0m4mx5pdp9d1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/56hqbm2rzp519 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/sw9ceppkpm0z2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/jg5j50z7jf65c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/tdkm5xb4b3n +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/brllzf3jmhc46 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/87m0w5rx3nseh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/p8lm3p0jzcpc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/k2hstt4hbkb95 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/er2q2yd81y4gb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/vgjr2ml15k7y1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/et74tm86w7mn2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/3352hcg96c9g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/0n2te6jj7cfx +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/877hh4h8pgg41 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/6egnpyymstwnh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/bpepnwkhmp0s5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/7dddp13y67h4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ltrqkl6rdx4eg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/1clvjvh2v9qw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/t0plkg5nybg4g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rrrx3lbcqzde2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/mg94gblsgw4s9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/prwj2efmz9hx4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/8flsgqjfjtywc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/1wjym9t8mvd61 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/w3h2l175t2qzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/vtytrrttznlf4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/7hx33fy357gyb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/sgxzz5bgeh515 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/xtjn7pcnjxf19 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/6yj7z5ntv09w5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/ryzs3sgvsby29 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/q9cn1llg26v06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/enby2tg8mnve6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/65d71j9tegcl3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/e90chq05mhxg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/nsbvl9m8ykhm4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/nd4hb6fdccln5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, Black or African American Alone" + +Node: dcid:dc/hqmyx8l5e5042 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, Hispanic or Latino" + +Node: dcid:dc/ysypne3v9devd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance" + +Node: dcid:dc/c4rze25dt2dc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, White Alone" + +Node: dcid:dc/0l43ckrrqr461 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance" + +Node: dcid:dc/516lbmwkf5th2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, Black or African American Alone" + +Node: dcid:dc/ffm6fqsf78np6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, Hispanic or Latino" + +Node: dcid:dc/73f8pctbctfw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance" + +Node: dcid:dc/s4w5mg47fxzth +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, White Alone" + +Node: dcid:dc/cq8bm914nq2x1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance" + +Node: dcid:dc/y1n3951wswcx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/9j70r2hpwhjvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/bte5bn8e2nctd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, No Health Insurance, White Alone" + +Node: dcid:dc/e6rvpq2mm5239 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/y765fgf3tcdz5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/m5z5g59hesnyb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, With Health Insurance, White Alone" + +Node: dcid:dc/wkj2mw4r4bjzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/gqq5ygpe75z26 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/gx4wlchpp64v7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/zdkmf9qhzd7d4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/0zce61246m0m7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/yqgf9bx21s88b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/d7bwxb6jt5gdd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/dwvewe2lbq1wg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/z6z4fee2wv1h6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 65 - 74 Years, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/jszq3lkp6nx97 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/7gr5sl43byq49 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/v65y7c8fjhfsb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/cez5brv97kfbg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/ktlw7xp1pwze2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/dtx5b1e2ysmn7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/e95g8x2sbekq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/90q99tt45n3e2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/6m4d50np5z7t8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 65 - 74 Years, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/652levyepz9jc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/vt4tcj5b2ks69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/fcfx5scj403h4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/938k1psc07hl9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/2ysn8nrjn4eqd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/m8sbn8hgc3mh4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/gcn7mw54k59g5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/6p8l4q4x21vh5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/pb6xpfc3011bd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 65 - 74 Years, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/p2bb3f4bgdcnc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/zdgfpkhrh137b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/spjn66p4h8l22 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/w2n8clm9v8cb3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/m0eb06jq7rwrg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/607meewm728ch +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/4l63nsbb3e1b3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/20c5xfjvfv7q6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/k9wr74q9kng7h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [65 74 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 65 - 74 Years, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/dc0dpth28f747 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/7xsr4ys0p8bv6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/yk9nqfq2lhyy2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/vterxg0m029p1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/b16wshdz26h87 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/7m94z6079xxd5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/0nmm8vesc2wqd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/gqbmqjtbqjndb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/hlmdwqcddhm26 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 75 Years or More, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/hr5c4hs9p33wb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/79tmx3we1meh2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/qxm3rzfrr9zfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/snkj3xy7mm2p +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/8wvcjjb4wgl6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/qyl0y0bsgd78g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/ecbz5780wjfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/cz2je0m7tyn46 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/0cs75wmq50wnh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 75 Years or More, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/6ynrf9lg060d5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/xvxcntwxxcv7b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/bfjdlvjmdtqm8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/dfsbrxqwmm7b2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/g4b6jp0mc4n24 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/efgee6tg24gbd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/v0k3qy97y9464 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/hd7gyy4xlwy27 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/5xwkd7hr0jqr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 75 Years or More, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/ks7xmm6cz711c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/2gdzdkpg073x7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/e3kllfc0j7zyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/tl7sdvd65ql5d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/j0yq48psdjlrd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/3965w77rr6ggd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/jz8fvj1tep4t +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/rnswkxzr2s8qf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/tfn457ywldctf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [75 - Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: 75 Years or More, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/1rrn12h27sqg1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/whpsqxetshz5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/je1xjmf3x0q3b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/erhgxzkr3bkjb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/slsf9qe0yfhk8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/t5ll9rvj2b8j4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/1dkvx1bn6xds4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/05fbjsxz9b46g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/3gr15j87zhp8d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 15, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/yn11h4qmhs332 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/tyeljgmemlp68 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/dnn36pr69td58 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/x6q5lcvc2kyxc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/qr6xx116tg4pf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/5jh11re56jznb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/z16ebzz4kjznc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/ev4plr181z8b4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/nqwz9x9pfdrtc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 15, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/fcdrbcdnhkyk7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/krt5vs3bzbmh7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/j2qz1hcm2wrcg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/sg0cqfr0lx7l5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/8j2z16wgs2e41 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/rr0lchct6y6w4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/l5txkvlf1zebb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/ecrk4xm0tx54 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/6nq3tms2q6cth +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 15, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/1sr37j2zncwyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/k2j3bdltyd8ed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/18bkpv57q8fr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/rqzdxj4lkdsx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/de6eq24m3b2cb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/15pg9db3rm575 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/t8h9qrl52w6y5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/g3cg5qrdhfk0f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/y9dn307c3bx4b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [15 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 15, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/d41jn4vd32fx8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/fytw2rfgjpqkb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/cbq3txcztvfhc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/dcg7es0zw2xp +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/mkwbhgdz4wmhh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/b6lkdnw9r4dmb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/jnplhen4kk8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/tcemjkh0l68gd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/dwh9mbxgzsbn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 5, Female, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/7n8zewjdlm1z5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/hbjpktjq7dp28 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/83h0m3zg0teq7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/xy3ffl1mwzwzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/hhrsd3vqgj6p4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/9fw5zffn8l837 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/88k4y2pnbh5g2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/8gpfhkzbgsem4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/382kknm8yfeph +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Female +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 5, Female, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/t5r50e9we078h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/q09lbm22p0js9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:AsianAlone +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/fqdksqd7qn2cb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/sp431s7l2x8v5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:HispanicOrLatino +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/hyykhv7b0vdsg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/8sn2qp82x9lnf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:SomeOtherRaceAlone +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/rqe5dj6287vf1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:TwoOrMoreRaces +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/tzebyl2589ldd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAlone +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/g7ep69p7h2pz6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_AbovePovertyLevelInThePast12Months +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 5, Male, Above US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/fswz11pj648nf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AmericanIndianOrAlaskaNativeAlone +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, American Indian or Alaska Native Alone" + +Node: dcid:dc/xrzd5lseb238g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:AsianAlone +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, Asian Alone" + +Node: dcid:dc/bpcbj92m7cee4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, Black or African American Alone" + +Node: dcid:dc/7whbh9y32dkq1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:HispanicOrLatino +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, Hispanic or Latino" + +Node: dcid:dc/g6cglfny00cz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:NativeHawaiianOrOtherPacificIslanderAlone +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, Native Hawaiian or Other Pacific Islander Alone" + +Node: dcid:dc/3l2bglkyj5je5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:SomeOtherRaceAlone +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, Some Other Race Alone" + +Node: dcid:dc/b261zr2vnwjr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:TwoOrMoreRaces +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, Two or More Races" + +Node: dcid:dc/5817wvjc0lq0b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAlone +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, White Alone" + +Node: dcid:dc/trfl0fw779y75 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [5 Years] +gender: dcs:Male +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel +race: dcs:WhiteAloneNotHispanicOrLatino +name: "Population: Years 5, Male, Below US Census Poverty Level in The Past 12 Months, White Alone Not Hispanic or Latino" + +Node: dcid:dc/8gcek9w29bgl +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2frz9yjn9lwl2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/wxg6t2d32h9j +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/qlvdjlk6143md +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jtccqz7k6t7yg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s4dv8e0nyn2wc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/h37z851gw5799 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/jehx66z6fq516 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mgyp9y25y8y99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/nk3cspcyppknh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/st3ndn4yx5b2b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/yx2fxed6n7749 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/b1w8td2cjv8fd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w9jlpfjl07423 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8rgczst6m1ve +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2zkt4n210edk4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/drtnmrzq46d2b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9kcyqd44dbp38 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/4tsf9pzdxykfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s5j618tt8df3g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8168s8xfkwp39 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/m9dzzh4elldq4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/kf1bhl168hlfg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t5jsct62zgst4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kvtes8fl1c6z5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jpk5q6w9hfg1f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tt0bn1k3x3r93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/k8tk7p6bcb7wg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8rqv5ldcyv1z1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/r6jrf8x4jmcx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pg5hzyvz22e6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hqbyzrgqfcxqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4pj97pcp3jtm9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pjp6dwvxmjn67 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/ke2g72zzq8286 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/mpt01cgt7kjc3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nlgm01cf6n6v1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/48ggze8gcj0t3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/835qjm4g43xg4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xwgf773qem5y8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wwszjwlzdxdr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3jgn07wqd4v7b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/690ghnkywsyff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fjzsy6bw93v4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/m9fvhqq5lvzl4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kqgvxn4pffkt8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tt8el3cbg25k5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4he5012v7tx52 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t2js7gnxm0cs9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fk0gcttj74918 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rexh77fsprtc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/de4pvq0xssw0g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/c2cjxreb8zs81 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/87c2z8jcwh2g1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/8qh4p799mj49h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/e9xbby4x8hjq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/j7225dbphszy7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3x4xx46h7ft07 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7z9rsdgsdm7x7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t305kc71cxdr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/c3799wzbkks7c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2xy7st30w01wc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jlws3sjpc44zh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n1p8jfnh0we03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6yyhgpblxg38 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4mplbq4xplgg9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/j5cr9vbk552j5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rf962p2hd7twc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mb5wvgnr0q9z6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9bkrtd40ykwx7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/w2vcx02y6x1p2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jm8lknezj1v73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/x4x6qyxctb1hd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6zqf4rd3vr69f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cy0krf8db1ls3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/359hjbewv56m2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pcfge550xbvq1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ccnemdll5l9cf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/k3hndyh9x9227 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pslrsty8n15h3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/p2n8xr948kd77 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/k42d2decb4nf2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y9z79d7vxm1z4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xqhhb3dzs91r9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/jq4ldhg792erg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/1wh7bel1c52x6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5zk7tmqe0217 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cnzx0m1f62993 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/1e6z46zw446x6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/463ygfhw7t3m8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/606xvwsyf2jlh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/qgs2nvf3gsz1f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kw16cljkc9nwg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/etrrvbfmtkrl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/wmgg59285lccg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/41xn98zn7lvd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/j09brz532lc3g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/xm1j14msyh079 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1yn7wvty4d925 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ggjg063y8d784 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/1w7qyzr45lpw3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/ecx401wtj9n57 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/z8w51vkh35e01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ekj8wdreygqz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w2mfbjsnt71y3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1qyzv2jh2kc45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/30heeesjwhk3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2t709pf8k28q4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/g04lk0n3jr4ed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2xge55tqw46f5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/bn79rq1vxg5m +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/fm6ewt2wd52jb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/grevwhwqgv9n7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kfsl8p3dvejf8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1trentvvlmvk6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2tdz41kt2wdcc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rnsgpsg71qssh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kj1lss6tb2rr5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/gflhpxlzws429 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wben01rfn0d12 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/nx6v9keec0bm9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/dtjyhf11swvj +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fgrn3h3ly5mh1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3qcjvg1fgsyt2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9by4rzjt4rhl +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4zse787jg8k2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4dh4nn2mnryfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/sj04xkv0h91n3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rglh6krz1bdh8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/b1cgllpx64f2g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/zfdghv6nnc131 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kfh2bc0b8qf14 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/t6pbgfhmgvzx +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/wx7lqmebgyw17 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0dfytmrpybech +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/t1vdq0wfd89d6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/fsz0vekygkwy2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yd9h89f0hktk1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9syykbj5vyyv4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/srmwjx14kzl4c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/1xbeh60ctcp9c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8vp7bz8cxxyv3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w5k8rkcv9xm38 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/00ss83df3qsff +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5680htq2nst9c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pyfthdt3xg5b4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/v1sfzss4y4zm6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/j321clf79w5lb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/w24h356jtw128 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/mlqt75zb4l5w7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3b7x3t6vdwc6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/t9ymrmvw67y55 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mkp3tm7t15vx7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/brvj69s165j43 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wsssfkfxfxvh5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nszzftcl502w8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wjgt3gb0vqem3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/bhkp4k69e3bc3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ghqkgj5js0r0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fj0mtqm1dzezg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cg3gb82teglx6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/3js8pcyp0pyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/s9b42fye5rmkg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/he8x8wzd6xsv +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/mnj7qvb0rknm8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2y475c2jqx9pd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/zt5n65lepm282 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hrkrgvd6d3q0h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8s3ydp0dnj3mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/s8h48bxywkc6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/7wcfep8kv811h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/nflj28084rr86 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/1swy76gftxkv1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/vgsrq5lcftpz8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/qgq8nc8y34j8d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/sht1qlt2g32k +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/zslxj81m6jhx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/xcp3q3b5ppc21 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3lgbw6wg00w5c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jdwe0dsgcfgz3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/89eqh2z3gr7hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/xj13r00eszh1c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/24m0yg9qhel9d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/fcc29rrlp4q9b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cy0ymkmfrpml +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/eqmcle8z9hz0f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/27byx6gy6vbr5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6d54m55qqvkg4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/t7ylxswf2qyj7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/s13ejn0r3wb02 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/47zkhk4d7qgf6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/f2j57wgk49nx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0rx3v1476tb38 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nbzlj0vrrl5mf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8764j1z0hbm97 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/hmy0h678cvnpd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/eetr0223bkcmd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dvwqhsqncnrr4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/legwmrj0bv0v4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4gqe1b3r8vl98 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/qegjkvnpvxqmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/l0egy7nhv21n6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/lds50dss1298b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7125hs5z2gyf1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/e8gb2f72d0c7c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/x12kf04y1szv2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s7dst24ec3sq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/glxxcfxtfw0gh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/46jwct2rw5l1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/x2w7gjm0z4cn6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/zpy82l0nbkpm6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d92cvkt79pycc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/93565pr87c1hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/njjh0l87yvy39 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2s2z6qz70lgpg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dbjj7s4crvl3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hk5j58z48twjc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/nq069p0cscfz6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/gx895r7h7c3e1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/35ell33cvw9l2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/zj2p66b0zlndc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/g1c4b9qnkmq29 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8gvp98cbkvb11 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jqyvpl0fkegx7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kly370zf0trnc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/qbp7j9bep8cd8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rd6f70t7el0nd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/r25z90x26c2tf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2lkhz3cxjbbfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/sx5nfjxrpedx3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/tv5h8rkq26k01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5mrhsmye3fqk4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/qkf6hb52934l7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hgnv4v0rmpgfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/pf5n14ekw4c82 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/c3d4lzbgx6nhb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/2cysve09pges7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/60c5rv6x8k8cc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4k83ejpfhb5wf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/bfvmqxm2qn742 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/d45mp78jtmjs8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8be20whkzy5pf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/z1hzrjp55bt48 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/d2v1d4xchthlf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/sq6elnsbz9srg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9c2b0lz841y06 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/fee87x8p9g18 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/1dm7rq47g9te5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cw8h5gpy193c7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/17x23dbh0s8v8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6zsb2ght3693h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dychppl384b8b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d719wkljx5nq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6eb8t0w39rqp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/29f40wngcsdec +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6mgsxshvbvpb6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/y1lrgzrf7hy74 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/42bnqbjnzepjh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/egwpxqqd6hhc1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/k7ntqh5s194d4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/vf6h22sm58ey2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fhb5hwepf97y6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/kpsxe351v9e62 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/dclvw58bs6l83 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/82tcghc92pxf9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0v1yytmg4qjy8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/zv5dz1prwsd1b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d9b1zjsh0y9yd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/th7fn6r3jwcj9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dkt1pp3lrhm7d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/jcqegt0ptpgm7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/0vm8w85s7gm37 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pscfsw80vrzn9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/wz5jxljf3q644 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/el0y2e9dkryp +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/m1w4xdnk3zq01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/v1yygcestybr6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6wen3ktxs21rh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5jb0gb1366t45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/lre04l14b8hz3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/cj1vy2ncgegy2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/y5k77v60wqk0h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y9r4z10wcl5k1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3kb7j55qtws85 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yvldb1xvfwfzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/0blff1lpfyshf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/ktky3vp6d13mf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/1yzt8r4m13vwg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wh65nkrgnj2yf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/v1l1q9hl9fc3d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/n79l44d3726e5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/4rnrwr604vqlh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/n70bfczppxmq5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4x24bsz9k3ys7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dwkt1kv733qkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4yrpll1xnb3sf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/g3prrdcxqre21 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ex6r5tw8sydq9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/7zzjlcltllqw7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/5h78dj0p6spzd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/964kfthkr1cr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/gmgkel1mnp67d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/xtnsfthdhs3rb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fwkf9jl9k1fy +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rrhlps6w04rcd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/343kcmm43gsth +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/6pjs7qzk3561b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/ydt8r6pxlpc2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1y7bxk8jdgclb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/gb1l5dzzf8f72 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/yl48nys0h5gg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/s3f48z7mpptlf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ssex48ern9h74 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xbhj85fkcn0yh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/f72j395whg2db +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/trzfhvb4hc8kb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/d4n457py4t1mg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y4xchrbx19sc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/sxmbhqm1xc2kc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rt9t1p16evy6c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pqwxdxqqf2fzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/tvjnqz0nc69c9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/8hgx4erltgbpd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wlrnj18tn4gx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/1fjvf4gkkcdn7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mly0wne5122v5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yzj8758lbhq83 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n7dy14b9gtz01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/0lngtlmgpfws4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/48yzeezmshn89 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8knjlwfnre92d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/l99yymtvyb37f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/y9f5w9x7twdmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/xsc4p4rs8e233 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/23vs1hx1rt4q1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/e1nxekwn822c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/qz6kz25el9c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rm2935lmet11g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pz4x408d9tmr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9q8tr4f0wmxn3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/zkn6kvm7h71yg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9szs9mc2ct7hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/tpxwd8lxe3tp2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9lj7qy6hhwvn4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1099jppc0q0rb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nc7y30dv5sw3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/exzn8d2j8c5nb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hzl3hlmtpbb94 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cxcc1jdj4mmn7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/g1r3jhpz33ek6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/fgvs0hxhtxj9d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/68pwpz9f2r6n3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/wzyh4ytbg3nhh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/46r2mfm1e0deb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3egmb3x7wbfh6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/lns7jy174xek6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4k3qqz4vh6939 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cxvr2esk3t6z3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fb9sf56mkrtn5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/qvb4wjlvt1f23 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4wm7d7hdycxhb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cx8tcc64y6vy4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/tt2jd6f9079s3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/rfksbrc8hx8gb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5dv7dzhrez8n3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/w5ff8bv89fk93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/dh0bs0xmvqydg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/e5zv1vqfgcl22 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/72qvzvsjs3cy6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pqhg9m8rsxj22 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/64w0cp1rldwr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xq9x05xp2d4z1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8j3e685m7mgt6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9b4yt10bdm4h5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/2hmm4ctlj2zcg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9gr85wp80cp0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/50jwf131pnkr7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/06c4emdpyqyb2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dvm9886vcnz29 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/thlpzt2x09fsg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/164s5dkjx4rc8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yl1rpnthyv6s3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/qtee95jvrlkq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/mgbp0qqy0vsf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/bg24787jv9zk3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cdvv5c7hzqyhc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cghpnxqkkfxf7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cz7z1qy03g363 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/yb02m1crbh5lf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/gqtq6j9j0x4gg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9v6hmp5czv3f9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/hsbfhd61b8d71 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/2z9d92wjngn69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/tndfmyly95xx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/npfsm76lesxs6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/lwjp3jgghwjx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/gshrk2nyn3244 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/zvelwyww1erv8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/gpve5q9fgqhl8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/7xkch55d758d6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/b0rz4829cqxc4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4d16jp2skkz3d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/yzmyfqt4erczh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/bsnwzy2gcwjp +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9vhwsjbzy9fp +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/e07xt8c3exq08 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rmr9n93eemlbf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/f42zq2pp21d66 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/jltyx3xm0rx79 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/vndgw0llpe4wb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/ypgy85h2fb5v7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/2s2eyn6vlz3m6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3m8sy75qtfjb3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dsbqt89lqm50f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/vmfzq914gq853 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/e53hn0spsp4d6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/x0656c5rqwps6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jrqvsh72qf3k8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cfcrvm73lqyy9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1v6xj695ms4z9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/yp7snf1q93v6g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6cxj0gf5m61hb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rz7m9y84c13e6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/jc6dhp2qqvsz4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/m0j96gcrj3qt1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4kme4phmyvhh1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/9t2eb658py1v6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/g1yf32d28zbm1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8jn6nlndme57h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/pxsf3x8kvhfyg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9htjtp448v396 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8bf706d3q5npf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/0cm77mbygtsef +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4jckkg1knmcr6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/f90phj5pc1qyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rgkqzll0nscl5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ttdx1jmx8ynn6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/18pl061e77mj4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/lvxc0eeewm9p4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4t4sdm32kjhj6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/ll598wz9szghc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/sb6kqgqtmr6q2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/qzvr6yqdzw4mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/79xtrwh2vxrxh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4yyzpg1b2pky7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ht0jqdhpkwtq4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/rn5j3qnwsrhcf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/vw13kpgcbgrq4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/r863xvrx0r6x4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2wlyn9z1l5fn5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/96721hfsp0323 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/xbs3t0el6mgp4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pr103tgbfjq82 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/22qlfepxqt5y +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/7cb0n2n28dft3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/yktfz5yf4zt6c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/dr5w10bsxper2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n9jlxdtybmls5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dv4j7mkthdrp3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mcs55ttx56mn3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/bdw53mkdts055 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5fnklvt7wlng2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mb2l4xs8ys44f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/l47wkbpk91rm1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/vtm88l4fx0np +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/cmc715scfqekf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/8be7snx6vs9x1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y0470c4v9br4b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ctckzppq1vl86 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/dge66vm5we3mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/6dlpej2tgngrc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3d4fwy02k2n33 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dk3d1db0nxs3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/h75c3s2sbrb8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/vfe2zfs0csm34 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/t4j7qnq4znt17 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/w69c822gx6j +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9z3z0srf8hfpg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/6enptl3blnxp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9qnez5yx61zb7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/p36je8w7fsnmh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/sg5ct69s60c07 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/cx6hp5dp54m5d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/rjx9qelcflbv3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/639h9m9vnrhe9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/vznbk7syznjlb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n2c9r201v50v6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0ve13en1c5hbb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/lmvgchbgc4sl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/ttkdm5lze4h09 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/trtr67zbn1v0g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jqz2l65qrw625 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7ly1z6md01yrg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ee7qc1zweh1vd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/zbq4jdqdg4krd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/5t30em8k0lcg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fb2e71l2qegj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/tfsx0ez9k534d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/4fbymfz2dj8gh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/fgewdm163cl6d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/enzzb4fvrxgfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3e2dc9wmvedm3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/q6b862syqte1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/4l23brb4dz842 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/9ssb5dgf1sc12 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/9zehp0xcqdwf9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/62fv8bzgtrfd7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/n360ycjvr2nvd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/20c9bvzzhcsfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8z9mejpx40se8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/b21byz4lhjp02 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/32p1ydh8hf8ld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/edn38qqp4fpc3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/k4esl3gdhle2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/twwhyjxh2j9v2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/yvns9zf4q1shc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4l232l3g9vl2g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/41l8h8c8wfvr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/dsk2j4cg8brd3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/cc4qpkf479nvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/q51t9tbdmrfx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/0zqsf2nn8xp6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/q0yqv511bxrx2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/cyg1rp6qfz0x1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/kyqzy77c0e4lc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/pe7znyh3y5m98 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/4b5q0g5f39lnh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/chkg2me4x5m84 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/5xclnvgl21vkh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kcrwvq18mpzsc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/j7kk6lep4fhch +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/39h8rpbn8s8dc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7tkgwf4mfmx13 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/53w7hznrfcw11 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/48revxwqqssc9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/yvejmz1b06fdc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/jxez7db99s7zg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1mh8cpl7mj6t5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/bkbpf4b7rnl19 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ewgjccy7l3jk2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fd4cd7dzsmz92 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/1vz4dsh5bfc71 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wf4eex3k8skzc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/0295k43xf1e73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/94d9gty12sd55 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/eq24mcm053rn5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kyhzmlzmd8j03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/srzz3bpz7pqnh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/xj7619gej7dr9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/e94ldb4bs3m56 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ltdxmk3kky1gf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/z48s9t1yhj1fg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/3yejz4nzmygq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nm3lyk3n3re9h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/qgxbkdw29hsk5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/kzk32g2em6qc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/5l6w9l13jxed1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/mnvy8b5q835k +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/8vgp3bqe0c5zb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/l2j8l7djg4sf8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/qwf1fjd0ns396 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/eljww8p6dzj4g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/85e27cyx050k9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/3pgvmym0hbwn3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/n5zwbwjls2gqd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/17qs28yzffn8f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/weq254g9y5b2f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/hcbl8wghhj671 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/0hvm5x3z5t205 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/nhs9fe0cf0qf9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/tgc1eyfbb9kcb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/etdxfy4x9rgqc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/l5r504ngrzt89 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/vpzmxx7bfx7zc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/7nf77y6ebtff4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/82bjw3nd4pts7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/zejyxc4wtthmf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/eh02kcwxtt3w1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mees2v1m79e09 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/g434g6d20qfh2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/b2fwqr666gp21 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/wpxrd469pt754 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/yxb3np947bgzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/yp3eg6ps6l5s4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/vtqgnnw9pfjm9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/b19yzw61fshq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/1e86kv34g4104 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/ftjlv3vzf2kcd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/17kktxlstbr35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/prbmjn4rxcel8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/hd34lpgpr85q8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/z7w7pw7nm2pw8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/fkdvnyfnz1kq +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/2jspr5278htfh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y62s7ndp0083b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone + +Node: dcid:dc/0t1xndwm0mbh8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/q8h6360s9yjy +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/02rc392sk7413 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/lpvvwg2ld1y9c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino + +Node: dcid:dc/mteer70hpktcg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:marginOfError +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone + +Node: dcid:dc/y31wp1d6qtje1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/jx6f56k473pl4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7j80l5g3tec26 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/e3021jfq65hnd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/n7w7lvdkgxxz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0h9ksksllthh5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/rmf9zfnpxwql1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/hpw62c6qt6s03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j3ndmhx2krlrc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/xertjdv7wp6l3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/tp53zwwkhnpb9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/hleftds7xt7k4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/sxwf7l6hzn0lc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/ht7zw6fm982b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qmhcwbgw94yc5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/sbv4ktq1xpwb5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/ekk0df7z18v81 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/bqdmflptj29v6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/82741tpnvdjng +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/313jdvr4mfbyh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8fep671mt2jx4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/rjcz5emk2bkz +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/n1vv05xjc12e1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/p1mewrgygm8v1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/7cc0311c6qrg9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/rgf5vgpje4164 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2l54jqdr37tv9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/q6xq0wyehhpk2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/0ehz22d9ce75b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0pzvvyn55k425 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/57y8mrkx7q115 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/yhpe696vlf564 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6sxkypm2qce1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/zttvwxty5q3f1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/m8eez7sdzpqz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/zrzk5lem9e7qd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/2v3nk27y19b3b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/czpteqgt2svlh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/r97g0s9fpns3d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/58lwtezk5gr7b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/6g4ztepqh4kw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8zsld6ee50s6d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/qtedegclkr1b5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/yv5crk09cv9vb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/c8qex1wy915p2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/jpk5f0tx22xwc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/7wzdt7yvgeqz6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rm4rxgsztjvq1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/g97682h2g5x3c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/9bccgdxwlgt1g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7r6vkcxyyvkg2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/t7kfd3q023ly9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/2mlf3tpv1s71 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/cqmltht77pw85 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/tsprvr949glb8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/15eyrbtk6jwp7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/c7nfvz3htdn4d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/vgj1scbbxrgz7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/fm33qxy6jdphh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/5xtj5h3swl80c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/6h8gq5qh21ln1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/g6r3yfkvp47rg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/cl8gd9vtdhtlg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/k12392lk3b836 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/bnp1h1dd0nrxc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/fbf6spp9154mc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/7hmvmkdg868bd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/jrk451ynd1qx9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/m2zkdzlx7rjj8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/tfd8xfztk5kwf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/gv3cdr907k23b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/reemcqh72t9r1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/xbs5kjrgd7nzd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/rcmdbzbscs71d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/nsmv55zxdmvx5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/d6chele816gf7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/f2h825k3gfkl5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8eqs774b8s3c2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/f5b6v95h948h7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/rz1krgpt97ql7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/vhh4t8276wr02 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/38gqlld8j3598 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/n6r3ej6qv02zf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/r9m9v4wb2kced +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/80tnlwnyjszyf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/7n6tkpjgbnvzf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8qw5rhvscmpyb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/1qyz0gjzsm5bg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/xqns3mdycql46 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ysjsj08dnd661 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/zsjefd2mpzb6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/bedbxh1gz8qj6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/hf13tz4t0zef8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/6elbn6y6cr827 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/tp2q310vrv2d1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2002mxcmmh6w +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/kwsv8q3ne6e73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/jmw4v3g5k49v7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/dhg64vny02gt2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/52med1q9gkz7c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/5edxm9peejjh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/nme81p3jd5cdd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/36g68lk5px0e4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/ls1zvrbfsmf0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3me0z905dcpgg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/1rsegfgdybts +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/e4wezqvwlcyp6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/4nb5lqx36bbv3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/5kprdwjpcv3bb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/kxx7jeewk2xm1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/h97xplg4kmfhd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/hvpd2tmc271q8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/h4wkm9j7ns558 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ljn6qfwfc7mrh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/r5l6hhqct4lqd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/vwe235zsc8wph +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/613hg2mq3f7k6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/pvpr87rejn14f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/c1hnb47tbfx94 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/gy12xrwjyy5s9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/fzpllxt7p08yd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/9cm32f0gjdv6h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/s2nfjhyekpwk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/rezg6951f78dh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/j9qrzkw5le8v6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ns8fehxnmjqx9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/71sph2cchd04g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/z1d8rcd6pdrzg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/26ml3xnd62j42 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/03pc9jykcr37g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/yvme0llxvth8d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/b8sxyh62g6rn5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/m5vcxf0jvlrw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/pwv92cf33wlm9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2std8kll6xb1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/47nl3g608mbbh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/7v5xceq6z33y9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/dvgrzs4k215s1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/36h22xten785c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/ps2d9kpw51rlb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jseyrzxttfsf6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/fm0l0f9z5jz08 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/1dcqb1pvvvpkf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/bpkkq4n0qhh35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/87n0t7j91n1j +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/q1lg89fwfv3bg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/yrw932zxcf5c4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/y0pde7lt72xr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/vgrktp5t8qkz8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6vjmxptpjgnvg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/42nvj916d55th +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/wwgcpvwgpjgl7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/41jdmbwp0mdnc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/q59sr8x3t5qq6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/6vvvn9t9k2436 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/06f9s5gbhgx73 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/l838w69v0xxd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/mt3qmkmyhywvf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0whgewmn8vkt2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/38fx6w6vz7c63 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/kfyg3mx7ymvp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/xz5vec7xpng04 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/bxr7lrjtxgvf7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/j565jsrkxt1s1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/4378q7d76j9wd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/3fwccvgfnt9j8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/yxmtx8sr089w8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/mklm25sv484z6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/0blps54f4f2j3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/qqm9wp370cq92 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2lnhytgrzq7df +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/c73jbhvs4plw4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/mpr1h9t5sz1e3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jdbr6xd10xdlb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/5l4hvh2zmx5z2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/htw82e9tbrwbh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/05zmhs5sx6708 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/v4q3fmwgd6qw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/w25c2p7ywts3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/n87f27nqrs86d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/f6xwlznpmr788 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/r7se8s5342765 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/fg3gx6rrtr2s1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/lcr05yd7p9vh2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/nf974ysn3ywtb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/4wdf9hs7tg2w8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/t5l4mjcl6r4c2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/4rsr2nwcc8tt1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3tt0h6p85k4e2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/s246bttk02lt5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/qhdq2jve66bfg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/mv8thgekdn0q4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/jj9jh53hchvmb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/5sxs6gxsp2zw8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rgd07bdwpjyq8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/qh4p7g1g71wp1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/pqpdkxb5l4603 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3rhgr5jvcfe2c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/ermg31q7sbkf4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/0rnhpvg5jfkv4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j616f5x0jyzlc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/f9vy2xr6815l2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/sqelcnzcn8ksb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2cy885ry7j7rb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/nf7j8hcms2b7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/j1zkcnv812qc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rwcfhf9452hf3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/h292zzbpgdllc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/9jt9l5c3nydh6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/36124fw1cscvg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/j4wq7cy49bg76 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/5syn6q55l1p2f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/scxs6v5xw20w1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/lyg2c18tps1c1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/wlzwwz6gdk6h3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ek42x6txt1gh9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/mh3cn8wgylp49 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/znpyvxzz9bndc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/9jwr099pnkwsd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/bpkeg33xnrr36 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/2yswsfp2x658f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0th4tzm8b1gv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/h8lt8lfez6lw9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/mf8rr2mdj68zf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/gfsxkcrf3nrbf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/444hh3w9w989g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/3hr18qgfl21l7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1recszywtsbtd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/wm3yylfkj6jh3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/0f2v15t12zshd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/kfqd3gk5eh032 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/06356n2kxr06c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/j05kd61308553 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/5wwzrbe1lj393 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/xcsr0tvtj0dtb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/hvbcrkyb4swp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/90ddlpsz6d2wb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/hy2s283ffp9m1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/lkfy86t9qf7gc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/m086v9bkpfemb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/mb8znl0jzr144 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/l9wmxbxgxe7m8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/yzdxj3vde1mqb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/vqt6bt4xq0w1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/nx78yhg9t6qgd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/nqmm3phq40918 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/wrxe2k97pvjcf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/fxrbnysy4h9p3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/lxy8lved134h1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/v390hphg1lpxh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/x742gv021l789 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rds0jq7x81x +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/zls3666e365e2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/x6hreh3r0ereg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8g7e5vdfxe3ed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/c45plgbbkh5n8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/fnt5e6knk8fy7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/bl8vvk2qknsz7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/r1v29scfxd0g6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/vl4wgnm64rgd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/n08pe4mt2v75b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/ntnknyt2brbg9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/xdqpnmc0e1ly +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7hjxz3xldye26 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/ej6gkb9j78rn5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/t6ydvseh502h9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/v8w2xznf7lt78 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/egznzv3vmy4m2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/bfdcetchj5w8h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1jgebn56fmpz +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/y2wgl7cm07sbg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/8v3w8yt4p0n3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/n3mzc0gcp2g72 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/hcshgmcdj5mtg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/66977y5xx9th9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/dl1ssczmv44e1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/1k8qrppk2e7l7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/tgdy0nk2xfwl3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/9yx7rg2g1kk2f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/rbkg1hnddtw8h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/8ms8qqt9yzbs3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/dgxr6ft8hj9s4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/c22synvhbsm03 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/dk9m76xv6bd99 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/wk39zp25td8f8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/gk3ehx94m6jf1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/gyqmd0pxds9q3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/m555smrv1flm7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/25156l6mr9w8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/35vfz7rcqrmw5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0kw242xxp6ck4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/tv94ztkp9nn52 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/vzx8x98nspkn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/w0c80bl6scrzh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/t3fvpsf2eye15 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/l6khynzf5vkp9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/970165h7ys7q1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/cm101922g87y2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/678z1xtq9qbr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/053dzdecbpsd7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:percent +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Percent: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/0n7e9hjd65j1b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/cdnpvwwqbexv9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2dn7nje0ewrz4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/t0s4nslrb9qm7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/z241mmvqlgchc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7zr2wrnv7jv97 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/65bp65gc7b4zf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/vmzfbg7qwv60c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/hk1np7mydmf6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/bxt2fwvl9yykg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/fbsrl374jq8m8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qnz60ee77h0vb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/mkm5hs0fjfgsh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/792y6r30t5nw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/blx6jkdhw0pyf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/k86gewrkees4g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/5fjkszyt564z2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/dcp0d4r9ln1jg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/b9ldsrr9tpfb1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/btxrdygd3l736 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/03hx2x7f6yy04 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/510zgje8g66w1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/3bmszq9prydgh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/pcj1661e1xwhh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/8lmpffyq6pyr6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/x0qpmg7b22ydb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/h7p9jq427q9ch +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/xxkhypqpqnfv6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/nh7b7nzg56kn8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/kxhmz76dgmr96 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/7j130k48kwr31 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/9yy71jy5qmm56 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/wkgxqmbk8xt1h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/0zwyyzcs7shn4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/cw9cqls1xsvlb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6yx4g7f2r91l2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/vv9rstmv411mh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/7htd2q8zwmp45 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/4v4b6gyfetjkd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/5kfm81jef30k7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/wmtzj25elews1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/g7b116sqc91ch +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/kx2q0zp1k40n3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/shp401d7c31q6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/gbvmhnkn0yff2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/g7vx58ebc6qxb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/dgw14hzw0e5hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/38qzyhx8kbh49 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/6g79gt1mglfg2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/m48sfm5wc35qg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1qx4873twxv1c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/8jyvzy4gdp658 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/s5l0vj3q7hmd6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/hdd6hmnd014yd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/wncvlb018mpj9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/v3etzx3emyt0d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/myd6311ld26zb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/x8bwdf47tfgx1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/n6w2hssrx3sd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/w0qmsr3jk279g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [18 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 18 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/43kgdsy45gy4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/sxkc833qn9ddd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/dd21t425xbrl4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/nbr7y6t1jf6lc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/febc61lwt06y7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/djtw03bk1e362 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/wcqlvysxfxlw2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/hfnhbw811s2c8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1t8l5sjhe7h23 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/sfx90xb0eg1b9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/244fjdqtm13r3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/v22tjs31l09x +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/44bsexdhrty66 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/77gj567hyvrfc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/mmz2bp2l5zmrf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/rpvb0zr1bktr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/c7xkp1xw0lpf1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/sw8pnfvtfqd12 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/dvx27yne8rq02 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/e5j0d4556evd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/vj4x2667vjj16 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/z5r5w3xzz82xd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/j073x0d8w3fc9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/vszk3l6z1s4h7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/7e4gqwx2s52m2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/12d162p66vn3f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/8fzc2896781kc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/krccd5zg6dm79 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/xwkv44vn8fbh3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/khzcg21lq2yk3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/77bcqbfqdc7c3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/4rs702p3tqnj8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/sb9mv4fl5416 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/btps3zbtq959f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/08b4mvnl84rdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ptde9p6j00br2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/b0w888ws8yh8c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/kh1vzr1g69s85 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j9ke603gkz965 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/szhwx4efe0n69 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/hg2jwkcbrqcl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/e4z6x7dy3etbg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/y80d0ftm0w933 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/ym564yw8r94gf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/edv2lee5pvsq4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/dx0gsb8eqcd08 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/hjjxwcj9c512g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/f1k5tekyk74n +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/tfb48wx9cnk18 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/t4dnvdzx4er5g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/g39wghv9rqpp3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/ze89rqtek5lqh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/h9zllm681ck29 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/cm5t9dsmkplj2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/p6xck89dm3mrb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/crj4egjd2d6s9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/jd6vp784vx483 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/ljvw2708p4rl1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/sx6jfrblk6fr3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/9k74v5l5w691h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [21 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 21 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/0lts2kplzwmk5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/5n9pswrj3p8k3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1w8nnrq2mpt3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/14qnbnlqxfwf5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/skmswxdlz0vmb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rytqyqgq08gxf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/nerthr33grxe1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/16xl9ybfejg42 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/09xle1mh06qp8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/wjhtpl2yh2cg8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/9036lpsl4zdbh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/g51srjshrcvgb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/6cqwb9nve3ef4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/9tgkg794frgn +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/96312d2x6hbv5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/y2ff8rbc51828 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/wmtz56xhlt8j6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/74z4kj05l39q5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/g1nr7tsgp48xg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/e6tqswtt9rtb5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/zc77pf9dgb7zf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/79sn9hcfec3cb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/0b9j7jrb6jqsc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3sgvncy0bp033 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/bxhhcq1923vr1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/vefy3lzy5hlr2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/y2etbkxgw7xk +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/pr6l34ktvf301 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/5klx4ql3ljy1g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/xsklkkxlk572g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/545krbjk7f4jg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/qqsx5d9sfxr2d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/tkxkbyrcl3xbg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/f5qtchbrfgnb4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/2wbpr8ztfm3n +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1kxn2fr511jf9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/r47d72x50xfhc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/xy16gj6mwpx0c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/j3ctgeq8pv6r8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/r23y8psyhkqxh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/sfleg0b7nt8s8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/t8b1y2l2dhn78 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/7qmmzl93etgp9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/lrl5g0jkmyfg1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/pz4bnhj9d44s +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/456sz6y7vk8f6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/vf09nw2k7bd2h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/2drsl4n9qe0l8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/sz98nfwbsy7h6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/l7y6wr82ws0g2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/h1r5ftxvw3vg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/2hkej38ffh6k1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/mjp2qy185lnh2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/zhpzfy4nbdzd4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/cm3gwzydw5t5f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/8k2gjqqe00xw +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/mph7czcfjrf01 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/g14s93zyz87sb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/9y5xl4w3l4ys7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/tsh7cdrx23htf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [40 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 40 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/ref1nnkg6nce8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/bnkbqpztnrnxh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/wcefbsk4bnq1d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/4k13jv4f2m3c2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/78428tql5c8kb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/3vzn8ytkr3zl3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/0wk7dbsmnmhld +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/bzyyrztrmbwsf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7evwly7mvcwyg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/t89xztb5z9222 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/p106f0fwvs808 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/x3l8gc51v1c9b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/y74lc6fqvqj74 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/h6ywp817hmkl8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/cgzk1wv2dnvsg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/907mdwkddfh7c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/jwt0bnq1c5skf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/xn1g94fty268b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/3zjp8md18cg8g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/b5rs8xvwyg6e2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/rv3mxcg20wdr8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/qqgsz9h1xb2hh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/syeje3p2rgeb1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/l539f3ktz5ngc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/b1ryy7nd9tnd2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/sngc51qr90r8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/468dcck20en7g +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/y7c5bkh1528d5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/zfxj2jl9f8bbh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/70w5gp992n0q5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/lmncm9hsg08zc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/5d5vn9lkxcrp1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/e97zmskbg1e48 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/c0wp72zl27x54 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/tq9n703e4ks7d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/v1j1sn4pnyxc7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/xclx05yh0mbv3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/hzb4l11b8evvb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/t229g3p4q7hc3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/7tzzz55dzz519 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/lkm18d8j5gje4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/twejeczhs70jd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/knrfwx8955ke8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/f466crtqtr7p9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/qs6b2j9r0tpy9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/1100td1cdm2d5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/1p8x7gn9y4lx4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1tg4hsd7nmch2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/9xqp5whz3tpz4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/s2jm02dhdf81d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/xctzwbgslw924 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/ygf9lz4k1zphb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/054wdt5x25469 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/tkrdsf46x3lvb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/2sddxb5nvdxq9 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/hqt4qxlf80cz1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/lm16vepp3lykh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/kyeev7k0yrq84 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/1t08nkfgcmth5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/pdr7jkgfv6vpb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [50 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 50 - 64 Years, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/kgywywl59f462 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/bfm8qxdllt5tb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/zq453jkk0ge93 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, No Health Insurance, White Alone" + +Node: dcid:dc/tekn1bx8d13c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/cvb4c8006y09f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/c6xvp05eyykwh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Female, With Health Insurance, White Alone" + +Node: dcid:dc/xbmrveycjr347 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/mlexjqx8vcv8b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ch4sff57vxf7d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, No Health Insurance, White Alone" + +Node: dcid:dc/fet9pcryweg0h +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/r1c20kscp6wgc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/p6x15qs7fex5b +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [1.38 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 - 4 Ratio To Poverty Line, Male, With Health Insurance, White Alone" + +Node: dcid:dc/8t0hfgrgp6sf2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/dlknqgz6n61yh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0zq9ky9w1pkw6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/ftyglvcxr6sl2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/bv1c37p5l58t7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/ydnjfh2ztc9sd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/bpbjc2xz8x2q3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/44t3x35ec1sd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/bn7l591wm77d3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/8pzysvm074pxg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/8pje7g3460yn1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6fsyxvvqz8ys6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 1.38 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 1.4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/753ggxmk3brz7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/egpnjj1d8mmm3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/7m6vheglj4qyd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/elhmvh6xncwf6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/vyzp02yx5jq6d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/g31js33ncp2qc +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/4jezm1eyplf2d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/1sz9nznd3x65 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/638924n6d2qtg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/z9c7w6cg50dcf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/8s05hlw2qszl8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/6gvhef3lpk6m4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/qe1hfg4k61q94 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/zp4gpr26qhs25 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/0v9gtwq65jswh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/zvm1m4dkp56rd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/zwewsrn28jt7f +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/yq32zb9t3bvh +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/b3mmdgc9z0dqd +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/wet32hf632ny3 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/1hezs9690hjdf +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/c1djhsmycwle6 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/s44mysrqf3n36 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/146p3wch6bht4 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 2.5 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 2.5 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" + +Node: dcid:dc/vnvjfpkwkfs35 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/p34k4tm3pf486 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/4tr6q1xq3pct5 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, No Health Insurance, White Alone" + +Node: dcid:dc/sn1qpf0fgbm8c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/r55mmplskq5j1 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/sn6mwgjw2s8cb +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Female +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Female, With Health Insurance, White Alone" + +Node: dcid:dc/m8090fqmd83wg +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Black or African American Alone" + +Node: dcid:dc/jxckhgdj6wf7c +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, Hispanic or Latino" + +Node: dcid:dc/63cclll50hsf8 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:NoHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, No Health Insurance, White Alone" + +Node: dcid:dc/39l5xgpres3g7 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:BlackOrAfricanAmericanAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Black or African American Alone" + +Node: dcid:dc/x0dst883s9bh2 +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:HispanicOrLatino +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, Hispanic or Latino" + +Node: dcid:dc/m2jpv6rf0c24d +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: [- 64 Years] +familyIncome: [- 4 USC_RatioToPovertyLine] +gender: dcs:Male +healthInsurance: dcs:WithHealthInsurance +race: dcs:WhiteAlone +name: "Population: 64 Years or Less, 4 Ratio To Poverty Line or Less, Male, With Health Insurance, White Alone" diff --git a/stat_vars/usc_s0503_stat_vars.mcf b/stat_vars/usc_s0503_stat_vars.mcf index 71778b9b7..a22b03249 100644 --- a/stat_vars/usc_s0503_stat_vars.mcf +++ b/stat_vars/usc_s0503_stat_vars.mcf @@ -1510,12 +1510,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Northern Western Europe, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:NorthernWesternEurope -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1OrLessRatioToPovertyLine @@ -1524,16 +1525,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:NorthernWesternEurope -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Northern Western Europe, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:NorthernWesternEurope -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1To1.99RatioToPovertyLine @@ -1542,16 +1544,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:NorthernWesternEurope -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Northern Western Europe, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:NorthernWesternEurope -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_2OrMoreRatioToPovertyLine @@ -1560,7 +1563,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:NorthernWesternEurope -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined @@ -4252,12 +4255,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Southern Eastern Europe, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthernEasternEurope -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1OrLessRatioToPovertyLine @@ -4266,16 +4270,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthernEasternEurope -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Southern Eastern Europe, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthernEasternEurope -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1To1.99RatioToPovertyLine @@ -4284,16 +4289,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthernEasternEurope -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Southern Eastern Europe, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthernEasternEurope -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_2OrMoreRatioToPovertyLine @@ -4302,7 +4308,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthernEasternEurope -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined @@ -6995,12 +7001,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthEurope_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Europe, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:europe -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_1OrLessRatioToPovertyLine @@ -7009,16 +7016,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:europe -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthEurope_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Europe, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:europe -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_1To1.99RatioToPovertyLine @@ -7027,16 +7035,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:europe -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthEurope_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Europe, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:europe -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_2OrMoreRatioToPovertyLine @@ -7045,7 +7054,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:europe -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined diff --git a/stat_vars/usc_s0504_stat_vars.mcf b/stat_vars/usc_s0504_stat_vars.mcf index 3ee6f23f3..f8748e184 100644 --- a/stat_vars/usc_s0504_stat_vars.mcf +++ b/stat_vars/usc_s0504_stat_vars.mcf @@ -2127,7 +2127,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:africa -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_1OrLessRatioToPovertyLine @@ -2136,7 +2136,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:africa -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthAfrica_1To1.99RatioToPovertyLine @@ -2145,7 +2145,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:africa -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_1To1.99RatioToPovertyLine @@ -2154,7 +2154,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:africa -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthAfrica_2OrMoreRatioToPovertyLine @@ -2163,7 +2163,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:africa -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_2OrMoreRatioToPovertyLine @@ -2172,7 +2172,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:africa -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined @@ -4870,7 +4870,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:northamerica -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1OrLessRatioToPovertyLine @@ -4879,7 +4879,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:northamerica -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1To1.99RatioToPovertyLine @@ -4888,7 +4888,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:northamerica -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1To1.99RatioToPovertyLine @@ -4897,7 +4897,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:northamerica -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_2OrMoreRatioToPovertyLine @@ -4906,7 +4906,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:northamerica -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_2OrMoreRatioToPovertyLine @@ -4915,7 +4915,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:northamerica -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined @@ -7613,7 +7613,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:oceania -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_1OrLessRatioToPovertyLine @@ -7622,7 +7622,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:oceania -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine @@ -7631,7 +7631,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:oceania -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine @@ -7640,7 +7640,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:oceania -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine @@ -7649,7 +7649,7 @@ statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:oceania -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine @@ -7658,7 +7658,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:oceania -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined diff --git a/stat_vars/usc_s0505_stat_vars.mcf b/stat_vars/usc_s0505_stat_vars.mcf index 6463ce4e8..87dd89697 100644 --- a/stat_vars/usc_s0505_stat_vars.mcf +++ b/stat_vars/usc_s0505_stat_vars.mcf @@ -85,12 +85,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, South Eastern Asia, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthEasternAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1OrLessRatioToPovertyLine @@ -99,16 +100,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthEasternAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, South Eastern Asia, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthEasternAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1To1.99RatioToPovertyLine @@ -117,16 +119,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthEasternAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, South Eastern Asia, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthEasternAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine @@ -135,7 +138,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthEasternAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined @@ -2828,12 +2831,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Western Asia, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:WesternAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1OrLessRatioToPovertyLine @@ -2842,16 +2846,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:WesternAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Western Asia, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:WesternAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1To1.99RatioToPovertyLine @@ -2860,16 +2865,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:WesternAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Western Asia, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:WesternAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_2OrMoreRatioToPovertyLine @@ -2878,7 +2884,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:WesternAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined @@ -5570,12 +5576,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthAsia_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Asia, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:asia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_1OrLessRatioToPovertyLine @@ -5584,16 +5591,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:asia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthAsia_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Asia, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:asia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_1To1.99RatioToPovertyLine @@ -5602,16 +5610,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:asia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Asia, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:asia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine @@ -5620,7 +5629,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:asia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined @@ -8313,12 +8322,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Eastern Asia, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:EasternAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1OrLessRatioToPovertyLine @@ -8327,16 +8337,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:EasternAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Eastern Asia, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:EasternAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1To1.99RatioToPovertyLine @@ -8345,16 +8356,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:EasternAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Eastern Asia, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:EasternAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_2OrMoreRatioToPovertyLine @@ -8363,7 +8375,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:EasternAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined @@ -11055,12 +11067,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, South Central Asia, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthCentralAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine @@ -11069,16 +11082,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthCentralAsia -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, South Central Asia, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthCentralAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine @@ -11087,16 +11101,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthCentralAsia -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, South Central Asia, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthCentralAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_2OrMoreRatioToPovertyLine @@ -11105,7 +11120,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcs:SouthCentralAsia -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined diff --git a/stat_vars/usc_s0506_stat_vars.mcf b/stat_vars/usc_s0506_stat_vars.mcf index f83cd2f81..0123d569d 100644 --- a/stat_vars/usc_s0506_stat_vars.mcf +++ b/stat_vars/usc_s0506_stat_vars.mcf @@ -2123,12 +2123,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Latin America, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:LatinAmerica -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1OrLessRatioToPovertyLine @@ -2137,16 +2138,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:LatinAmerica -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Latin America, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:LatinAmerica -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1To1.99RatioToPovertyLine @@ -2155,16 +2157,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:LatinAmerica -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Latin America, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:LatinAmerica -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_2OrMoreRatioToPovertyLine @@ -2173,7 +2176,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:LatinAmerica -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined @@ -4866,12 +4869,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthMexico_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Country/MEX, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:country/MEX -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_1OrLessRatioToPovertyLine @@ -4880,16 +4884,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:country/MEX -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Country/MEX, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:country/MEX -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine @@ -4898,16 +4903,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:country/MEX -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthMexico_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Country/MEX, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:country/MEX -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_2OrMoreRatioToPovertyLine @@ -4916,7 +4922,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:country/MEX -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined @@ -7608,12 +7614,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Central America Except Mexico, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:CentralAmericaExceptMexico -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1OrLessRatioToPovertyLine @@ -7622,16 +7629,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:CentralAmericaExceptMexico -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Central America Except Mexico, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:CentralAmericaExceptMexico -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1To1.99RatioToPovertyLine @@ -7640,16 +7648,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:CentralAmericaExceptMexico -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Central America Except Mexico, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:CentralAmericaExceptMexico -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine @@ -7658,7 +7667,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:CentralAmericaExceptMexico -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined @@ -10350,12 +10359,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Caribbean, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:Caribbean -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine @@ -10364,16 +10374,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:Caribbean -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Caribbean, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:Caribbean -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1To1.99RatioToPovertyLine @@ -10382,16 +10393,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:Caribbean -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthCaribbean_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Caribbean, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:Caribbean -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_2OrMoreRatioToPovertyLine @@ -10400,7 +10412,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:Caribbean -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined @@ -13092,12 +13104,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine +name: "Population: Foreign Born, Southamerica, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:southamerica -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine @@ -13106,16 +13119,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:southamerica -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1To1.99RatioToPovertyLine +name: "Population: Foreign Born, Southamerica, 1 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:southamerica -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1To1.99RatioToPovertyLine @@ -13124,16 +13138,17 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:southamerica -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_2OrMoreRatioToPovertyLine +name: "Population: Foreign Born, Southamerica, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:southamerica -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_2OrMoreRatioToPovertyLine @@ -13142,7 +13157,7 @@ statType: dcs:marginOfError populationType: dcs:Person nativity: dcs:USC_ForeignBorn placeOfBirth: dcid:southamerica -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined diff --git a/stat_vars/usc_s0804_stat_vars.mcf b/stat_vars/usc_s0804_stat_vars.mcf index 51286a04a..0866d9f9f 100644 --- a/stat_vars/usc_s0804_stat_vars.mcf +++ b/stat_vars/usc_s0804_stat_vars.mcf @@ -1081,12 +1081,13 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_Employed_RatioToPovertyLineUpto1.0 +name: "Population: 16 Years or More, Employed, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_RatioToPovertyLineUpto1.0 @@ -1095,16 +1096,17 @@ statType: dcs:marginOfError populationType: dcs:Person age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_Employed_RatioToPovertyLine1.0To1.49 +name: "Population: 16 Years or More, Employed, 1 - 1.5 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_RatioToPovertyLine1.0To1.49 @@ -1113,16 +1115,17 @@ statType: dcs:marginOfError populationType: dcs:Person age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_Employed_RatioToPovertyLine1.5Onwards +name: "Population: 16 Years or More, Employed, 1.5 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_RatioToPovertyLine1.5Onwards @@ -1131,7 +1134,7 @@ statType: dcs:marginOfError populationType: dcs:Person age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_Employed_SOCManagementBusinessScienceArtsOccupation @@ -2915,13 +2918,14 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_RatioToPovertyLineUpto1.0 +name: "Population: 16 Years or More, Car Truck or Van Drove Alone, Employed, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanDroveAlone age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_RatioToPovertyLineUpto1.0 @@ -2931,17 +2935,18 @@ populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanDroveAlone age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_RatioToPovertyLine1.0To1.49 +name: "Population: 16 Years or More, Car Truck or Van Drove Alone, Employed, 1 - 1.5 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanDroveAlone age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_RatioToPovertyLine1.0To1.49 @@ -2951,17 +2956,18 @@ populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanDroveAlone age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_RatioToPovertyLine1.5Onwards +name: "Population: 16 Years or More, Car Truck or Van Drove Alone, Employed, 1.5 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanDroveAlone age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_RatioToPovertyLine1.5Onwards @@ -2971,7 +2977,7 @@ populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanDroveAlone age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanDroveAlone_Employed_SOCManagementBusinessScienceArtsOccupation @@ -4857,13 +4863,14 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_RatioToPovertyLineUpto1.0 +name: "Population: 16 Years or More, Car Truck or Van Carpooled, Employed, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanCarpooled age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_RatioToPovertyLineUpto1.0 @@ -4873,17 +4880,18 @@ populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanCarpooled age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_RatioToPovertyLine1.0To1.49 +name: "Population: 16 Years or More, Car Truck or Van Carpooled, Employed, 1 - 1.5 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanCarpooled age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_RatioToPovertyLine1.0To1.49 @@ -4893,17 +4901,18 @@ populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanCarpooled age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_RatioToPovertyLine1.5Onwards +name: "Population: 16 Years or More, Car Truck or Van Carpooled, Employed, 1.5 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanCarpooled age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_RatioToPovertyLine1.5Onwards @@ -4913,7 +4922,7 @@ populationType: dcs:Person commuteMode: dcs:USC_CarTruckOrVanCarpooled age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_Employed_SOCManagementBusinessScienceArtsOccupation @@ -6799,13 +6808,14 @@ povertyStatus: dcs:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_RatioToPovertyLineUpto1.0 +name: "Population: 16 Years or More, Public Transportation Excluding Taxicab, Employed, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:PublicTransportationExcludingTaxicab age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_RatioToPovertyLineUpto1.0 @@ -6815,17 +6825,18 @@ populationType: dcs:Person commuteMode: dcs:PublicTransportationExcludingTaxicab age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLineUpto1.0 +povertyStatus: dcs:USC_RatioToPovertyLineUpto1.0 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_RatioToPovertyLine1.0To1.49 +name: "Population: 16 Years or More, Public Transportation Excluding Taxicab, Employed, 1 - 1.5 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:PublicTransportationExcludingTaxicab age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_RatioToPovertyLine1.0To1.49 @@ -6835,17 +6846,18 @@ populationType: dcs:Person commuteMode: dcs:PublicTransportationExcludingTaxicab age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.0To1.49 +povertyStatus: dcs:USC_RatioToPovertyLine1.0To1.49 typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_RatioToPovertyLine1.5Onwards +name: "Population: 16 Years or More, Public Transportation Excluding Taxicab, Employed, 1.5 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: dcs:Person commuteMode: dcs:PublicTransportationExcludingTaxicab age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_RatioToPovertyLine1.5Onwards @@ -6855,7 +6867,7 @@ populationType: dcs:Person commuteMode: dcs:PublicTransportationExcludingTaxicab age: dcs:Years16Onwards employmentStatus: dcs:Employed -povertyStatus: dcs:RatioToPovertyLine1.5Onwards +povertyStatus: dcs:USC_RatioToPovertyLine1.5Onwards typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_Employed_SOCManagementBusinessScienceArtsOccupation diff --git a/stat_vars/usc_s1251_stat_vars.mcf b/stat_vars/usc_s1251_stat_vars.mcf index c02c3f058..1c5dcc4f0 100644 --- a/stat_vars/usc_s1251_stat_vars.mcf +++ b/stat_vars/usc_s1251_stat_vars.mcf @@ -143,7 +143,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:MarriedInThePast12Months gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable name: "Male Population Below Poverty Status in the Last Year Who Were Married in the Last Year" @@ -153,7 +153,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:MarriedInThePast12Months gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Male_MarriedInThePast12Months_ResidesInHousehold @@ -404,7 +404,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:MarriedInThePast12Months gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable name: "Female Population Married in the Past Year and Below Poverty Level in the Past Year" @@ -414,7 +414,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:MarriedInThePast12Months gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Female_MarriedInThePast12Months_ResidesInHousehold @@ -665,7 +665,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:DivorcedInThePast12Months gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable name: "Male Population Below Poverty Level Status Who Divorced Over the Last Year" @@ -675,7 +675,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:DivorcedInThePast12Months gender: dcs:Male -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Male_DivorcedInThePast12Months_ResidesInHousehold @@ -926,7 +926,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:DivorcedInThePast12Months gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable name: "Female Population Divorced in the Past Year and Below Poverty Level in the Past Year" @@ -936,7 +936,7 @@ measuredProperty: dcs:count populationType: schema:Person maritalStatus: dcs:DivorcedInThePast12Months gender: dcs:Female -povertyStatus: dcs:BelowPovertyLevelInThePast12Months +povertyStatus: dcs:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold diff --git a/stat_vars/usc_s1301_stat_vars.mcf b/stat_vars/usc_s1301_stat_vars.mcf index d7264b235..15f046f95 100644 --- a/stat_vars/usc_s1301_stat_vars.mcf +++ b/stat_vars/usc_s1301_stat_vars.mcf @@ -387,10 +387,11 @@ gender: dcs:Female typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine +name: "Population: 15 - 50 Years, Female, 1 Ratio To US Census Poverty Line or Less" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -399,16 +400,17 @@ Node: dcid:MarginOfError_Count_Person_15To50Years_Female_1.0OrLessRatioToPoverty statType: dcs:marginOfError measuredProperty: dcs:count populationType: schema:Person -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine +name: "Population: 15 - 50 Years, Female, 1 - 2.0 Ratio To US Census Poverty Line" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -417,16 +419,17 @@ Node: dcid:MarginOfError_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLi statType: dcs:marginOfError measuredProperty: dcs:count populationType: schema:Person -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine +name: "Population: 15 - 50 Years, Female, 2 Ratio To US Census Poverty Line or More" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -435,7 +438,7 @@ Node: dcid:MarginOfError_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLi statType: dcs:marginOfError measuredProperty: dcs:count populationType: schema:Person -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -907,11 +910,12 @@ gender: dcs:Female typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, 1 Ratio To US Census Poverty Line or Less" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -921,17 +925,18 @@ statType: dcs:marginOfError measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_1To1.99RatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, 1 - 2.0 Ratio To US Census Poverty Line" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -941,17 +946,18 @@ statType: dcs:marginOfError measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_2OrMoreRatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, 2 Ratio To US Census Poverty Line or More" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -961,7 +967,7 @@ statType: dcs:marginOfError measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -1243,6 +1249,7 @@ gender: dcs:Female typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, 1 Ratio To US Census Poverty Line or Less (As Fraction of Count Person 15 To 50 Years Female 1.0 or Less Ratio To US Census Poverty Line)" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person @@ -1254,6 +1261,7 @@ age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_1To1.99RatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, 1 - 2.0 Ratio To US Census Poverty Line (As Fraction of Count Person 15 To 50 Years Female 1 To 1.99 Ratio To US Census Poverty Line)" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person @@ -1265,6 +1273,7 @@ age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_2OrMoreRatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, 2 Ratio To US Census Poverty Line or More (As Fraction of Count Person 15 To 50 Years Female 2 or More Ratio To US Census Poverty Line)" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person @@ -1773,12 +1782,13 @@ gender: dcs:Female typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1.0OrLessRatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, Unmarried, 1 Ratio To US Census Poverty Line or Less" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months maritalStatus: dcs:Unmarried -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -1789,18 +1799,19 @@ measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months maritalStatus: dcs:Unmarried -povertyStatus: [- 1.0 RatioToPovertyLine] +povertyStatus: [- 1.0 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1To1.99RatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, Unmarried, 1 - 2.0 Ratio To US Census Poverty Line" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months maritalStatus: dcs:Unmarried -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -1811,18 +1822,19 @@ measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months maritalStatus: dcs:Unmarried -povertyStatus: [1.0 1.99 RatioToPovertyLine] +povertyStatus: [1.0 1.99 USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_2OrMoreRatioToPovertyLine +name: "Population: 15 - 50 Years, Birth in The Past 12 Months, Female, Unmarried, 2 Ratio To US Census Poverty Line or More" statType: dcs:measuredValue measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months maritalStatus: dcs:Unmarried -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable @@ -1833,7 +1845,7 @@ measuredProperty: dcs:count populationType: schema:Person birthEventStatus: dcs:BirthInThePast12Months maritalStatus: dcs:Unmarried -povertyStatus: [2.0 - RatioToPovertyLine] +povertyStatus: [2.0 - USC_RatioToPovertyLine] gender: dcs:Female age: [Years 15 50] typeOf: dcs:StatisticalVariable diff --git a/stat_vars/usc_s1603_stat_vars.mcf b/stat_vars/usc_s1603_stat_vars.mcf index 6f907f35c..07ba4d6b9 100644 --- a/stat_vars/usc_s1603_stat_vars.mcf +++ b/stat_vars/usc_s1603_stat_vars.mcf @@ -140,11 +140,12 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_BelowPovertyLevelInThePast12Months @@ -152,15 +153,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or More, Above US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_AbovePovertyLevelInThePast12Months @@ -168,7 +170,7 @@ measuredProperty: dcid:count statType: dcid:marginOfError age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_25OrMoreYears @@ -409,12 +411,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or More, Only English, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue age: [5 - Years] populationType: dcid:Person languageSpokenAtHome: dcid:OnlyEnglish -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months @@ -423,16 +426,17 @@ statType: dcid:marginOfError age: [5 - Years] populationType: dcid:Person languageSpokenAtHome: dcid:OnlyEnglish -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or More, Only English, Above US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue age: [5 - Years] populationType: dcid:Person languageSpokenAtHome: dcid:OnlyEnglish -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months @@ -441,7 +445,7 @@ statType: dcid:marginOfError age: [5 - Years] populationType: dcid:Person languageSpokenAtHome: dcid:OnlyEnglish -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_25OrMoreYears_OnlyEnglishSpokenAtHome @@ -691,12 +695,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or More, Language Other Than English, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue languageSpokenAtHome: dcid:LanguageOtherThanEnglish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months @@ -705,16 +710,17 @@ statType: dcid:marginOfError languageSpokenAtHome: dcid:LanguageOtherThanEnglish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or More, Language Other Than English, Above US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue languageSpokenAtHome: dcid:LanguageOtherThanEnglish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months @@ -723,7 +729,7 @@ statType: dcid:marginOfError languageSpokenAtHome: dcid:LanguageOtherThanEnglish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_25OrMoreYears_LanguageOtherThanEnglishSpokenAtHome @@ -973,12 +979,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_SpanishSpokenAtHome_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or More, Spanish, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue languageSpokenAtHome: dcid:Spanish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_BelowPovertyLevelInThePast12Months @@ -987,16 +994,17 @@ statType: dcid:marginOfError languageSpokenAtHome: dcid:Spanish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_SpanishSpokenAtHome_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or More, Spanish, Above US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue languageSpokenAtHome: dcid:Spanish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_AbovePovertyLevelInThePast12Months @@ -1005,7 +1013,7 @@ statType: dcid:marginOfError languageSpokenAtHome: dcid:Spanish age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_25OrMoreYears_SpanishSpokenAtHome @@ -1255,12 +1263,13 @@ povertyStatus: dcid:PovertyStatusDetermined typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_BelowPovertyLevelInThePast12Months +name: "Population: 5 Years or More, Spanish or Spanish Creole, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue languageSpokenAtHome: dcid:SpanishOrSpanishCreole age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_BelowPovertyLevelInThePast12Months @@ -1269,16 +1278,17 @@ statType: dcid:marginOfError languageSpokenAtHome: dcid:SpanishOrSpanishCreole age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_AbovePovertyLevelInThePast12Months +name: "Population: 5 Years or More, Spanish or Spanish Creole, Above US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue languageSpokenAtHome: dcid:SpanishOrSpanishCreole age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_AbovePovertyLevelInThePast12Months @@ -1287,7 +1297,7 @@ statType: dcid:marginOfError languageSpokenAtHome: dcid:SpanishOrSpanishCreole age: [5 - Years] populationType: dcid:Person -povertyStatus: dcid:AbovePovertyLevelInThePast12Months +povertyStatus: dcid:USC_AbovePovertyLevelInThePast12Months typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_25OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome diff --git a/stat_vars/usc_s1702_stat_vars.mcf b/stat_vars/usc_s1702_stat_vars.mcf index 00a45d59f..40793a412 100644 --- a/stat_vars/usc_s1702_stat_vars.mcf +++ b/stat_vars/usc_s1702_stat_vars.mcf @@ -582,11 +582,12 @@ occupancyTenure: dcid:RenterOccupied typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 0.5 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 0.5 RatioToPovertyLine] +familyIncome: [- 0.5 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold @@ -594,15 +595,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 0.5 RatioToPovertyLine] +familyIncome: [- 0.5 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_1.25OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 1.2 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 1.25 RatioToPovertyLine] +familyIncome: [- 1.25 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_1.25OrLessRatioToPovertyLine_FamilyHousehold @@ -610,15 +612,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 1.25 RatioToPovertyLine] +familyIncome: [- 1.25 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_1.5OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 1.5 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 1.5 RatioToPovertyLine] +familyIncome: [- 1.5 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_1.5OrLessRatioToPovertyLine_FamilyHousehold @@ -626,15 +629,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 1.5 RatioToPovertyLine] +familyIncome: [- 1.5 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_1.85OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 1.9 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 1.85 RatioToPovertyLine] +familyIncome: [- 1.85 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_1.85OrLessRatioToPovertyLine_FamilyHousehold @@ -642,15 +646,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 1.85 RatioToPovertyLine] +familyIncome: [- 1.85 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_2OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 2 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 2.0 RatioToPovertyLine] +familyIncome: [- 2.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_2OrLessRatioToPovertyLine_FamilyHousehold @@ -658,15 +663,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 2.0 RatioToPovertyLine] +familyIncome: [- 2.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_3OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 3 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 3.0 RatioToPovertyLine] +familyIncome: [- 3.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_3OrLessRatioToPovertyLine_FamilyHousehold @@ -674,15 +680,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 3.0 RatioToPovertyLine] +familyIncome: [- 3.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_4OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 4 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 4.0 RatioToPovertyLine] +familyIncome: [- 4.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_4OrLessRatioToPovertyLine_FamilyHousehold @@ -690,15 +697,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 4.0 RatioToPovertyLine] +familyIncome: [- 4.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold +name: "Count of Household: 5 Ratio To US Census Poverty Line or Less, Family Household" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 5.0 RatioToPovertyLine] +familyIncome: [- 5.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold @@ -706,15 +714,16 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -familyIncome: [- 5.0 RatioToPovertyLine] +familyIncome: [- 5.0 USC_RatioToPovertyLine] typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Family Households Below the Poverty Level in the Past Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable name: "Family Households Below the Poverty Level in the Past Year" @@ -723,16 +732,17 @@ measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, White Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:WhiteAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -741,16 +751,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:WhiteAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Black or African American Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:BlackOrAfricanAmericanAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -759,16 +770,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:BlackOrAfricanAmericanAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, American Indian or Alaska Native Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:AmericanIndianOrAlaskaNativeAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -777,16 +789,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:AmericanIndianOrAlaskaNativeAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Asian Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:AsianAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -795,16 +808,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:AsianAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Native Hawaiian or Other Pacific Islander Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:NativeHawaiianOrOtherPacificIslanderAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -813,16 +827,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:NativeHawaiianOrOtherPacificIslanderAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Some Other Race Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:SomeOtherRaceAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -831,16 +846,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:SomeOtherRaceAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Two or More Races, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:TwoOrMoreRaces -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -849,16 +865,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:TwoOrMoreRaces -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Hispanic or Latino, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:HispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -867,16 +884,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:HispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, White Alone Not Hispanic or Latino, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:WhiteAloneNotHispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -885,16 +903,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRace: dcid:WhiteAloneNotHispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FullTimeYearRoundWorker_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Full Time Year Round Worker, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderWorkStatus: dcid:USC_FullTimeYearRoundWorker -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FullTimeYearRoundWorker_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -903,16 +922,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderWorkStatus: dcid:USC_FullTimeYearRoundWorker -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 65 Years or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderAge: [65 - Years] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -921,18 +941,19 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderAge: [65 - Years] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Family Households Below Poverty Line Receiving Supplemental Security Income or Cash Assistance Over the Last Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold benefitsStatus: dcid:WithSSIAndOrCashAssistanceInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Family Households Below Poverty Line Receiving Supplemental Security Income or Cash Assistance Over the Last Year" +name: "Family Households Below US Census Poverty Line Receiving Supplemental Security Income or Cash Assistance Over the Last Year" Node: dcid:MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count @@ -940,18 +961,19 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold benefitsStatus: dcid:WithSSIAndOrCashAssistanceInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Family Households Below Poverty Line Receiving Social Security Income Over the Last Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold benefitsStatus: dcid:WithSocialSecurityIncomeInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Family Households Below Poverty Line Receiving Social Security Income Over the Last Year" +name: "Family Households Below US Census Poverty Line Receiving Social Security Income Over the Last Year" Node: dcid:MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count @@ -959,16 +981,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold benefitsStatus: dcid:WithSocialSecurityIncomeInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Less Than High School Graduate, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:LessThanHighSchoolGraduate -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -977,16 +1000,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:LessThanHighSchoolGraduate -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, High School Graduate Includes Equivalency, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:HighSchoolGraduateIncludesEquivalency -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -995,16 +1019,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:HighSchoolGraduateIncludesEquivalency -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Some College or Associates Degree, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:SomeCollegeOrAssociatesDegree -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1013,16 +1038,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:SomeCollegeOrAssociatesDegree -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Bachelors Degree or Higher, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:BachelorsDegreeOrHigher -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1031,16 +1057,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderEducationalAttainment: dcid:BachelorsDegreeOrHigher -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder0RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Child 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder0RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1049,16 +1076,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 1 - 2 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1067,16 +1095,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder3To4RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 3 - 4 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder3To4RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1085,16 +1114,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 5 Child or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1103,16 +1133,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderRelatedChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Child 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1121,16 +1152,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder1To2OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 1 - 2 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder1To2OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1139,16 +1171,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 3 - 4 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1157,16 +1190,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 5 Child or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1175,16 +1209,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householderOwnChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With2Person_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Person 2, Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [2 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With2Person_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1193,16 +1228,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [2 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With3To4Person_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 3 - 4 Person, Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [3 4 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With3To4Person_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1211,16 +1247,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [3 4 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With5To6Person_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 5 - 6 Person, Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [5 6 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With5To6Person_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1229,16 +1266,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [5 6 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With7OrMorePerson_FamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 7 Person or More, Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [7 - Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With7OrMorePerson_FamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1247,16 +1285,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdSize: [7 - Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Worker 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [0 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months @@ -1265,16 +1304,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [0 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Worker 1, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [1 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months @@ -1283,16 +1323,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [1 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Worker 2, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [2 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months @@ -1301,16 +1342,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [2 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, 3 Worker or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [3 - Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months @@ -1319,16 +1361,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold householdWorkerSize: [3 - Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Owner Occupied, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold occupancyTenure: dcid:OwnerOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months @@ -1337,16 +1380,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold occupancyTenure: dcid:OwnerOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months +name: "Count of Household: Family Household, Renter Occupied, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:FamilyHousehold occupancyTenure: dcid:RenterOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months @@ -1355,7 +1399,7 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:FamilyHousehold occupancyTenure: dcid:RenterOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold @@ -1943,29 +1987,31 @@ occupancyTenure: dcid:RenterOccupied typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Married Couple Family Households Below US Census Poverty Level in the Past Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Married Couple Family Households Below Poverty Level in the Past Year" +name: "Married Couple Family Households Below US Census Poverty Level in the Past Year" Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, White Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:WhiteAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1974,16 +2020,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:WhiteAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Black or African American Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:BlackOrAfricanAmericanAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -1992,16 +2039,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:BlackOrAfricanAmericanAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, American Indian or Alaska Native Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:AmericanIndianOrAlaskaNativeAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2010,16 +2058,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:AmericanIndianOrAlaskaNativeAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Asian Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:AsianAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2028,16 +2077,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:AsianAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Native Hawaiian or Other Pacific Islander Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:NativeHawaiianOrOtherPacificIslanderAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2046,16 +2096,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:NativeHawaiianOrOtherPacificIslanderAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Some Other Race Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:SomeOtherRaceAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2064,16 +2115,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:SomeOtherRaceAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Two or More Races, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:TwoOrMoreRaces -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2082,16 +2134,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:TwoOrMoreRaces -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Hispanic or Latino, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:HispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2100,16 +2153,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:HispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, White Alone Not Hispanic or Latino, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:WhiteAloneNotHispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2118,16 +2172,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRace: dcid:WhiteAloneNotHispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FullTimeYearRoundWorker_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Full Time Year Round Worker, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderWorkStatus: dcid:USC_FullTimeYearRoundWorker -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FullTimeYearRoundWorker_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2136,16 +2191,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderWorkStatus: dcid:USC_FullTimeYearRoundWorker -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 65 Years or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderAge: [65 - Years] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2154,18 +2210,19 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderAge: [65 - Years] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Married Family Households Below Poverty Line Receiving Supplemental Security Income or Cash Assistance Over the Last Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold benefitsStatus: dcid:WithSSIAndOrCashAssistanceInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Married Family Households Below Poverty Line Receiving Supplemental Security Income or Cash Assistance Over the Last Year" +name: "Married Family Households Below US Census Poverty Line Receiving Supplemental Security Income or Cash Assistance Over the Last Year" Node: dcid:MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count @@ -2173,7 +2230,7 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold benefitsStatus: dcid:WithSSIAndOrCashAssistanceInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2182,7 +2239,7 @@ statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold benefitsStatus: dcid:WithSocialSecurityIncomeInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable name: "Married Couples Below Poverty Status Receiving Social Security Income" @@ -2192,16 +2249,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold benefitsStatus: dcid:WithSocialSecurityIncomeInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Less Than High School Graduate, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:LessThanHighSchoolGraduate -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2210,16 +2268,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:LessThanHighSchoolGraduate -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, High School Graduate Includes Equivalency, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:HighSchoolGraduateIncludesEquivalency -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2228,7 +2287,7 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:HighSchoolGraduateIncludesEquivalency -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2237,7 +2296,7 @@ statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:SomeCollegeOrAssociatesDegree -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2246,16 +2305,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:SomeCollegeOrAssociatesDegree -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Bachelors Degree or Higher, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:BachelorsDegreeOrHigher -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2264,16 +2324,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderEducationalAttainment: dcid:BachelorsDegreeOrHigher -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Child 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2282,16 +2343,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 1 - 2 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2300,16 +2362,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 3 - 4 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2318,16 +2381,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 5 Child or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2336,16 +2400,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderRelatedChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Child 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2354,16 +2419,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 1 - 2 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2372,16 +2438,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 3 - 4 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2390,16 +2457,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 5 Child or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2408,16 +2476,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householderOwnChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With2Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Person 2, Married Couple Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [2 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With2Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2426,16 +2495,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [2 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 3 - 4 Person, Married Couple Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [3 4 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2444,16 +2514,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [3 4 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With5To6Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 5 - 6 Person, Married Couple Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [5 6 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With5To6Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2462,16 +2533,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [5 6 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 7 Person or More, Married Couple Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [7 - Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -2480,16 +2552,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdSize: [7 - Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Worker 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [0 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months @@ -2498,16 +2571,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [0 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Worker 1, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [1 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months @@ -2516,16 +2590,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [1 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Worker 2, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [2 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months @@ -2534,16 +2609,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [2 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, 3 Worker or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [3 - Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months @@ -2552,16 +2628,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold householdWorkerSize: [3 - Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Owner Occupied, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold occupancyTenure: dcid:OwnerOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months @@ -2570,16 +2647,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold occupancyTenure: dcid:OwnerOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months +name: "Count of Household: Married Couple Family Household, Renter Occupied, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold occupancyTenure: dcid:RenterOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months @@ -2588,7 +2666,7 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:MarriedCoupleFamilyHousehold occupancyTenure: dcid:RenterOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold @@ -3175,29 +3253,31 @@ occupancyTenure: dcid:RenterOccupied typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Single Mother Family Households Below US Census Poverty Level in the Past Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Single Mother Family Households Below Poverty Level in the Past Year" +name: "Single Mother Family Households Below US Census Poverty Level in the Past Year" Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, White Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:WhiteAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3206,16 +3286,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:WhiteAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Black or African American Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:BlackOrAfricanAmericanAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3224,16 +3305,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:BlackOrAfricanAmericanAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, American Indian or Alaska Native Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:AmericanIndianOrAlaskaNativeAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3242,16 +3324,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:AmericanIndianOrAlaskaNativeAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Asian Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:AsianAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3260,16 +3343,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:AsianAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Native Hawaiian or Other Pacific Islander Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:NativeHawaiianOrOtherPacificIslanderAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3278,16 +3362,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:NativeHawaiianOrOtherPacificIslanderAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Some Other Race Alone, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:SomeOtherRaceAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3296,16 +3381,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:SomeOtherRaceAlone -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Two or More Races, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:TwoOrMoreRaces -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3314,16 +3400,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:TwoOrMoreRaces -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Hispanic or Latino, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:HispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3332,16 +3419,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:HispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, White Alone Not Hispanic or Latino, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:WhiteAloneNotHispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3350,16 +3438,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRace: dcid:WhiteAloneNotHispanicOrLatino -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Full Time Year Round Worker, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderWorkStatus: dcid:USC_FullTimeYearRoundWorker -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3368,16 +3457,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderWorkStatus: dcid:USC_FullTimeYearRoundWorker -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 65 Years or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderAge: [65 - Years] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3386,18 +3476,19 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderAge: [65 - Years] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Single Mother Family Households Below Poverty Line Receiving Social Security Income or Cash Assistance Over the Last Year" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold benefitsStatus: dcid:WithSSIAndOrCashAssistanceInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Single Mother Family Households Below Poverty Line Receiving Social Security Income or Cash Assistance Over the Last Year" +name: "Single Mother Family Households Below US Census Poverty Line Receiving Social Security Income or Cash Assistance Over the Last Year" Node: dcid:MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count @@ -3405,18 +3496,19 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold benefitsStatus: dcid:WithSSIAndOrCashAssistanceInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Single Mother Family Households Below Poverty Line Receiving Social Security Income" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold benefitsStatus: dcid:WithSocialSecurityIncomeInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable -name: "Single Mother Family Households Below Poverty Line Receiving Social Security Income" +name: "Single Mother Family Households Below US Census Poverty Line Receiving Social Security Income" Node: dcid:MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months measuredProperty: dcid:count @@ -3424,16 +3516,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold benefitsStatus: dcid:WithSocialSecurityIncomeInThePast12Months -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Less Than High School Graduate, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:LessThanHighSchoolGraduate -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3442,16 +3535,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:LessThanHighSchoolGraduate -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, High School Graduate Includes Equivalency, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:HighSchoolGraduateIncludesEquivalency -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3460,16 +3554,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:HighSchoolGraduateIncludesEquivalency -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Some College or Associates Degree, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:SomeCollegeOrAssociatesDegree -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3478,16 +3573,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:SomeCollegeOrAssociatesDegree -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Bachelors Degree or Higher, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:BachelorsDegreeOrHigher -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3496,16 +3592,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderEducationalAttainment: dcid:BachelorsDegreeOrHigher -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Child 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3514,16 +3611,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 1 - 2 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3532,16 +3630,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 3 - 4 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3550,16 +3649,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 5 Child or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3568,16 +3668,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderRelatedChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Child 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3586,16 +3687,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [0 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 1 - 2 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3604,16 +3706,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [1 2 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 3 - 4 Child, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3622,16 +3725,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [3 4 Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_Householder5OrMoreOwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 5 Child or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_Householder5OrMoreOwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3640,16 +3744,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householderOwnChildrenUnder18Years: [5 - Child] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With2Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: Person 2, Single Mother Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [2 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With2Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3658,16 +3763,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [2 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With3To4Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 3 - 4 Person, Single Mother Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [3 4 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With3To4Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3676,16 +3782,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [3 4 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 5 - 6 Person, Single Mother Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [5 6 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3694,16 +3801,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [5 6 Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months +name: "Count of Household: 7 Person or More, Single Mother Family Household, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [7 - Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months @@ -3712,16 +3820,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdSize: [7 - Person] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Worker 0, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [0 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months @@ -3730,16 +3839,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [0 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Worker 1, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [1 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months @@ -3748,16 +3858,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [1 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Worker 2, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [2 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months @@ -3766,16 +3877,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [2 Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, 3 Worker or More, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [3 - Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months @@ -3784,16 +3896,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold householdWorkerSize: [3 - Worker] -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Owner Occupied, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold occupancyTenure: dcid:OwnerOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months @@ -3802,16 +3915,17 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold occupancyTenure: dcid:OwnerOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months +name: "Count of Household: Single Mother Family Household, Renter Occupied, Below US Census Poverty Level in The Past 12 Months" measuredProperty: dcid:count statType: dcid:measuredValue populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold occupancyTenure: dcid:RenterOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable Node: dcid:MarginOfError_Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months @@ -3820,6 +3934,6 @@ statType: dcid:marginOfError populationType: dcid:Household householdType: dcid:SingleMotherFamilyHousehold occupancyTenure: dcid:RenterOccupied -povertyStatus: dcid:BelowPovertyLevelInThePast12Months +povertyStatus: dcid:USC_IncomeInThePast12MonthsBelowPovertyLevel typeOf: dcs:StatisticalVariable diff --git a/stat_vars/usc_s2701_stat_vars.mcf b/stat_vars/usc_s2701_stat_vars.mcf index 86ef90e7a..7feb31836 100644 --- a/stat_vars/usc_s2701_stat_vars.mcf +++ b/stat_vars/usc_s2701_stat_vars.mcf @@ -1031,10 +1031,11 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -1043,16 +1044,17 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrLessRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38To3.99RatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 - 4.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [1.38 3.99 RatioToPovertyLine] +povertyStatus: [1.38 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -1061,16 +1063,17 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To3.99Ra measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [1.38 3.99 RatioToPovertyLine] +povertyStatus: [1.38 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_4.00OrMoreRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [4.00 - RatioToPovertyLine] +povertyStatus: [4.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -1079,16 +1082,17 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_4.00OrMoreRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [4.00 - RatioToPovertyLine] +povertyStatus: [4.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.00OrLessRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [- 1.00 RatioToPovertyLine] +povertyStatus: [- 1.00 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -1097,7 +1101,7 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.00OrLessRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [- 1.00 RatioToPovertyLine] +povertyStatus: [- 1.00 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -2242,11 +2246,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithHealthInsurance_1.38OrLessRatioToPovertyLine +name: "Population: With Health Insurance, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -2256,17 +2261,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithHealthInsurance_1.38To3.99RatioToPovertyLine +name: "Population: With Health Insurance, 1.4 - 4.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [1.38 3.99 RatioToPovertyLine] +povertyStatus: [1.38 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -2276,17 +2282,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [1.38 3.99 RatioToPovertyLine] +povertyStatus: [1.38 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithHealthInsurance_4.00OrMoreRatioToPovertyLine +name: "Population: With Health Insurance, 4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [4.00 - RatioToPovertyLine] +povertyStatus: [4.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -2296,17 +2303,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [4.00 - RatioToPovertyLine] +povertyStatus: [4.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithHealthInsurance_1.00OrLessRatioToPovertyLine +name: "Population: With Health Insurance, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [- 1.00 RatioToPovertyLine] +povertyStatus: [- 1.00 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -2316,7 +2324,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [- 1.00 RatioToPovertyLine] +povertyStatus: [- 1.00 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3461,11 +3469,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_1.38OrLessRatioToPovertyLine +name: "Population: No Health Insurance, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3475,17 +3484,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_1.38To3.99RatioToPovertyLine +name: "Population: No Health Insurance, 1.4 - 4.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [1.38 3.99 RatioToPovertyLine] +povertyStatus: [1.38 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3495,17 +3505,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [1.38 3.99 RatioToPovertyLine] +povertyStatus: [1.38 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_4.00OrMoreRatioToPovertyLine +name: "Population: No Health Insurance, 4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [4.00 - RatioToPovertyLine] +povertyStatus: [4.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3515,17 +3526,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [4.00 - RatioToPovertyLine] +povertyStatus: [4.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_1.00OrLessRatioToPovertyLine +name: "Population: No Health Insurance, 1 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [- 1.00 RatioToPovertyLine] +povertyStatus: [- 1.00 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3535,7 +3547,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [- 1.00 RatioToPovertyLine] +povertyStatus: [- 1.00 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3891,10 +3903,11 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [1.38 1.99 RatioToPovertyLine] +povertyStatus: [1.38 1.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3903,16 +3916,17 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To1.99Ra measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [1.38 1.99 RatioToPovertyLine] +povertyStatus: [1.38 1.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_2.00To3.99RatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 2 - 4.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [2.00 3.99 RatioToPovertyLine] +povertyStatus: [2.00 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -3921,7 +3935,7 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00To3.99Ra measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [2.00 3.99 RatioToPovertyLine] +povertyStatus: [2.00 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4313,11 +4327,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithHealthInsurance_1.38To1.99RatioToPovertyLine +name: "Population: With Health Insurance, 1.4 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [1.38 1.99 RatioToPovertyLine] +povertyStatus: [1.38 1.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4327,17 +4342,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [1.38 1.99 RatioToPovertyLine] +povertyStatus: [1.38 1.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithHealthInsurance_2.00To3.99RatioToPovertyLine +name: "Population: With Health Insurance, 2 - 4.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [2.00 3.99 RatioToPovertyLine] +povertyStatus: [2.00 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4347,7 +4363,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:WithHealthInsurance -povertyStatus: [2.00 3.99 RatioToPovertyLine] +povertyStatus: [2.00 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4739,11 +4755,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_1.38To1.99RatioToPovertyLine +name: "Population: No Health Insurance, 1.4 - 2.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [1.38 1.99 RatioToPovertyLine] +povertyStatus: [1.38 1.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4753,17 +4770,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [1.38 1.99 RatioToPovertyLine] +povertyStatus: [1.38 1.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_2.00To3.99RatioToPovertyLine +name: "Population: No Health Insurance, 2 - 4.0 Ratio To US Census Poverty Line" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [2.00 3.99 RatioToPovertyLine] +povertyStatus: [2.00 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4773,7 +4791,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [2.00 3.99 RatioToPovertyLine] +povertyStatus: [2.00 3.99 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4877,10 +4895,11 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_2.00OrMoreRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [2.00 - RatioToPovertyLine] +povertyStatus: [2.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -4889,7 +4908,7 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00OrMoreRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [2.00 - RatioToPovertyLine] +povertyStatus: [2.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -5307,11 +5326,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_NoHealthInsurance_2.00OrMoreRatioToPovertyLine +name: "Population: No Health Insurance, 2 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [2.00 - RatioToPovertyLine] +povertyStatus: [2.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -5321,7 +5341,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person healthInsurance: dcs:NoHealthInsurance -povertyStatus: [2.00 - RatioToPovertyLine] +povertyStatus: [2.00 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable diff --git a/stat_vars/usc_s2703_stat_vars.mcf b/stat_vars/usc_s2703_stat_vars.mcf index 17a45dd38..9b1110951 100644 --- a/stat_vars/usc_s2703_stat_vars.mcf +++ b/stat_vars/usc_s2703_stat_vars.mcf @@ -83,10 +83,11 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -95,16 +96,17 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrLessRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -113,7 +115,7 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -432,11 +434,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithPrivateHealthInsurance_1.38OrLessRatioToPovertyLine +name: "Population: With Private Health Insurance, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue healthInsurance: dcs:WithPrivateHealthInsurance populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -446,17 +449,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError healthInsurance: dcs:WithPrivateHealthInsurance populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithPrivateHealthInsurance_1.38OrMoreRatioToPovertyLine +name: "Population: With Private Health Insurance, 1.4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue healthInsurance: dcs:WithPrivateHealthInsurance populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -466,7 +470,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError healthInsurance: dcs:WithPrivateHealthInsurance populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable diff --git a/stat_vars/usc_s2704_stat_vars.mcf b/stat_vars/usc_s2704_stat_vars.mcf index c4bd12a18..51e67b15d 100644 --- a/stat_vars/usc_s2704_stat_vars.mcf +++ b/stat_vars/usc_s2704_stat_vars.mcf @@ -91,10 +91,11 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -103,16 +104,17 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrLessRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine +name: "Population: Civilian, Non Institutionalized, 1.4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -121,7 +123,7 @@ Node: dcid:MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRa measuredProperty: dcs:count statType: dcs:marginOfError populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -422,11 +424,12 @@ armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithPublicHealthInsurance_1.38OrLessRatioToPovertyLine +name: "Population: With Public Health Insurance, 1.4 Ratio To US Census Poverty Line or Less" measuredProperty: dcs:count statType: dcs:measuredValue healthInsurance: dcs:WithPublicHealthInsurance populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -436,17 +439,18 @@ measuredProperty: dcs:count statType: dcs:marginOfError healthInsurance: dcs:WithPublicHealthInsurance populationType: schema:Person -povertyStatus: [- 1.38 RatioToPovertyLine] +povertyStatus: [- 1.38 USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable Node: dcid:Count_Person_WithPublicHealthInsurance_1.38OrMoreRatioToPovertyLine +name: "Population: With Public Health Insurance, 1.4 Ratio To US Census Poverty Line or More" measuredProperty: dcs:count statType: dcs:measuredValue healthInsurance: dcs:WithPublicHealthInsurance populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable @@ -456,7 +460,7 @@ measuredProperty: dcs:count statType: dcs:marginOfError healthInsurance: dcs:WithPublicHealthInsurance populationType: schema:Person -povertyStatus: [1.38 - RatioToPovertyLine] +povertyStatus: [1.38 - USC_RatioToPovertyLine] institutionalization: dcs:USC_NonInstitutionalized armedForcesStatus: dcs:Civilian typeOf: dcs:StatisticalVariable