From 59c492fb6640bd9ae9531c60f4a946a8e792f9c5 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Wed, 13 Sep 2023 10:21:26 -0700 Subject: [PATCH] Schema CL for Mean commute time to work by gender and commute mode by gender. ACS5yr - Subject table S0801 PiperOrigin-RevId: 565089220 --- core/census_enums.mcf | 170 ++ core/census_properties.mcf | 18 + core/schema.mcf | 2 +- stat_vars/usc_s0801_stat_vars.mcf | 3131 +++++++++++++++++++++++++++++ 4 files changed, 3320 insertions(+), 1 deletion(-) create mode 100644 stat_vars/usc_s0801_stat_vars.mcf diff --git a/core/census_enums.mcf b/core/census_enums.mcf index 0d5bcd85e..5613f9ddb 100644 --- a/core/census_enums.mcf +++ b/core/census_enums.mcf @@ -2306,3 +2306,173 @@ Node: dcid:PermanentResident typeOf: dcs:ResidentStatusEnum specializationOf: dcs:Resident name: "PermanentResident" + +Node: dcid:CommuteTypeEnum +typeOf: dcid:Class +subClassOf: schema:Enumeration +name: "CommuteTypeEnum" + +Node: dcid:WorkCommute +typeOf: dcid:CommuteTypeEnum +name: "WorkCommute" +description: "To travel to work" + +Node: dcid:LivingInAPlace +typeOf: dcs:USC_PlaceOfWorkEnum +name: "LivingInAPlace" + +Node: dcid:NotLivingInAPlace +typeOf: dcs:USC_PlaceOfWorkEnum +name: "NotLivingInAPlace" + +Node: dcid:OutsideCountyOfResidence +typeOf: dcs:USC_PlaceOfWorkEnum +name: "OutsideCountyOfResidence" + +Node: dcid:OutsidePlaceOfResidence +typeOf: dcs:USC_PlaceOfWorkEnum +name: "OutsidePlaceOfResidence" + +Node: dcid:OutsideStateOfResidence +typeOf: dcs:USC_PlaceOfWorkEnum +name: "OutsideStateOfResidence" + +Node: dcid:WithinCountyOfResidence +typeOf: dcs:USC_PlaceOfWorkEnum +name: "WithinCountyOfResidence" + +Node: dcid:WithinPlaceOfResidence +typeOf: dcs:USC_PlaceOfWorkEnum +name: "WithinPlaceOfResidence" + +Node: dcid:WithinStateOfResidence +typeOf: dcs:USC_PlaceOfWorkEnum +name: "WithinStateOfResidence" + +Node: dcid:WorkFromOffice +typeOf: dcs:USC_PlaceOfWorkEnum +name: "WorkFromOffice" + +Node: dcid:InHousehold +typeOf: USC_ResidenceTypeEnum +name: "InHousehold" + +Node: dcid:AvailableVehicles3Onwards +typeOf: Quantity +unitOfMeasure: dcid:AvailableVehicles + +Node: dcid:MinuteUpto10 +typeOf: dcid:TimeUnitOfMeasure +name: "MinuteUpto10" + +Node: dcid:Minute10To14 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute10To14" + +Node: dcid:Minute15To19 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute15To19" + +Node: dcid:Minute20To24 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute20To24" + +Node: dcid:Minute25To29 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute25To29" + +Node: dcid:Minute30To34 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute30To34" + +Node: dcid:Minute35To44 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute35To44" + +Node: dcid:Minute45To59 +typeOf: dcid:TimeUnitOfMeasure +name: "Minute45To59" + +Node: dcid:Minute60OrMore +typeOf: dcid:TimeUnitOfMeasure +name: "Minute60OrMore" + +Node: dcid:0000To0459 +typeOf: dcs:QuantityRange +startValue: "00:00" +endValue: "04:59" +unit: Hour + +Node: dcid:0500To0529 +typeOf: dcs:QuantityRange +startValue: "05:00" +endValue: "05:29" +unit: Hour + +Node: dcid:0530To0559 +typeOf: dcs:QuantityRange +startValue: "05:30" +endValue: "05:59" +unit: Hour + +Node: dcid:0600To0629 +typeOf: dcs:QuantityRange +startValue: "06:00" +endValue: "06:29" +unit: Hour + +Node: dcid:0630To0659 +typeOf: dcs:QuantityRange +startValue: "06:30" +endValue: "06:59" +unit: Hour + +Node: dcid:0700To0729 +typeOf: dcs:QuantityRange +startValue: "07:00" +endValue: "07:29" +unit: Hour + +Node: dcid:0730To0759 +typeOf: dcs:QuantityRange +startValue: "07:30" +endValue: "07:59" +unit: Hour + +Node: dcid:0800To0829 +typeOf: dcs:QuantityRange +startValue: "08:00" +endValue: "08:29" +unit: Hour + +Node: dcid:0830To0859 +typeOf: dcs:QuantityRange +startValue: "08:30" +endValue: "08:59" +unit: Hour + +Node: dcid:0900To2359 +typeOf: dcs:QuantityRange +startValue: "09:00" +endValue: "23:59" +unit: Hour + +Node: dcid:Bicycle +typeOf: dcid:USC_CommuteModeEnum +name: "Bicycle" + +Node: dcid:CarTruckOrVan +typeOf: dcid:USC_CommuteModeEnum +name: "CarTruckOrVan" + +Node: dcid:DroveAlone +typeOf: dcid:USC_CommuteModeEnum +name: "DroveAlone" + +Node: dcid:DroveAlone +typeOf: dcid:USC_CommuteModeEnum +name: "DroveAloneā€¯ + +Node: dcid:WorkedFromHome +typeOf: dcid:USC_CommuteModeEnum +name: "WorkedFromHome" diff --git a/core/census_properties.mcf b/core/census_properties.mcf index 29db67589..309f03682 100644 --- a/core/census_properties.mcf +++ b/core/census_properties.mcf @@ -573,3 +573,21 @@ rangeIncludes: dcs:TransportationTypeEnum domainIncludes: dcid:Household, dcid:Person name: "transportationType" description: "Transportation type used by Household/Person." + +Node: dcid:carpoolOccupancy +typeOf: dcid:QuantityRange +name: "carpoolOccupancy" +description: "The count of people carpooling to work" + +Node: dcid:commuteType +typeOf: schema:Property +name: "commuteType" +rangeIncludes: dcid:CommuteTypeEnum + +Node: dcid:commuteStartTime +typeOf: dcid:TimeUnitOfMeasure +name: "commuteStartTime" + +Node: dcid:numberOfVehiclesInHousehold +typeOf: schema:Property +name: "numberOfVehiclesInHouseholdā€¯ diff --git a/core/schema.mcf b/core/schema.mcf index 65c2bc066..b7db8e115 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -9389,7 +9389,7 @@ Node: occupancy dcid: "occupancy" name: "occupancy" typeOf: schema:Property -domainIncludes: schema:SingleFamilyResidence +domainIncludes: schema:SingleFamilyResidence, schema:Vehicle source: "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources" rangeIncludes: schema:QuantitativeValue diff --git a/stat_vars/usc_s0801_stat_vars.mcf b/stat_vars/usc_s0801_stat_vars.mcf new file mode 100644 index 000000000..64026e420 --- /dev/null +++ b/stat_vars/usc_s0801_stat_vars.mcf @@ -0,0 +1,3131 @@ +Node: dcid:Count_Person_Years16Onwards_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed + +Node: dcid:Count_Person_Years16Onwards_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed + +Node: dcid:Count_Person_Years16Onwards_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed + +Node: dcid:Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:DroveAlone + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:DroveAlone + +Node: dcid:Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:DroveAlone + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:DroveAlone + +Node: dcid:Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:DroveAlone + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:DroveAlone + +Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled + +Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled + +Node: dcid:Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [2 Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [2 Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [2 Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [2 Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [2 Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [2 Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [3 Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [3 Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [3 Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [3 Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [3 Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [3 Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [4 - Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [4 - Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [4 - Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [4 - Person] + +Node: dcid:Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [4 - Person] + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_CarTruckOrVanCarpooled +carpoolOccupancy: [4 - Person] + +Node: dcid:Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Vehicle +measuredProperty: dcs:occupancy +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Vehicle +measuredProperty: dcs:occupancy +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Vehicle +measuredProperty: dcs:occupancy +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Vehicle +measuredProperty: dcs:occupancy +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Vehicle +measuredProperty: dcs:occupancy +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Vehicle +measuredProperty: dcs:occupancy +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:CarTruckOrVan + +Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:PublicTransportationExcludingTaxicab + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:PublicTransportationExcludingTaxicab + +Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:PublicTransportationExcludingTaxicab + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:PublicTransportationExcludingTaxicab + +Node: dcid:Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:PublicTransportationExcludingTaxicab + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:PublicTransportationExcludingTaxicab + +Node: dcid:Count_Person_Years16Onwards_Walked_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_Walked + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_Walked + +Node: dcid:Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_Walked + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_Walked + +Node: dcid:Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_Walked + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_Walked + +Node: dcid:Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:Bicycle + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:Bicycle + +Node: dcid:Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:Bicycle + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:Bicycle + +Node: dcid:Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:Bicycle + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:Bicycle + +Node: dcid:Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_TaxicabMotorcycleBicycleOrOtherMeans + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_TaxicabMotorcycleBicycleOrOtherMeans + +Node: dcid:Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_TaxicabMotorcycleBicycleOrOtherMeans + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_TaxicabMotorcycleBicycleOrOtherMeans + +Node: dcid:Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_TaxicabMotorcycleBicycleOrOtherMeans + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_TaxicabMotorcycleBicycleOrOtherMeans + +Node: dcid:Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_WorkedAtHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_WorkedAtHome + +Node: dcid:Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_WorkedAtHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_WorkedAtHome + +Node: dcid:Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_WorkedAtHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:USC_WorkedAtHome + +Node: dcid:Count_Person_Years16Onwards_Employed_WithinStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinStateOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_WithinStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinStateOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_WithinStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinStateOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_WithinStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinStateOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_WithinStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinStateOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_WithinStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinStateOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_WithinCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinCountyOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_WithinCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinCountyOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_WithinCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinCountyOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_WithinCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinCountyOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_WithinCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinCountyOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_WithinCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinCountyOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_OutsideCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideCountyOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_OutsideCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideCountyOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_OutsideCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideCountyOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_OutsideCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideCountyOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_OutsideCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideCountyOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_OutsideCountyOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideCountyOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_OutsideStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideStateOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_OutsideStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideStateOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_OutsideStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideStateOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_OutsideStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideStateOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_OutsideStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideStateOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_OutsideStateOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideStateOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_LivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:LivingInAPlace + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_LivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:LivingInAPlace + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_LivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:LivingInAPlace + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_LivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:LivingInAPlace + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_LivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:LivingInAPlace + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_LivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:LivingInAPlace + +Node: dcid:Count_Person_Years16Onwards_Employed_WithinPlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinPlaceOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_WithinPlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinPlaceOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_WithinPlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinPlaceOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_WithinPlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinPlaceOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_WithinPlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinPlaceOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_WithinPlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:WithinPlaceOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_OutsidePlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsidePlaceOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_OutsidePlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsidePlaceOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_OutsidePlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsidePlaceOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_OutsidePlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsidePlaceOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_OutsidePlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsidePlaceOfResidence + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_OutsidePlaceOfResidence +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsidePlaceOfResidence + +Node: dcid:Count_Person_Years16Onwards_Employed_NotLivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:NotLivingInAPlace + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_NotLivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:NotLivingInAPlace + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_NotLivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:NotLivingInAPlace + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_NotLivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:NotLivingInAPlace + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_NotLivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:NotLivingInAPlace + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_NotLivingInAPlace +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:NotLivingInAPlace + +Node: dcid:Count_Person_Years16Onwards_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome + +Node: dcid:Count_Person_Years16Onwards_StartTime0000To0459_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0000To0459 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0000To0459_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0000To0459 + +Node: dcid:Count_Person_Years16Onwards_StartTime0000To0459_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0000To0459 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0000To0459_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0000To0459 + +Node: dcid:Count_Person_Years16Onwards_StartTime0000To0459_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0000To0459 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0000To0459_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0000To0459 + +Node: dcid:Count_Person_Years16Onwards_StartTime0500To0529_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0500To0529 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0500To0529_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0500To0529 + +Node: dcid:Count_Person_Years16Onwards_StartTime0500To0529_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0500To0529 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0500To0529_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0500To0529 + +Node: dcid:Count_Person_Years16Onwards_StartTime0500To0529_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0500To0529 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0500To0529_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0500To0529 + +Node: dcid:Count_Person_Years16Onwards_StartTime0530To0559_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0530To0559 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0530To0559_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0530To0559 + +Node: dcid:Count_Person_Years16Onwards_StartTime0530To0559_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0530To0559 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0530To0559_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0530To0559 + +Node: dcid:Count_Person_Years16Onwards_StartTime0530To0559_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0530To0559 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0530To0559_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0530To0559 + +Node: dcid:Count_Person_Years16Onwards_StartTime0600To0629_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0600To0629 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0600To0629_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0600To0629 + +Node: dcid:Count_Person_Years16Onwards_StartTime0600To0629_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0600To0629 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0600To0629_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0600To0629 + +Node: dcid:Count_Person_Years16Onwards_StartTime0600To0629_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0600To0629 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0600To0629_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0600To0629 + +Node: dcid:Count_Person_Years16Onwards_StartTime0630To0659_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0630To0659 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0630To0659_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0630To0659 + +Node: dcid:Count_Person_Years16Onwards_StartTime0630To0659_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0630To0659 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0630To0659_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0630To0659 + +Node: dcid:Count_Person_Years16Onwards_StartTime0630To0659_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0630To0659 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0630To0659_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0630To0659 + +Node: dcid:Count_Person_Years16Onwards_StartTime0700To0729_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0700To0729 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0700To0729_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0700To0729 + +Node: dcid:Count_Person_Years16Onwards_StartTime0700To0729_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0700To0729 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0700To0729_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0700To0729 + +Node: dcid:Count_Person_Years16Onwards_StartTime0700To0729_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0700To0729 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0700To0729_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0700To0729 + +Node: dcid:Count_Person_Years16Onwards_StartTime0730To0759_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0730To0759 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0730To0759_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0730To0759 + +Node: dcid:Count_Person_Years16Onwards_StartTime0730To0759_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0730To0759 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0730To0759_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0730To0759 + +Node: dcid:Count_Person_Years16Onwards_StartTime0730To0759_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0730To0759 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0730To0759_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0730To0759 + +Node: dcid:Count_Person_Years16Onwards_StartTime0800To0829_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0800To0829 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0800To0829_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0800To0829 + +Node: dcid:Count_Person_Years16Onwards_StartTime0800To0829_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0800To0829 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0800To0829_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0800To0829 + +Node: dcid:Count_Person_Years16Onwards_StartTime0800To0829_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0800To0829 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0800To0829_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0800To0829 + +Node: dcid:Count_Person_Years16Onwards_StartTime0830To0859_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0830To0859 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0830To0859_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0830To0859 + +Node: dcid:Count_Person_Years16Onwards_StartTime0830To0859_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0830To0859 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0830To0859_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0830To0859 + +Node: dcid:Count_Person_Years16Onwards_StartTime0830To0859_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0830To0859 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0830To0859_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0830To0859 + +Node: dcid:Count_Person_Years16Onwards_StartTime0900To2359_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0900To2359 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0900To2359_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0900To2359 + +Node: dcid:Count_Person_Years16Onwards_StartTime0900To2359_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0900To2359 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0900To2359_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0900To2359 + +Node: dcid:Count_Person_Years16Onwards_StartTime0900To2359_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0900To2359 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_StartTime0900To2359_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteStartTime: dcs:0900To2359 + +Node: dcid:Count_Person_Years16Onwards_MinuteUpto10_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:MinuteUpto10 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_MinuteUpto10_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:MinuteUpto10 + +Node: dcid:Count_Person_Years16Onwards_MinuteUpto10_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:MinuteUpto10 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_MinuteUpto10_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:MinuteUpto10 + +Node: dcid:Count_Person_Years16Onwards_MinuteUpto10_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:MinuteUpto10 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_MinuteUpto10_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:MinuteUpto10 + +Node: dcid:Count_Person_Years16Onwards_Minute10To14_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute10To14 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute10To14_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute10To14 + +Node: dcid:Count_Person_Years16Onwards_Minute10To14_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute10To14 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute10To14_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute10To14 + +Node: dcid:Count_Person_Years16Onwards_Minute10To14_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute10To14 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute10To14_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute10To14 + +Node: dcid:Count_Person_Years16Onwards_Minute15To19_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute15To19 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute15To19_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute15To19 + +Node: dcid:Count_Person_Years16Onwards_Minute15To19_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute15To19 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute15To19_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute15To19 + +Node: dcid:Count_Person_Years16Onwards_Minute15To19_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute15To19 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute15To19_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute15To19 + +Node: dcid:Count_Person_Years16Onwards_Minute20To24_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute20To24 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute20To24_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute20To24 + +Node: dcid:Count_Person_Years16Onwards_Minute20To24_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute20To24 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute20To24_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute20To24 + +Node: dcid:Count_Person_Years16Onwards_Minute20To24_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute20To24 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute20To24_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute20To24 + +Node: dcid:Count_Person_Years16Onwards_Minute25To29_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute25To29 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute25To29_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute25To29 + +Node: dcid:Count_Person_Years16Onwards_Minute25To29_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute25To29 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute25To29_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute25To29 + +Node: dcid:Count_Person_Years16Onwards_Minute25To29_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute25To29 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute25To29_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute25To29 + +Node: dcid:Count_Person_Years16Onwards_Minute30To34_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute30To34 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute30To34_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute30To34 + +Node: dcid:Count_Person_Years16Onwards_Minute30To34_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute30To34 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute30To34_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute30To34 + +Node: dcid:Count_Person_Years16Onwards_Minute30To34_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute30To34 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute30To34_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute30To34 + +Node: dcid:Count_Person_Years16Onwards_Minute35To44_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute35To44 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute35To44_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute35To44 + +Node: dcid:Count_Person_Years16Onwards_Minute35To44_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute35To44 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute35To44_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute35To44 + +Node: dcid:Count_Person_Years16Onwards_Minute35To44_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute35To44 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute35To44_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute35To44 + +Node: dcid:Count_Person_Years16Onwards_Minute45To59_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute45To59 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute45To59_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute45To59 + +Node: dcid:Count_Person_Years16Onwards_Minute45To59_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute45To59 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute45To59_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute45To59 + +Node: dcid:Count_Person_Years16Onwards_Minute45To59_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute45To59 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute45To59_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute45To59 + +Node: dcid:Count_Person_Years16Onwards_Minute60OrMore_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute60OrMore + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute60OrMore_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute60OrMore + +Node: dcid:Count_Person_Years16Onwards_Minute60OrMore_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute60OrMore + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute60OrMore_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute60OrMore + +Node: dcid:Count_Person_Years16Onwards_Minute60OrMore_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute60OrMore + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Minute60OrMore_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute +commuteTime: dcs:Minute60OrMore + +Node: dcid:Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:commuteTime +statType: dcs:meanValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute + +Node: dcid:MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:commuteTime +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute + +Node: dcid:Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:commuteTime +statType: dcs:meanValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute + +Node: dcid:MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:commuteTime +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute + +Node: dcid:Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:commuteTime +statType: dcs:meanValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute + +Node: dcid:MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Female_OutsideOfHome +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:commuteTime +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +placeOfWork: dcs:OutsideOfHome +commuteType: dcs:WorkCommute + +Node: dcid:Count_Person_Years16Onwards_Employed_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household + +Node: dcid:Count_Person_Years16Onwards_Employed_AvailableVehicles0_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles0 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles0_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles0 + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles0 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles0 + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles0 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles0 + +Node: dcid:Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles1 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles1 + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_AvailableVehicles1_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles1 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles1_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles1 + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles1 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles1 + +Node: dcid:Count_Person_Years16Onwards_Employed_AvailableVehicles2_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles2 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles2_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles2 + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_AvailableVehicles2_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles2 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles2_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles2 + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_AvailableVehicles2_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles2 + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles2_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles2 + +Node: dcid:Count_Person_Years16Onwards_Employed_AvailableVehicles3Onwards_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles3Onwards + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles3Onwards_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles3Onwards + +Node: dcid:Count_Person_Years16Onwards_Employed_Male_AvailableVehicles3Onwards_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles3Onwards + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles3Onwards_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles3Onwards + +Node: dcid:Count_Person_Years16Onwards_Employed_Female_AvailableVehicles3Onwards_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles3Onwards + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles3Onwards_ResidesInHousehold +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +residenceType: dcs:Household +numberOfVehiclesInHousehold: dcs:AvailableVehicles3Onwards + +Node: dcid:Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:WorkedFromHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:WorkedFromHome + +Node: dcid:Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:WorkedFromHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Male +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:WorkedFromHome + +Node: dcid:Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:measuredValue +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:WorkedFromHome + +Node: dcid:MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Female +typeOf: dcs:StatisticalVariable +populationType: dcs:Person +measuredProperty: dcs:count +statType: dcs:marginOfError +gender: dcs:Female +age: dcs:Years16Onwards +employmentStatus: dcs:Employed +commuteType: dcs:WorkCommute +commuteMode: dcs:WorkedFromHome