From 74d95f7d64175260bd481c9c7ee9ab227350d2ce Mon Sep 17 00:00:00 2001 From: Data Commons Date: Thu, 5 Sep 2024 05:02:55 -0700 Subject: [PATCH] Schema and Data Manifest CL for Brazil_Pact_against_hunger PNADCT. PiperOrigin-RevId: 671328800 --- core/dcschema.mcf | 70 +- core/dcschema_enum_classes.mcf | 31 + core/dcschema_enum_instances.mcf | 263 + core/india_sdg_schema.mcf | 2 +- core/schema.mcf | 4 +- stat_vars/Brazil_pnadct_stat_vars.mcf | 17152 ++++++++++++++++++++++++ 6 files changed, 17516 insertions(+), 6 deletions(-) create mode 100644 stat_vars/Brazil_pnadct_stat_vars.mcf diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 680cab864..1fa4983c8 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -1601,7 +1601,7 @@ typeOf: schema:Property name: "householdSize" description: "Size of the household in terms of numbers persons residing in the housing unit" rangeIncludes: schema:Quantity, dcs:QuantityRange -domainIncludes: dcs:HousingUnit, dcs:Household +domainIncludes: dcs:HousingUnit, dcs:Household, dcs:Person Node: dcid:familySize typeOf: schema:Property @@ -2941,7 +2941,7 @@ typeOf: schema:Property name: "enrollmentLevel" description: "Identifies a person's enrollment level." rangeIncludes: dcs:EnrollmentLevelEnum, dcs:SchoolGradeLevelEnum -domainIncludes: schema:Person, dcs:Student +domainIncludes: schema:Person, dcs:Student, dcs:Person Node: dcid:workCategory typeOf: schema:Property @@ -3034,7 +3034,7 @@ Node: dcid:economicSector name: "economicSector" typeOf: schema:Property domainIncludes: schema:Person -rangeIncludes: dcs:NACEEnum, dcs:EconomicSectorEnum +rangeIncludes: dcs:NACEEnum, dcs:EconomicSectorEnum, dcs:WorkZoneTypeEnum, dcs:ConsumerGoodsCategoryEnum Node: dcid:workPeriod name: "workPeriod" @@ -3609,12 +3609,14 @@ Node: dcid:incomeType typeOf: dcs:Property name: "incomeType" rangeIncludes: dcs:IncomeTypeEnum +domainIncludes: dcs:Person description: "Type of income a person received." Node: dcid:incomeSource typeOf: dcs:Property name: "incomeSource" rangeIncludes: dcs:IncomeSourceEnum +domainIncludes: dcs:Person description: "Priority level of the job a person is getting an income from. A Main Job or All Jobs" Node: dcid:consumerGoodsCategory @@ -4183,3 +4185,65 @@ Node: dcid:Per1000Males typeOf: dcs:UnitOfMeasure name: "Per 1k males" description: "Per 1000 male population." + +Node: dcid:jobSearchTime +typeOf: dcid:Property +name: "jobSearchTime" +domainIncludes: dcid:Person +rangeIncludes: dcid:QuantityRange + +Node: dcid:worker +typeOf: dcid:Property +name: "worker" +domainIncludes: dcid:Person +rangeIncludes: dcid:WorkerEnum + +Node: dcid:actualHoursWorked +typeOf: dcid:Property +name: "actualHoursWorked" +domainIncludes: dcid:Person +rangeIncludes: dcid:ActualHoursWorkedEnum + +Node: dcid:employmentArea +typeOf: dcid:Property +name: "employmentArea" +domainIncludes: dcid:Person +rangeIncludes: dcid:EmploymentAreaEnum + +Node: dcid:numberOfJob +typeOf: dcid:Property +name: "numberOfJob" +domainIncludes: dcid:Person +rangeIncludes: dcid:QuantityRange + +Node: dcid:laborCondition +typeOf: dcid:Property +name: "laborCondition" +domainIncludes: dcid:Person +rangeIncludes: dcid:LaborConditionEnum + +Node: dcid:comparisonPeriod +typeOf: dcid:Property +name: "comparisonPeriod" +domainIncludes: dcid:Person +rangeIncludes: dcid:ComparisonPeriodEnum + +Node: dcid:coefficientOfVariationValue +typeOf: dcid:Property +domainIncludes: dcs:Observation +name: "coefficientOfVariationValue" +description: "Coefficient of variation (CV) is a statistical measure that expresses the dispersion of a dataset as a percentage of its mean." +rangeIncludes: dcs:Number + +Node: dcid:changeValue +typeOf: dcid:Property +domainIncludes: dcs:Observation +name: "changeValue" +description: "The relative change in the values of the quarter compared with the previous quarter" +rangeIncludes: dcs:Number + +Node: dcid:employmentType +typeOf: dcid:Property +name: "employmentType" +domainIncludes: dcid:Person +rangeIncludes: dcid:EmploymentTypeEnum diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index a6298b75d..fa0199ccc 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -598,3 +598,34 @@ typeOf: schema:Class subClassOf: dcs:Enumeration name: "ImputationTypeEnum" description: "Provides more information about an imputed measurement." + +Node: dcid:ActualHoursWorkedEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "ActualHoursWorkedEnum" + +Node: dcid:EmploymentAreaEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "EmploymentAreaEnum" + +Node: dcid:LaborConditionEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "LaborConditionEnum" + +Node: dcid:ChangeValueEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "ChangeValueEnum" + +Node: dcid:ComparisonPeriodEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "ComparisonPeriodEnum" + +Node: dcid:EmploymentTypeEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "EmploymentTypeEnum" + diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index e6362c5b0..21f3863a4 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -3129,3 +3129,266 @@ Node: dcid:DataCommonsImputed typeOf: dcs:ImputationTypeEnum name: "DataCommonsImputed" description: "Represents data imputed by Data Commons." + +Node: dcid:Forestry +typeOf: dcid:EconomicSectorEnum +name: "Forestry" + +Node: dcid:FishingAndAquaculture +typeOf: dcid:EconomicSectorEnum +name: "Fishing And Aquaculture" + +Node: dcid:TransformationIndustry +typeOf: dcid:EconomicSectorEnum +name: "Transformation Industry" + +Node: dcid:Trade +typeOf: dcid:EconomicSectorEnum +name: "Trade" + +Node: dcid:RepairOfMotorVehiclesAndMotorcycles +typeOf: dcid:EconomicSectorEnum +name: "Repair Of Motor Vehicles And Motorcycles" + +Node: dcid:TransformationIndustry +typeOf: dcid:EconomicSectorEnum +name: "Transformation Industry" + +Node: dcid:StorageAndMail +typeOf: dcid:EconomicSectorEnum +name: "Transport Storage And Mail" + +Node: dcid:AccommodationAndfood +typeOf: dcid:EconomicSectorEnum +name: "Accommodation Andfood" + +Node: dcid:InformationTechnology +typeOf: dcid:EconomicSectorEnum +name: "InformationTechnology" + +Node: dcid:TeleCommunicationAndFinancial +typeOf: dcid:EconomicSectorEnum +name: "TeleCommunication And Financial" + +Node: dcid:RealEstate +typeOf: dcid:EconomicSectorEnum +name: "Real Estate" + +Node: dcid:ProfessionalAndAdministrative +typeOf: dcid:EconomicSectorEnum +name: "Professional And Administrative" + +Node: dcid:PublicAdministration +typeOf: dcid:EconomicSectorEnum +name: "Public Administration" + +Node: dcid:Defense +typeOf: dcid:EconomicSectorEnum +name: "Defense" + +Node: dcid:SocialSecurity +typeOf: dcid:EconomicSectorEnum +name: "Social Security" + +Node: dcid:HumanHealth +typeOf: dcid:EconomicSectorEnum +name: "Human Health" + +Node: dcid:SocialServices +typeOf: dcid:EconomicSectorEnum +name: "Social Services" + +Node: dcid:PoorlyDefinedActivities +typeOf: dcid:EconomicSectorEnum +name: "Poorly Defined Activities" + +Node: dcid:DirectorsAndManagers +typeOf: dcid:EconomicSectorEnum +name: "Directors And Managers" + +Node: dcid:ScienceProfessionalsAndIntellectuals +typeOf: dcid:EconomicSectorEnum +name: "Science Professionals And Intellectuals" + +Node: dcid:MidLevelTechniciansAndProfessionals +typeOf: dcid:EconomicSectorEnum +name: "Mid Level Technicians And Professionals" + +Node: dcid:AdministrativeSupportWorkers +typeOf: dcid:EconomicSectorEnum +name: "Administrative Support Workers" + +Node: dcid:ShopAndMarketVendors +typeOf: dcid:EconomicSectorEnum +name: "Shop And Market Vendors" + +Node: dcid:WorkerEnum +typeOf: dcid:Class +subClassOf: dcid:Enumeration +name: "WorkerEnum" + +Node: dcid:ServiceWorkers +typeOf: dcid:WorkerEnum +name: "Service Workers" + +Node: dcid:Hunting +typeOf: dcid:EconomicSectorEnum +name: "Hunting" + +Node: dcid:Fishing +typeOf: dcid:EconomicSectorEnum +name: "Fishing" + +Node: dcid:SkilledWorkers +typeOf: dcid:WorkerEnum +name: "Skilled Workers" + +Node: dcid:MechanicalArtsAndOtherTrades +typeOf: dcid:EconomicSectorEnum +name: "Mechanical Arts And Other Trades" + +Node: dcid:Laborers +typeOf: dcid:WorkerEnum +name: "Laborers" + +Node: dcid:Craftsmen +typeOf: dcid:WorkerEnum +name: "Craftsmen" + +Node: dcid:PlantMachineOperatorsAndAssemblers +typeOf: dcid:EconomicSectorEnum +name: "Plant Machine Operators And Assemblers" + +Node: dcid:ElementaryOccupations +typeOf: dcid:EconomicSectorEnum +name: "Elementary Occupations" + +Node: dcid:ArmedForces +typeOf: dcid:EconomicSectorEnum +name: "Armed Forces" + +Node: dcid:PoliceOfficers +typeOf: dcid:EconomicSectorEnum +name: "Police Officers" + +Node: dcid:MilitaryFirefighters +typeOf: dcid:EconomicSectorEnum +name: "Military Firefighters" + +Node: dcid:BRAPoorlyDefinedOccupations +typeOf: dcid:EconomicSectorEnum +name: "BRAPoorly Defined Occupations" + +Node: dcid:IncomeUsuallyReceived +typeOf: dcid:IncomeTypeEnum +name: "Income Usually Received" + +Node: dcid:Employee +typeOf: dcid:WorkerClassificationEnum +name: "Employee" + +Node: dcid:PrivateSector +typeOf: dcid:EconomicSectorEnum +name: "Private Sector" + +Node: dcid:NonDomesticWorker +typeOf: dcid:WorkerClassificationEnum +name: "Non Domestic Worker" + +Node: dcid:DomesticWorkerWithSignedWorkCard +typeOf: dcid:EconomicSectorEnum +name: "Domestic Worker With Signed Work Card" + +Node: dcid:DomesticWorkerWithoutSignedWorkCard +typeOf: dcid:EconomicSectorEnum +name: "Domestic Worker Without Signed Work Card" + +Node: dcid:PublicSectorFormalContract +typeOf: dcid:EconomicSectorEnum +name: "Public Sector Formal Contract" + +Node: dcid:PublicSectorNoFormalContract +typeOf: dcid:EconomicSectorEnum +name: "Public Sector No Formal Contract" + +Node: dcid:TaxPayerEmployee +typeOf: dcid:WorkerClassificationEnum +name: "Tax Payer Employee" + +Node: dcid:NonTaxPayerEmployee +typeOf: dcid:WorkerClassificationEnum +name: "Non Tax Payer Employee" + +Node: dcid:FederalArea +typeOf: dcid:EmploymentAreaEnum +name: "Federal Area" + +Node: dcid:StateArea +typeOf: dcid:EmploymentAreaEnum +name: "State Area" + +Node: dcid:MunicipalArea +typeOf: dcid:EmploymentAreaEnum +name: "Municipal Area" + +Node: dcid:TemporaryContract +typeOf: dcid:EconomicSectorEnum +name: "Temporary Contract" + +Node: dcid:TemporaryTermContract +typeOf: dcid:EconomicSectorEnum +name: "Temporary Term Contract" + +Node: dcid:Underemployed +typeOf: dcid:EmploymentStatusEnum +name: "Underemployed" + +Node: dcid:WorkedInsufficientHour +typeOf: dcid:LaborConditionEnum +name: "Worked Insufficient Hour" + +Node: dcid:Underemployed +typeOf: dcid:EmploymentStatusEnum +name: "Underemployed" + +Node: dcid:ExpandedLaborForce +typeOf: dcid:EmploymentStatusEnum +name: "Expanded Labor Force" + +Node: dcid:InformalSector +typeOf: dcid:EconomicsectorEnum +name: "Informal Sector" + +Node: dcid:YearOverYear +typeOf: dcid:ComparisonPeriodEnum +name: "Year Over Year" + +Node: dcid:SocialSecurityInstitutions +typeOf: dcid:EconomicSectorEnum +name: "Social Security Institutions" + +Node: dcid:BRA_CNPJ_Registered +typeOf: dcid:RegistrationStatusEnum +name: "BRA CNPJ Registered" +description: "A Brazilian entity or individual with a valid CNPJ registration.CNPJ is Cadastro Nacional da Pessoa Jurídica, which means National Register of Legal Entities in Portuguese." + +Node: dcid:BRA_CNPJ_NotRegistered +typeOf: dcid:RegistrationStatusEnum +name: "BRA CNPJ Not Registered" +description: "A Brazilian entity or individual with not a valid CNPJ registration.CNPJ is Cadastro Nacional da Pessoa Jurídica, which means National Register of Legal Entities in Portuguese." + + +Node: dcid:NominalValue +typeOf: dcid:MeasurementQualifierEnum +name: "Nominal Value" + +Node: dcid:IncomeEffectivelyReceived +typeOf: dcid:IncomeTypeEnum +name: "Income Effectively Received" + +Node: dcid:InformalEmployment +typeOf: dcid:EmploymentTypeEnum +name: "Informal Employment" + + + diff --git a/core/india_sdg_schema.mcf b/core/india_sdg_schema.mcf index fe930e394..9f3b238e1 100644 --- a/core/india_sdg_schema.mcf +++ b/core/india_sdg_schema.mcf @@ -74,7 +74,7 @@ isProvisional: dcs:True Node: dcid:registrationStatus typeOf: dcs:Property name: "registrationStatus" -domainIncludes: dcid:BirthEvent, dcid:MortalityEvent +domainIncludes: dcid:BirthEvent, dcid:MortalityEvent, dcs:Person rangeIncludes: dcid:RegistrationStatusEnum isProvisional: dcs:True diff --git a/core/schema.mcf b/core/schema.mcf index cfeec7058..18940a972 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -4654,8 +4654,8 @@ Node: employmentType dcid: "employmentType" typeOf: schema:Property name: "employmentType" -domainIncludes: schema:JobPosting -rangeIncludes: schema:Text +domainIncludes: schema:JobPosting, schema:Person +rangeIncludes: schema:Text, Schema:EmploymentTypeEnum Node: actionApplication dcid: "actionApplication" diff --git a/stat_vars/Brazil_pnadct_stat_vars.mcf b/stat_vars/Brazil_pnadct_stat_vars.mcf new file mode 100644 index 000000000..eacbb3a2f --- /dev/null +++ b/stat_vars/Brazil_pnadct_stat_vars.mcf @@ -0,0 +1,17152 @@ +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_12To24Month +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week searching for a job since 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [12 24 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_12To24Month_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [12 24 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_1OrLessMonth +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week searching for a job since Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Menos de 1 mês@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [- 1 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_1OrLessMonth_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Menos de 1 mês@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [- 1 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_1To12Month +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week searching for a job since 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [1 12 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_1To12Month_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [1 12 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_24OrMoreMonth +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week searching for a job since 2 years or more" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 2 anos ou mais@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [24 - Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_24OrMoreMonth_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since 2 years or more" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 2 anos ou mais@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [24 - Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_12To24Month +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week searching for a job since 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [12 24 Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_12To24Month_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [12 24 Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_1OrLessMonth +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week searching for a job since Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Menos de 1 mês@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [- 1 Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_1OrLessMonth_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Menos de 1 mês@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [- 1 Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_1To12Month +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week searching for a job since 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [1 12 Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_1To12Month_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [1 12 Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_24OrMoreMonth +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week searching for a job since 2 years or more" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 2 anos ou mais@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [24 - Month] + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_24OrMoreMonth_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week searching for a job since 2 years or more" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 2 anos ou mais@pt" +employmentStatus: dcid:Unemployed +jobSearchTime: [24 - Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +employmentStatus: dcid:Employed +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Female_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_Female_AsAFractionOf_CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Female +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_Female_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Homens@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_Male_AsAFractionOf_CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Male +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Homens@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_Male_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Homens@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +employmentStatus: dcid:Employed +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Male_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Mulheres@pt" +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Female_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Mulheres@pt" +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Female_AsAFractionOf_Count_Person_14OrMoreYears_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Female +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Male_AsAFractionOf_Count_Person_14OrMoreYears_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Male +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Homens@pt" +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Male_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Homens@pt" +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Mulheres@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_Female_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Mulheres@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Homens@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_Male_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Homens@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Employed_Female +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Employed_Female_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week having Informal employment" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informais@pt" + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_Female +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_Female_AsAFractionOf_Count_Person_14OrMoreYears_Employed_Female +typeOf: dcid:StatisticalVariable +name: "Informal employment rate in the reference week of people aged 14 or older who were employed Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_Female +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_Female_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Mulheres@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_Male +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Homens@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_Male_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Homens@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_Male_AsAFractionOf_Count_Person_14OrMoreYears_Employed_Male +typeOf: dcid:StatisticalVariable +name: "Informal employment rate in the reference week of people aged 14 or older who were employed Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_Male +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Homens@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Employed_Male +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Employed_Male_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Female +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Mulheres@pt" +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Female_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Mulheres@pt" +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Female_AsAFractionOf_Count_Person_14OrMoreYears_Female +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Female +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Male_AsAFractionOf_Count_Person_14OrMoreYears_Male +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Male +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Male +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Homens@pt" +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Male_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Homens@pt" +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Mulheres@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_Female_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Mulheres@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Homens@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_Male_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Homens@pt" +employmentStatus: dcid:NotInLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" + +Node: dcid:Count_Person_14To17Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" + +Node: dcid:Count_Person_14To17Years_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14To17Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14To17Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14To17Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Informality rate of people aged 14 or over employed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14To17Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14To17Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14To17Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14To17Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14To17Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14To17Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14To17Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [14 17 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" + +Node: dcid:Count_Person_18To24Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" + +Node: dcid:Count_Person_18To24Years_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_18To24Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_18To24Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_18To24Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Informality rate of people aged 14 or over employed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_18To24Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_18To24Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_18To24Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_18To24Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_18To24Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_18To24Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_18To24Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [18 24 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" + +Node: dcid:Count_Person_25To39Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" + +Node: dcid:Count_Person_25To39Years_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_25To39Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_25To39Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_25To39Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Informality rate of people aged 14 or over employed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_25To39Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_25To39Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_25To39Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_25To39Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_25To39Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_25To39Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_25To39Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [25 39 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" + +Node: dcid:Count_Person_40To59Years_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" + +Node: dcid:Count_Person_40To59Years_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_40To59Years_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_40To59Years_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_40To59Years_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Informality rate of people aged 14 or over employed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_40To59Years_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_40To59Years_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_40To59Years_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_40To59Years_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_40To59Years_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_40To59Years_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_40To59Years_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [40 59 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" + +Node: dcid:Count_Person_60OrMoreYears_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" + +Node: dcid:Count_Person_60OrMoreYears_Employed_AsAFractionOf_Count_Person_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_60OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_60OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Informality rate of people aged 14 or over employed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_60OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in informal employment in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Employed_InformalEmployment +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_60OrMoreYears_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_60OrMoreYears_InLaborForce_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_60OrMoreYears_InLaborForce_AsAFractionOf_Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_InLaborForce +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_60OrMoreYears_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_60OrMoreYears_NotInLaborForce_AsAFractionOf_Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_NotInLaborForce +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_60OrMoreYears_Unemployed_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +age: [60 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_Employed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_InLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_NotInLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_Years60Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_GraduateOrHigher_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_HigherSecondaryEducation_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_PrimaryEducation_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 years or over in the workforce in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over in the workforce in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over outside the labor force in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 and over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Unemployed +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Unemployed +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Unemployed +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentNoEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_NotInLaborForce_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Unemployed +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Unemployed_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14OrMoreYears_Employed_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Employed_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Employed_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_GraduateOrHigher_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_HigherSecondaryEducation_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over employed in an informal situation in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_PrimaryEducation_AsAFractionOf_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in informal employment in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Informality rate of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Employed_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over employed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older in the workforce in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons enrollmentLevel-educationalAttainment 14 and over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over in the workforce in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:InLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Persons enrollmentLevel-educationalAttainment 14 years or older outside the labor force in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over outside the labor force in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:NotInLaborForce +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 and over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_GraduateOrHigher_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_HigherSecondaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "People enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people enrollmentLevel-educationalAttainment 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_PrimaryEducation_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percent enrollmentLevel educationalAttainment distribution of people enrollmentLevel-educationalAttainment 14 or over unemployed in the reference week Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Unemployed +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_AccommodationAndfood_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Accommodation and food" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Alojamento e alimentação@pt" +economicSector: dcid:AccommodationAndfood +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_AccommodationAndfood_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Accommodation and food" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Alojamento e alimentação@pt" +economicSector: dcid:AccommodationAndfood +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_AgricultureOrLivestockOrForestryOrFishingAndAquaculture_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Agriculture livestock forestry fishing and aquaculture" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Agricultura pecuária produção florestal pesca e aquicultura@pt" +economicSector: dcid:Agriculture__Livestock__Forestry__FishingAndAquaculture +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_AgricultureOrLivestockOrForestryOrFishingAndAquaculture_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Agriculture livestock forestry fishing and aquaculture" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Agricultura pecuária produção florestal pesca e aquicultura@pt" +economicSector: dcid:Agriculture__Livestock__Forestry__FishingAndAquaculture +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Construction_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Construction" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Construção@pt" +economicSector: dcid:Construction +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Construction_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Construction" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Construção@pt" +economicSector: dcid:Construction +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticServices_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Domestic services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Serviços domésticos@pt" +economicSector: dcid:DomesticServices +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticServices_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Domestic services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Serviços domésticos@pt" +economicSector: dcid:DomesticServices +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_GeneralIndustry_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week General industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria geral@pt" +economicSector: dcid:GeneralIndustry +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_GeneralIndustry_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week General industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria geral@pt" +economicSector: dcid:GeneralIndustry +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformationTechnologyOrTeleCommunicationAndFinancialOrRealEstateOrProfessionalAndAdministrative_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Information communication and financial real estate professional and administrative activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informação comunicação e atividades financeiras imobiliárias profissionais e administrativas@pt" +economicSector: dcid:InformationTechnology__TeleCommunicationAndFinancial__RealEstate__ProfessionalAndAdministrative +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformationTechnologyOrTeleCommunicationAndFinancialOrRealEstateOrProfessionalAndAdministrative_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Information communication and financial real estate professional and administrative activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informação comunicação e atividades financeiras imobiliárias profissionais e administrativas@pt" +economicSector: dcid:InformationTechnology__TeleCommunicationAndFinancial__RealEstate__ProfessionalAndAdministrative +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_OtherServices_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Other services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Outros serviços@pt" +economicSector: dcid:OtherServices +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_OtherServices_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Other services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Outros serviços@pt" +economicSector: dcid:OtherServices +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PoorlyDefinedActivities_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Poorly defined activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Atividades mal definidas@pt" +economicSector: dcid:PoorlyDefinedActivities +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PoorlyDefinedActivities_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Poorly defined activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Atividades mal definidas@pt" +economicSector: dcid:PoorlyDefinedActivities +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PublicAdministrationOrDefenseOrSocialSecurityOrEducationOrHumanHealthOrSocialServices_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Public administration defense social security education human health and social services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Administração pública defesa seguridade social educação saúde humana e serviços sociais@pt" +economicSector: dcid:PublicAdministration__Defense__SocialSecurity__Education__HumanHealth__SocialServices +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PublicAdministrationOrDefenseOrSocialSecurityOrEducationOrHumanHealthOrSocialServices_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Public administration defense social security education human health and social services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Administração pública defesa seguridade social educação saúde humana e serviços sociais@pt" +economicSector: dcid:PublicAdministration__Defense__SocialSecurity__Education__HumanHealth__SocialServices +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TradeOrRepairOfMotorVehiclesAndMotorcycles_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Trade repair of motor vehicles and motorcycles" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Comércio reparação de veículos automotores e motocicletas@pt" +economicSector: dcid:Trade__RepairOfMotorVehiclesAndMotorcycles +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TradeOrRepairOfMotorVehiclesAndMotorcycles_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Trade repair of motor vehicles and motorcycles" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Comércio reparação de veículos automotores e motocicletas@pt" +economicSector: dcid:Trade__RepairOfMotorVehiclesAndMotorcycles +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TransformationIndustry_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Transformation industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria de transformação@pt" +economicSector: dcid:TransformationIndustry +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TransformationIndustry_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Transformation industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria de transformação@pt" +economicSector: dcid:TransformationIndustry +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TransportationOrStorageAndMail_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Transport storage and mail" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Transporte armazenagem e correio@pt" +economicSector: dcid:Transportation__StorageAndMail +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TransportationOrStorageAndMail_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Transport storage and mail" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Transporte armazenagem e correio@pt" +economicSector: dcid:Transportation__StorageAndMail +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_AccommodationAndfood_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Accommodation and food" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Alojamento e alimentação@pt" +economicSector: dcid:AccommodationAndfood +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_AccommodationAndfood_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Accommodation and food" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Alojamento e alimentação@pt" +economicSector: dcid:AccommodationAndfood +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_AgricultureOrLivestockOrForestryOrFishingAndAquaculture_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Agriculture livestock forestry fishing and aquaculture" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Agricultura pecuária produção florestal pesca e aquicultura@pt" +economicSector: dcid:Agriculture__Livestock__Forestry__FishingAndAquaculture +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_AgricultureOrLivestockOrForestryOrFishingAndAquaculture_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Agriculture livestock forestry fishing and aquaculture" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Agricultura pecuária produção florestal pesca e aquicultura@pt" +economicSector: dcid:Agriculture__Livestock__Forestry__FishingAndAquaculture +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_Construction_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Construction" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Construção@pt" +economicSector: dcid:Construction +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_Construction_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Construction" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Construção@pt" +economicSector: dcid:Construction +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_DomesticServices_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Domestic services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Serviços domésticos@pt" +economicSector: dcid:DomesticServices +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_DomesticServices_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Domestic services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Serviços domésticos@pt" +economicSector: dcid:DomesticServices +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_GeneralIndustry_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week General industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria geral@pt" +economicSector: dcid:GeneralIndustry +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_InformationTechnologyOrTeleCommunicationAndFinancialOrRealEstateOrProfessionalAndAdministrative_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Information communication and financial real estate professional and administrative activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informação comunicação e atividades financeiras imobiliárias profissionais e administrativas@pt" +economicSector: dcid:InformationTechnology__TeleCommunicationAndFinancial__RealEstate__ProfessionalAndAdministrative +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_InformationTechnologyOrTeleCommunicationAndFinancialOrRealEstateOrProfessionalAndAdministrative_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Information communication and financial real estate professional and administrative activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informação comunicação e atividades financeiras imobiliárias profissionais e administrativas@pt" +economicSector: dcid:InformationTechnology__TeleCommunicationAndFinancial__RealEstate__ProfessionalAndAdministrative +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_OtherServices_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Other services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Outros serviços@pt" +economicSector: dcid:OtherServices +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_OtherServices_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Other services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Outros serviços@pt" +economicSector: dcid:OtherServices +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_PoorlyDefinedActivities_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Poorly defined activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Atividades mal definidas@pt" +economicSector: dcid:PoorlyDefinedActivities +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_PoorlyDefinedActivities_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Poorly defined activities" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Atividades mal definidas@pt" +economicSector: dcid:PoorlyDefinedActivities +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_PublicAdministrationOrDefenseOrSocialSecurityOrEducationOrHumanHealthOrSocialServices_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Public administration defense social security education human health and social services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Administração pública defesa seguridade social educação saúde humana e serviços sociais@pt" +economicSector: dcid:PublicAdministration__Defense__SocialSecurity__Education__HumanHealth__SocialServices +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_PublicAdministrationOrDefenseOrSocialSecurityOrEducationOrHumanHealthOrSocialServices_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Public administration defense social security education human health and social services" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Administração pública defesa seguridade social educação saúde humana e serviços sociais@pt" +economicSector: dcid:PublicAdministration__Defense__SocialSecurity__Education__HumanHealth__SocialServices +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_TradeOrRepairOfMotorVehiclesAndMotorcycles_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Trade repair of motor vehicles and motorcycles" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Comércio reparação de veículos automotores e motocicletas@pt" +economicSector: dcid:Trade__RepairOfMotorVehiclesAndMotorcycles +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_TradeOrRepairOfMotorVehiclesAndMotorcycles_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Trade repair of motor vehicles and motorcycles" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Comércio reparação de veículos automotores e motocicletas@pt" +economicSector: dcid:Trade__RepairOfMotorVehiclesAndMotorcycles +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_TransformationIndustry_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Transformation industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria de transformação@pt" +economicSector: dcid:TransformationIndustry +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_TransformationIndustry_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Transformation industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria de transformação@pt" +economicSector: dcid:TransformationIndustry +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_TransportationOrStorageAndMail_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Transport storage and mail" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Transporte armazenagem e correio@pt" +economicSector: dcid:Transportation__StorageAndMail +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_TransportationOrStorageAndMail_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Transport storage and mail" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Transporte armazenagem e correio@pt" +economicSector: dcid:Transportation__StorageAndMail +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_Years14Onwards_GeneralIndustry_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week General industry" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Indústria geral@pt" +economicSector: dcid:GeneralIndustry +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_AdministrativeSupportWorkersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Administrative support workers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores de apoio administrativo@pt" +employmentStatus: dcid:Employed +occupation: dcid:AdministrativeSupportWorkers + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_AgricultureOrForestOrHuntingOrFishingOccupation_SkilledWorkers_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Skilled workers in agriculture forestry hunting and fishing" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores qualificados da agropecuária florestais da caça e da pesca@pt" +employmentStatus: dcid:Employed +occupation: dcid:Agriculture__Forest__Hunting__Fishing +worker: dcid:SkilledWorkers + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_ArmedForcesOrPoliceOfficersOrMilitaryFirefightersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Members of the armed forces police officers and military firefighters" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Membros das forças armadas policiais e bombeiros militares@pt" +employmentStatus: dcid:Employed +occupation: dcid:ArmedForces__PoliceOfficers__MilitaryFirefighters + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_BRAPoorlyDefinedOccupationsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Ill-defined occupations" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ocupações mal definidas@pt" +employmentStatus: dcid:Employed +occupation: dcid:BRAPoorlyDefinedOccupations + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_ConstructionOrMechanicalArtsAndOtherTradesOccupation_LaborersOrCraftsmen_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Skilled workers laborers and craftsmen in construction mechanical arts and other trades" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores qualificados operários e artesões da construção das artes mecânicas e outros ofícios@pt" +employmentStatus: dcid:Employed +occupation: dcid:Construction__MechanicalArtsAndOtherTrades +worker: dcid:Laborers__Craftsmen + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_DirectorsAndManagersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Directors and managers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Diretores e gerentes@pt" +employmentStatus: dcid:Employed +occupation: dcid:DirectorsAndManagers + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_ElementaryOccupationsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Elementary occupations" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ocupações elementares@pt" +employmentStatus: dcid:Employed +occupation: dcid:ElementaryOccupations + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_MidLevelTechniciansAndProfessionalsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Mid-level technicians and professionals" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Técnicos e profissionais de nível médio@pt" +employmentStatus: dcid:Employed +occupation: dcid:MidLevelTechniciansAndProfessionals + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_PlantMachineOperatorsAndAssemblersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Plant and machine operators and assemblers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Operadores de instalações e máquinas e montadores@pt" +employmentStatus: dcid:Employed +occupation: dcid:PlantMachineOperatorsAndAssemblers + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_ScienceProfessionalsAndIntellectualsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Science professionals and intellectuals" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Profissionais das ciências e intelectuais@pt" +employmentStatus: dcid:Employed +occupation: dcid:ScienceProfessionalsAndIntellectuals + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_ShopAndMarketVendorsOccupation_ServiceWorkers_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Service workers shop and market vendors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores dos serviços vendedores dos comércios e mercados@pt" +employmentStatus: dcid:Employed +occupation: dcid:ShopAndMarketVendors +worker: dcid:ServiceWorkers + +Node: dcid:Count_Person_14OrMoreYears_Employed_AdministrativeSupportWorkersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Administrative support workers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores de apoio administrativo@pt" +employmentStatus: dcid:Employed +occupation: dcid:AdministrativeSupportWorkers + +Node: dcid:Count_Person_14OrMoreYears_Employed_AgricultureOrForestOrHuntingOrFishingOccupation_SkilledWorkers_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Skilled workers in agriculture forestry hunting and fishing" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores qualificados da agropecuária florestais da caça e da pesca@pt" +employmentStatus: dcid:Employed +occupation: dcid:Agriculture__Forest__Hunting__Fishing +worker: dcid:SkilledWorkers + +Node: dcid:Count_Person_14OrMoreYears_Employed_ArmedForcesOrPoliceOfficersOrMilitaryFirefightersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Members of the armed forces police officers and military firefighters" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Membros das forças armadas policiais e bombeiros militares@pt" +employmentStatus: dcid:Employed +occupation: dcid:ArmedForces__PoliceOfficers__MilitaryFirefighters + +Node: dcid:Count_Person_14OrMoreYears_Employed_BRAPoorlyDefinedOccupationsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Ill-defined occupations" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ocupações mal definidas@pt" +employmentStatus: dcid:Employed +occupation: dcid:BRAPoorlyDefinedOccupations + +Node: dcid:Count_Person_14OrMoreYears_Employed_ConstructionOrMechanicalArtsAndOtherTradesOccupation_LaborersOrCraftsmen_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Skilled workers laborers and craftsmen in construction mechanical arts and other trades" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores qualificados operários e artesões da construção das artes mecânicas e outros ofícios@pt" +employmentStatus: dcid:Employed +occupation: dcid:Construction__MechanicalArtsAndOtherTrades +worker: dcid:Laborers__Craftsmen + +Node: dcid:Count_Person_14OrMoreYears_Employed_DirectorsAndManagersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Directors and managers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Diretores e gerentes@pt" +employmentStatus: dcid:Employed +occupation: dcid:DirectorsAndManagers + +Node: dcid:Count_Person_14OrMoreYears_Employed_ElementaryOccupationsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Elementary occupations" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Ocupações elementares@pt" +employmentStatus: dcid:Employed +occupation: dcid:ElementaryOccupations + +Node: dcid:Count_Person_14OrMoreYears_Employed_MidLevelTechniciansAndProfessionalsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Mid-level technicians and professionals" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Técnicos e profissionais de nível médio@pt" +employmentStatus: dcid:Employed +occupation: dcid:MidLevelTechniciansAndProfessionals + +Node: dcid:Count_Person_14OrMoreYears_Employed_PlantMachineOperatorsAndAssemblersOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Plant and machine operators and assemblers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Operadores de instalações e máquinas e montadores@pt" +employmentStatus: dcid:Employed +occupation: dcid:PlantMachineOperatorsAndAssemblers + +Node: dcid:Count_Person_14OrMoreYears_Employed_ScienceProfessionalsAndIntellectualsOccupation_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Science professionals and intellectuals" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Profissionais das ciências e intelectuais@pt" +employmentStatus: dcid:Employed +occupation: dcid:ScienceProfessionalsAndIntellectuals + +Node: dcid:Count_Person_14OrMoreYears_Employed_ShopAndMarketVendorsOccupation_ServiceWorkers_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Service workers shop and market vendors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Trabalhadores dos serviços vendedores dos comércios e mercados@pt" +employmentStatus: dcid:Employed +occupation: dcid:ShopAndMarketVendors +worker: dcid:ServiceWorkers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14To17Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14To17Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14To17Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14To17Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_18To24Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_18To24Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_18To24Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_18To24Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_25To39Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_25To39Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_25To39Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_25To39Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_40To59Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_40To59Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_40To59Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_40To59Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_60OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_60OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_60OrMoreYears_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_60OrMoreYears_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14To17Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in all jobs 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14To17Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from all jobs 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14To17Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14To17Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_18To24Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in all jobs 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_18To24Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from all jobs 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_18To24Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_18To24Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_25To39Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in all jobs 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_25To39Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from all jobs 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_25To39Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_25To39Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_40To59Years_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in all jobs 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_40To59Years_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from all jobs 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_40To59Years_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_40To59Years_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_60OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in all jobs 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_60OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from all jobs 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_60OrMoreYears_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_60OrMoreYears_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Civilian_PublicSector_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Civilian_PublicSector_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_DomesticWorker_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_DomesticWorker_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_InArmedForces_PublicSector_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_InArmedForces_PublicSector_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_MainJob_IncomeActuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_MainJob_IncomeUsuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_MainJob_IncomeActuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_MainJob_IncomeUsuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_PrivateSector_Employed_MainJob_IncomeActuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_PrivateSector_Employed_MainJob_IncomeUsuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Civilian_PublicSector_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Civilian_PublicSector_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_DomesticWorker_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_DomesticWorker_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_InArmedForces_PublicSector_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_InArmedForces_PublicSector_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_MainJob_IncomeActuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_MainJob_IncomeUsuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_MainJob_IncomeActuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_MainJob_IncomeUsuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_PrivateSector_Employed_MainJob_IncomeActuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_PrivateSector_Employed_MainJob_IncomeUsuallyReceived_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work usually received from their main job Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_AdministrativeSupportWorkersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Administrative support workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores de apoio administrativo@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:AdministrativeSupportWorkers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_AgricultureOrForestOrHuntingOrFishingOccupation_SkilledWorkers +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Skilled workers in agriculture forestry hunting and fishing" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores qualificados da agropecuária florestais da caça e da pesca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:Agriculture__Forest__Hunting__Fishing +worker: dcid:SkilledWorkers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ArmedForcesOrPoliceOfficersOrMilitaryFirefightersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Members of the armed forces police officers and military firefighters" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Membros das forças armadas policiais e bombeiros militares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ArmedForces__PoliceOfficers__MilitaryFirefighters + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_BRAPoorlyDefinedOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Ill-defined occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Ocupações mal definidas@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:BRAPoorlyDefinedOccupations + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ConstructionOrMechanicalArtsAndOtherTradesOccupation_LaborersOrCraftsmen +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Skilled workers laborers and craftsmen in construction mechanical arts and other trades" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores qualificados operários e artesões da construção das artes mecânicas e outros ofícios@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:Construction__MechanicalArtsAndOtherTrades +worker: dcid:Laborers__Craftsmen + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_DirectorsAndManagersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Directors and managers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Diretores e gerentes@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:DirectorsAndManagers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ElementaryOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Elementary occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Ocupações elementares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ElementaryOccupations + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_MidLevelTechniciansAndProfessionalsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Mid-level technicians and professionals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Técnicos e profissionais de nível médio@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:MidLevelTechniciansAndProfessionals + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_PlantMachineOperatorsAndAssemblersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Plant and machine operators and assemblers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Operadores de instalações e máquinas e montadores@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:PlantMachineOperatorsAndAssemblers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ScienceProfessionalsAndIntellectualsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Science professionals and intellectuals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Profissionais das ciências e intelectuais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ScienceProfessionalsAndIntellectuals + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ShopAndMarketVendorsOccupation_ServiceWorkers +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work actually received in the main job Service workers shop and market vendors" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores dos serviços vendedores dos comércios e mercados@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ShopAndMarketVendors +worker: dcid:ServiceWorkers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_AdministrativeSupportWorkersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Administrative support workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores de apoio administrativo@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:AdministrativeSupportWorkers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_AgricultureOrForestOrHuntingOrFishingOccupation_SkilledWorkers +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Skilled workers in agriculture forestry hunting and fishing" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores qualificados da agropecuária florestais da caça e da pesca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:Agriculture__Forest__Hunting__Fishing +worker: dcid:SkilledWorkers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ArmedForcesOrPoliceOfficersOrMilitaryFirefightersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Members of the armed forces police officers and military firefighters" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Membros das forças armadas policiais e bombeiros militares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ArmedForces__PoliceOfficers__MilitaryFirefighters + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_BRAPoorlyDefinedOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Ill-defined occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Ocupações mal definidas@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:BRAPoorlyDefinedOccupations + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ConstructionOrMechanicalArtsAndOtherTradesOccupation_LaborersOrCraftsmen +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Skilled workers laborers and craftsmen in construction mechanical arts and other trades" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores qualificados operários e artesões da construção das artes mecânicas e outros ofícios@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:Construction__MechanicalArtsAndOtherTrades +worker: dcid:Laborers__Craftsmen + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_DirectorsAndManagersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Directors and managers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Diretores e gerentes@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:DirectorsAndManagers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ElementaryOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Elementary occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Ocupações elementares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ElementaryOccupations + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_MidLevelTechniciansAndProfessionalsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Mid-level technicians and professionals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Técnicos e profissionais de nível médio@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:MidLevelTechniciansAndProfessionals + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_PlantMachineOperatorsAndAssemblersOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Plant and machine operators and assemblers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Operadores de instalações e máquinas e montadores@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:PlantMachineOperatorsAndAssemblers + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ScienceProfessionalsAndIntellectualsOccupation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Science professionals and intellectuals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Profissionais das ciências e intelectuais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ScienceProfessionalsAndIntellectuals + +Node: dcid:Monthly_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ShopAndMarketVendorsOccupation_ServiceWorkers +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Service workers shop and market vendors" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores dos serviços vendedores dos comércios e mercados@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ShopAndMarketVendors +worker: dcid:ServiceWorkers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_AdministrativeSupportWorkersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Administrative support workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores de apoio administrativo@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:AdministrativeSupportWorkers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_AgricultureOrForestOrHuntingOrFishingOccupation_SkilledWorkers +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Skilled workers in agriculture forestry hunting and fishing" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores qualificados da agropecuária florestais da caça e da pesca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:Agriculture__Forest__Hunting__Fishing +worker: dcid:SkilledWorkers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ArmedForcesOrPoliceOfficersOrMilitaryFirefightersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Members of the armed forces police officers and military firefighters" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Membros das forças armadas policiais e bombeiros militares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ArmedForces__PoliceOfficers__MilitaryFirefighters + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_BRAPoorlyDefinedOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Ill-defined occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Ocupações mal definidas@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:BRAPoorlyDefinedOccupations + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ConstructionOrMechanicalArtsAndOtherTradesOccupation_LaborersOrCraftsmen +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Skilled workers laborers and craftsmen in construction mechanical arts and other trades" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores qualificados operários e artesões da construção das artes mecânicas e outros ofícios@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:Construction__MechanicalArtsAndOtherTrades +worker: dcid:Laborers__Craftsmen + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_DirectorsAndManagersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Directors and managers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Diretores e gerentes@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:DirectorsAndManagers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ElementaryOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Elementary occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Ocupações elementares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ElementaryOccupations + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_MidLevelTechniciansAndProfessionalsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Mid-level technicians and professionals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Técnicos e profissionais de nível médio@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:MidLevelTechniciansAndProfessionals + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_PlantMachineOperatorsAndAssemblersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Plant and machine operators and assemblers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Operadores de instalações e máquinas e montadores@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:PlantMachineOperatorsAndAssemblers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ScienceProfessionalsAndIntellectualsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Science professionals and intellectuals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Profissionais das ciências e intelectuais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ScienceProfessionalsAndIntellectuals + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeActuallyReceived_ShopAndMarketVendorsOccupation_ServiceWorkers +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Service workers shop and market vendors" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal Trabalhadores dos serviços vendedores dos comércios e mercados@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived +occupation: dcid:ShopAndMarketVendors +worker: dcid:ServiceWorkers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_AdministrativeSupportWorkersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Administrative support workers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores de apoio administrativo@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:AdministrativeSupportWorkers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_AgricultureOrForestOrHuntingOrFishingOccupation_SkilledWorkers +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Skilled workers in agriculture forestry hunting and fishing" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores qualificados da agropecuária florestais da caça e da pesca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:Agriculture__Forest__Hunting__Fishing +worker: dcid:SkilledWorkers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ArmedForcesOrPoliceOfficersOrMilitaryFirefightersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Members of the armed forces police officers and military firefighters" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Membros das forças armadas policiais e bombeiros militares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ArmedForces__PoliceOfficers__MilitaryFirefighters + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_BRAPoorlyDefinedOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Ill-defined occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Ocupações mal definidas@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:BRAPoorlyDefinedOccupations + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ConstructionOrMechanicalArtsAndOtherTradesOccupation_LaborersOrCraftsmen +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Skilled workers laborers and craftsmen in construction mechanical arts and other trades" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores qualificados operários e artesões da construção das artes mecânicas e outros ofícios@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:Construction__MechanicalArtsAndOtherTrades +worker: dcid:Laborers__Craftsmen + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_DirectorsAndManagersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Directors and managers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Diretores e gerentes@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:DirectorsAndManagers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ElementaryOccupationsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Elementary occupations" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Ocupações elementares@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ElementaryOccupations + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_MidLevelTechniciansAndProfessionalsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Mid-level technicians and professionals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Técnicos e profissionais de nível médio@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:MidLevelTechniciansAndProfessionals + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_PlantMachineOperatorsAndAssemblersOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Plant and machine operators and assemblers" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Operadores de instalações e máquinas e montadores@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:PlantMachineOperatorsAndAssemblers + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ScienceProfessionalsAndIntellectualsOccupation +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Science professionals and intellectuals" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Profissionais das ciências e intelectuais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ScienceProfessionalsAndIntellectuals + +Node: dcid:Monthly_Mean_Income_Person_14OrMoreYears_Employed_MainJob_IncomeUsuallyReceived_ShopAndMarketVendorsOccupation_ServiceWorkers +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Service workers shop and market vendors" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal Trabalhadores dos serviços vendedores dos comércios e mercados@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived +occupation: dcid:ShopAndMarketVendors +worker: dcid:ServiceWorkers + +Node: dcid:CoefficientOfVariation_Count_Person_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Mulheres@pt" +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_Female_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Mulheres@pt" +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Homens@pt" +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_Male_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Homens@pt" +gender: dcid:Male + +Node: dcid:Count_Person_Female +typeOf: dcid:StatisticalVariable +name: "Population Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Mulheres@pt" +gender: dcid:Female + +Node: dcid:Count_Person_Female_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Mulheres@pt" +gender: dcid:Female + +Node: dcid:Count_Person_Male +typeOf: dcid:StatisticalVariable +name: "Population Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Homens@pt" +gender: dcid:Male + +Node: dcid:Count_Person_Male_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Homens@pt" +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentGraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentGraduateOrHigher_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentHigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentHigherSecondaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentNoEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentNoEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentPrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_EducationalAttainmentPrimaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_GraduateOrHigher_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:CoefficientOfVariation_Count_Person_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_HigherSecondaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_PrimaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_EducationalAttainmentGraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Population Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:Count_Person_EducationalAttainmentGraduateOrHigher_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher + +Node: dcid:Count_Person_EducationalAttainmentHigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Population Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_EducationalAttainmentHigherSecondaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_EducationalAttainmentNoEducation +typeOf: dcid:StatisticalVariable +name: "Population No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:Count_Person_EducationalAttainmentNoEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation + +Node: dcid:Count_Person_EducationalAttainmentPrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Population Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:Count_Person_EducationalAttainmentPrimaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation + +Node: dcid:Count_Person_GraduateOrHigher +typeOf: dcid:StatisticalVariable +name: "Population Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_GraduateOrHigher_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Ensino superior incompleto ou equivalente@pt" +enrollmentLevel: dcid:GraduateOrHigher + +Node: dcid:Count_Person_HigherSecondaryEducation +typeOf: dcid:StatisticalVariable +name: "Population Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_HigherSecondaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Ensino médio incompleto ou equivalente@pt" +enrollmentLevel: dcid:HigherSecondaryEducation + +Node: dcid:Count_Person_PrimaryEducation +typeOf: dcid:StatisticalVariable +name: "Population Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:Count_Person_PrimaryEducation_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Ensino fundamental incompleto ou equivalente@pt" +enrollmentLevel: dcid:PrimaryEducation + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_NonTaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Non-Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Não contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:NonTaxPayerEmployee + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_NonTaxPayerEmployee_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Non-Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Não contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:NonTaxPayerEmployee + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_TaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_TaxPayerEmployee_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:Count_Person_14OrMoreYears_Employed_NonTaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Non-Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Não contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:NonTaxPayerEmployee + +Node: dcid:Count_Person_14OrMoreYears_Employed_NonTaxPayerEmployee_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Non-Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Não contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:NonTaxPayerEmployee + +Node: dcid:Count_Person_14OrMoreYears_Employed_TaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:Count_Person_14OrMoreYears_Employed_TaxPayerEmployee_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Contributors" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_Female_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_Female_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_Male_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_Male_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_Female_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_Female_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_Male_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_Male_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_Female_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_Female_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_Male_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_Male_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_Female_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_Female_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Mulheres@pt" +employmentStatus: dcid:Employed +gender: dcid:Female +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_Male_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_Male_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Homens@pt" +employmentStatus: dcid:Employed +gender: dcid:Male +incomeSource: dcid:MainJob + +Node: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_ActualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_ActualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14To17Years_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_AllJobs +age: [14 17 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14To17Years_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_MainJob +age: [14 17 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_18To24Years_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_AllJobs +age: [18 24 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_18To24Years_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_MainJob +age: [18 24 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_25To39Years_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_AllJobs +age: [25 39 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_25To39Years_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_MainJob +age: [25 39 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_40To59Years_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_AllJobs +age: [40 59 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_40To59Years_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_MainJob +age: [40 59 Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_60OrMoreYears_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_AllJobs +age: [60 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_60OrMoreYears_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_Employed_MainJob +age: [60 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14To17Years_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_AllJobs +age: [14 17 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14To17Years_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_MainJob +age: [14 17 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_18To24Years_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_AllJobs +age: [18 24 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_18To24Years_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_MainJob +age: [18 24 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_25To39Years_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_AllJobs +age: [25 39 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_25To39Years_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_MainJob +age: [25 39 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_40To59Years_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_AllJobs +age: [40 59 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_40To59Years_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_MainJob +age: [40 59 Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_60OrMoreYears_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_AllJobs +age: [60 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_60OrMoreYears_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_Employed_MainJob +age: [60 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14To17Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14To17Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_18To24Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_18To24Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_25To39Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_25To39Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_40To59Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_40To59Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_60OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_60OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14To17Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14To17Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 17 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_18To24Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_18To24Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [18 24 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_25To39Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_25To39Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [25 39 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_40To59Years_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_40To59Years_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [40 59 Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_60OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_60OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [60 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_UsualHoursWorked_Person_Employed_AllJobs +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_UsualHoursWorked_Person_Employed_MainJob +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:measuredValue +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_AllJobs_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_MainJob_AsAFractionOf_Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_AllJobs_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_MainJob_AsAFractionOf_Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Weekly_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentGraduateOrHigher_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Completed higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior completo ou equivalente@pt" +educationalAttainment: dcid:GraduateOrHigher +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentHigherSecondaryEducation_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Completed high school or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio completo ou equivalente@pt" +educationalAttainment: dcid:HigherSecondaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentNoEducation_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over No education and less than 1 year of study" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Sem instrução e menos de 1 ano de estudo@pt" +educationalAttainment: dcid:NoEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_EducationalAttainmentPrimaryEducation_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Completed primary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental completo ou equivalente@pt" +educationalAttainment: dcid:PrimaryEducation +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_GraduateOrHigher_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Incomplete higher education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino superior incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:GraduateOrHigher +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_HigherSecondaryEducation_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Incomplete secondary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino médio incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:HigherSecondaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_AllJobs +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:AllJobs + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_PrimaryEducation_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Incomplete elementary education or equivalent" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Ensino fundamental incompleto ou equivalente@pt" +employmentStatus: dcid:Employed +enrollmentLevel: dcid:PrimaryEducation +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_AuxiliaryFamilyWorker_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Trabalhador familiar auxiliar@pt" +economicSector: dcid:AuxiliaryFamilyWorker +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employer_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Employer" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Empregador@pt" +economicSector: dcid:Employer +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_MainJob_Employee +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Employee" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Empregado@pt" +incomeSource: dcid:MainJob +workerClassification: dcid:Employee + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_SelfEmployed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Own account" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Conta própria@pt" +economicSector: dcid:SelfEmployed +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_AuxiliaryFamilyWorker_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Trabalhador familiar auxiliar@pt" +economicSector: dcid:AuxiliaryFamilyWorker +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employer_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Employer" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Empregador@pt" +economicSector: dcid:Employer +incomeSource: dcid:MainJob + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_MainJob_Employee +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Employee" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Empregado@pt" +incomeSource: dcid:MainJob +workerClassification: dcid:Employee + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_SelfEmployed_MainJob +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Own account" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Conta própria@pt" +economicSector: dcid:SelfEmployed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as military personnel or public sector employees in their main job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Federal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Federal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:FederalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Federal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Federal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:FederalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Municipal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Municipal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:MunicipalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Municipal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Municipal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:MunicipalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as military personnel or public sector employees in their main job State" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Estadual@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:StateArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week as military personnel or public sector employees in their main job State" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Estadual@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:StateArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as military personnel or public sector employees in their main job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Federal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Federal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:FederalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Federal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_FederalArea_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Federal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:FederalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Municipal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Municipal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:MunicipalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week as military personnel or public sector employees in their main job Municipal" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_MunicipalArea_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Municipal@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:MunicipalArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as military personnel or public sector employees in their main job State" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Estadual@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:StateArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week as military personnel or public sector employees in their main job State" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_StateArea_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como militares ou empregados do setor público no trabalho principal Estadual@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentArea: dcid:StateArea +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as domestic workers in their main job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorker_Employed_With1OrMorePerson_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as domestic workers in their main job In more than one household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em mais de um domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 - Person] +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorker_Employed_With1OrMorePerson_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week as domestic workers in their main job In more than one household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em mais de um domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 - Person] +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorker_Employed_With1Person_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week as domestic workers in their main job In a single household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em um único domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 Person] +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorker_Employed_With1Person_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week as domestic workers in their main job In a single household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em um único domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 Person] +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as domestic workers in their main job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_With1OrMorePerson_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as domestic workers in their main job In more than one household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em mais de um domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 - Person] +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_With1OrMorePerson_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week as domestic workers in their main job In more than one household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em mais de um domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 - Person] +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_With1Person_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as domestic workers in their main job In a single household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em um único domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 Person] +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_With1Person_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week as domestic workers in their main job In a single household" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_DomesticWorker_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como trabalhadores domésticos no trabalho principal Em um único domicílio@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed +householdSize: [1 Person] +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NonDomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over employed in the reference week (excluding domestic workers) in their main job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal@pt" +economicSector: dcid:NonDomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TemporaryContract_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over employed in the reference week (excluding domestic workers) in their main job Temporary Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato temporário@pt" +economicSector: dcid:TemporaryContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TemporaryContract_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week (excluding domestic workers) in their main job Temporary Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato temporário@pt" +economicSector: dcid:TemporaryContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TemporaryTermContract_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over employed in the reference week (excluding domestic workers) in their main job TemporaryTerm Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato por tempo indeterminado@pt" +economicSector: dcid:TemporaryTermContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_TemporaryTermContract_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week (excluding domestic workers) in their main job TemporaryTerm Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato por tempo indeterminado@pt" +economicSector: dcid:TemporaryTermContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_NonDomesticWorker_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as employees (excluding domestic workers) in their main job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal@pt" +economicSector: dcid:NonDomesticWorker +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_TemporaryContract_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as employees (excluding domestic workers) in their main job Temporary Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato temporário@pt" +economicSector: dcid:TemporaryContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_TemporaryContract_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week (excluding domestic workers) in their main job Temporary Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato temporário@pt" +economicSector: dcid:TemporaryContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_TemporaryTermContract_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week as employees (excluding domestic workers) in their main job TemporaryTerm Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato por tempo indeterminado@pt" +economicSector: dcid:TemporaryTermContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:Count_Person_14OrMoreYears_TemporaryTermContract_Employed_MainJob_AsAFractionOf_Count_Person_14OrMoreYears_Employed_MainJob +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week (excluding domestic workers) in their main job TemporaryTerm Contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Employed_MainJob +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência como empregados (exclusive trabalhadores domésticos) no trabalho principal Contrato por tempo indeterminado@pt" +economicSector: dcid:TemporaryTermContract +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_12To24Month +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week From 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Employed +jobSearchTime: [12 24 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_12To24Month_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week From 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Employed +jobSearchTime: [12 24 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_1OrLessMonth +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,Menos de 1 mês@pt" +employmentStatus: dcid:Employed +jobSearchTime: [- 1 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_1OrLessMonth_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,Menos de 1 mês@pt" +employmentStatus: dcid:Employed +jobSearchTime: [- 1 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_1To12Month +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week From 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Employed +jobSearchTime: [1 12 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_1To12Month_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week From 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Employed +jobSearchTime: [1 12 Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_24OrMoreMonth +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week 2 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,2 anos ou mais@pt" +employmentStatus: dcid:Employed +jobSearchTime: [24 - Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_24OrMoreMonth_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week 2 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,2 anos ou mais@pt" +employmentStatus: dcid:Employed +jobSearchTime: [24 - Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_12To24Month +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week From 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Employed +jobSearchTime: [12 24 Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_12To24Month_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week From 1 year to less than 2 years" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 ano a menos de 2 anos@pt" +employmentStatus: dcid:Employed +jobSearchTime: [12 24 Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_1OrLessMonth +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,Menos de 1 mês@pt" +employmentStatus: dcid:Employed +jobSearchTime: [- 1 Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_1OrLessMonth_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Less than 1 month" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,Menos de 1 mês@pt" +employmentStatus: dcid:Employed +jobSearchTime: [- 1 Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_1To12Month +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week From 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Employed +jobSearchTime: [1 12 Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_1To12Month_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week From 1 month to less than 1 year" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,De 1 mês a menos de 1 ano@pt" +employmentStatus: dcid:Employed +jobSearchTime: [1 12 Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_24OrMoreMonth +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week 2 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência,2 anos ou mais@pt" +employmentStatus: dcid:Employed +jobSearchTime: [24 - Month] + +Node: dcid:Count_Person_14OrMoreYears_Employed_24OrMoreMonth_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week 2 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência,2 anos ou mais@pt" +employmentStatus: dcid:Employed +jobSearchTime: [24 - Month] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_1Jobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week One job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Um trabalho@pt" +employmentStatus: dcid:Employed +numberOfJob: [1 Jobs] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_1Jobs_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week One job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Um trabalho@pt" +employmentStatus: dcid:Employed +numberOfJob: [1 Jobs] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_2OrMoreJobs +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Two or more jobs" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Dois ou mais trabalhos@pt" +employmentStatus: dcid:Employed +numberOfJob: [2 - Jobs] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_2OrMoreJobs_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Two or more jobs" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Dois ou mais trabalhos@pt" +employmentStatus: dcid:Employed +numberOfJob: [2 - Jobs] + +Node: dcid:Count_Person_14OrMoreYears_Employed_1Jobs +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week One job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Um trabalho@pt" +employmentStatus: dcid:Employed +numberOfJob: [1 Jobs] + +Node: dcid:Count_Person_14OrMoreYears_Employed_1Jobs_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week One job" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Um trabalho@pt" +employmentStatus: dcid:Employed +numberOfJob: [1 Jobs] + +Node: dcid:Count_Person_14OrMoreYears_Employed_2OrMoreJobs +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Two or more jobs" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Dois ou mais trabalhos@pt" +employmentStatus: dcid:Employed +numberOfJob: [2 - Jobs] + +Node: dcid:Count_Person_14OrMoreYears_Employed_2OrMoreJobs_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Two or more jobs" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Dois ou mais trabalhos@pt" +employmentStatus: dcid:Employed +numberOfJob: [2 - Jobs] + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over Total" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_Female_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_Male_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over Total" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over Total" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_Female_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_Male_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Unemployed__Underemployed + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +age: [14 - Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +age: [14 - Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over Total" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed +age: [14 - Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Underemployed_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment rate and potential labor force in the reference week of people aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Unemployed_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Underemployed_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment rate and potential labor force in the reference week of people aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Unemployed_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Underemployed_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment rate and potential labor force in the reference week of people aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Unemployed_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Underemployed_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment rate and potential labor force in the reference week of people aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Unemployed_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Underemployed_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce in the reference week of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment rate and potential labor force in the reference week of people aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked in the reference week for people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Unemployed_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14To17Years_Underemployed_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_14To17Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment rate and potential labour force in the reference week of persons aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_14To17Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_Unemployed_AsAFractionOf_Count_Person_14To17Years +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14To17Years +age: [14 17 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_18To24Years_Underemployed_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_18To24Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment rate and potential labour force in the reference week of persons aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_18To24Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_Unemployed_AsAFractionOf_Count_Person_18To24Years +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_18To24Years +age: [18 24 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_25To39Years_Underemployed_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_25To39Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment rate and potential labour force in the reference week of persons aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_25To39Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_Unemployed_AsAFractionOf_Count_Person_25To39Years +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_25To39Years +age: [25 39 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_40To59Years_Underemployed_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_40To59Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment rate and potential labour force in the reference week of persons aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_40To59Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_Unemployed_AsAFractionOf_Count_Person_40To59Years +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_40To59Years +age: [40 59 Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_60OrMoreYears_Underemployed_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force in the reference week of people aged 14 years and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Combined unemployment rate and potential labour force in the reference week of persons aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked in the reference week of people aged 14 and over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_Unemployed_AsAFractionOf_Count_Person_60OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_60OrMoreYears +age: [60 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_ExpandedLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Women@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_ExpandedLaborForce_Female_AsAFractionOf_Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Women@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_ExpandedLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Men@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_ExpandedLaborForce_Male_AsAFractionOf_Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Men@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Female_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Male_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_Female_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_Male_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Female_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Male_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Female_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Male_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Female_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Male_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Female +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Women@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Female_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Women@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Female + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Male +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Men@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Male_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Men@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Women@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce_Female_AsAFractionOf_Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Women@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Men@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce_Male_AsAFractionOf_Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_ExpandedLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada@pt Men@pt" +employmentStatus: dcid:ExpandedLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Persons 14 years of age or older in the potential labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Female_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the potential labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Persons 14 years of age or older in the potential labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Male_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the potential labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:InLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_Female_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_Male_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Female +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Female_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Male +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce_Male_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__InLaborForce +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Female_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Male_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Female_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Female_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Women@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Female +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Male_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_Male_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas@pt Men@pt" +employmentStatus: dcid:Unemployed__Underemployed +gender: dcid:Male +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Female +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Women@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Female_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week Women" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Women@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Female + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Male +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Men@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Male + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Male_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week Men" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência@pt Men@pt" +employmentStatus: dcid:Unemployed +gender: dcid:Male + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 14 a 17 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 14 a 17 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 17 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14To17Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [14 17 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 18 a 24 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 18 a 24 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [18 24 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_18To24Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [18 24 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 25 a 39 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 25 a 39 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [25 39 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_25To39Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [25 39 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 40 a 59 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 40 a 59 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [40 59 Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_40To59Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [40 59 Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 and over in the expanded labor force 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 60 anos ou mais@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over in the expanded workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 60 anos ou mais@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over who are unemployed or in the potential labor force 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or in the potential labor force 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [60 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_60OrMoreYears_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [60 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14To17Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 14 a 17 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_14To17Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 14 a 17 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_14To17Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_14To17Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_14To17Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_14To17Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 17 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14To17Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week 14 to 17 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [14 17 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 14 a 17 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_18To24Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 18 a 24 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_18To24Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 18 a 24 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_18To24Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_18To24Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_18To24Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_18To24Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [18 24 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_18To24Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week 18 to 24 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [18 24 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 18 a 24 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_25To39Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 25 a 39 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_25To39Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 25 a 39 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_25To39Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_25To39Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_25To39Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_25To39Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [25 39 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_25To39Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week 25 to 39 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [25 39 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 25 a 39 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_40To59Years_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 40 a 59 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_40To59Years_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 40 a 59 anos@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_40To59Years_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_Unemployed +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_40To59Years_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_40To59Years_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_40To59Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [40 59 Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_40To59Years_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week 40 to 59 years old" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [40 59 Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 40 a 59 anos@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_60OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons 14 years and older in the expanded workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho ampliada 60 anos ou mais@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_60OrMoreYears_ExpandedLaborForce_AsAFractionOf_Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of persons aged 14 and over in the expanded labor force 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_ExpandedLaborForce +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho ampliada 60 anos ou mais@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_60OrMoreYears_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are underemployed due to insufficient working hours 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Underemployed_WorkedInsufficientHour +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_Unemployed +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over who are unemployed or in the potential workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over who are unemployed or in the potential labor force 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrInLaborForce +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked or in the potential workforce 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas ou na força de trabalho potencial 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over who are unemployed or underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [60 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over who are unemployed or underemployed due to insufficient hours worked 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas ou subocupadas por insuficiência de horas trabalhadas 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_60OrMoreYears_Unemployed_AsAFractionOf_Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week 60 years or older" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Unemployed +age: [60 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência 60 anos ou mais@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Count_Person_Underemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_Unemployed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Unemployed + +Node: dcid:Count_Person_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Preta@pt" +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Black_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Preta@pt" +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Black_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_White_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Black_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_Black_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 years or over in the workforce in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:InLaborForce +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_White_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Labor force participation rate in the reference week of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:InLaborForce +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_White_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over in the workforce in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:InLaborForce +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Preta@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_Black_AsAFractionOf_CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Preta@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_Black_AsAFractionOf_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InformalSector_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Preta@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Parda@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_BrazilPardo_AsAFractionOf_CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Parda@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_BrazilPardo_AsAFractionOf_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InformalSector_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Parda@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in an informal situation in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Branca@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_White_AsAFractionOf_CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informality rate of people aged 14 or over employed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Branca@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InformalSector_Employed_White_AsAFractionOf_Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over employed in an informal situation in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_InformalSector_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Branca@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_Black_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Persons aged 14 or over outside the labor force in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_NotInLaborForce_White_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over outside the labor force in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Unemployed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Black_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Unemployed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_Black_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Unemployed +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Unemployed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Unemployed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Unemployed +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over unemployed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Unemployed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_White_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Unemployment rate in the reference week of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Unemployed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Unemployed_White_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 or over unemployed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Unemployed +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 and over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade Branca@pt" +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_White_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage distribution of people aged 14 and over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Distribuição percentual das pessoas de 14 anos ou mais de idade Branca@pt" +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_Black +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Preta@pt" +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_Black_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Preta@pt" +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_Employed_Black +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_Employed_Black_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_Employed_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_Employed_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_Employed_White +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_Employed_White_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over employed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade ocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Black +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Black_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_Black_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:InLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_White +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older in the workforce in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:InLaborForce +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_White_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:InLaborForce +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_InLaborForce_White_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over in the workforce in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade na força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:InLaborForce +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_InformalSector_Employed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_InformalSector_Employed_Black +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Preta@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_InformalSector_Employed_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Parda@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_InformalSector_Employed_White +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over employed in an informal situation in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas em situação de informalidade na semana de referência Branca@pt" +economicSector: dcid:InformalSector +employmentStatus: dcid:Employed +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_Black +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_Black_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Preta@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Parda@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_White +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 years or older outside the labor force in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_NotInLaborForce_White_AsAFractionOf_Count_Person_Years14Onwards_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over outside the labor force in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_NotInLaborForce +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade fora da força de trabalho na semana de referência Branca@pt" +employmentStatus: dcid:NotInLaborForce +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Black +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Unemployed +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Black_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Unemployed +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_Black_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week Black" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Preta@pt" +employmentStatus: dcid:Unemployed +race: dcid:Black + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Unemployed +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Unemployed +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_BrazilPardo_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Parda@pt" +employmentStatus: dcid:Unemployed +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_White +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over unemployed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade desocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Unemployed +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_White_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Unemployment rate in the reference week of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Unemployed +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_Unemployed_White_AsAFractionOf_Count_Person_Years14Onwards_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 or over unemployed in the reference week White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Unemployed +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade desocupadas na semana de referência Branca@pt" +employmentStatus: dcid:Unemployed +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_White +typeOf: dcid:StatisticalVariable +name: "People aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade Branca@pt" +race: dcid:White + +Node: dcid:Count_Person_14OrMoreYears_White_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Percentage distribution of people aged 14 and over White" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Distribuição percentual das pessoas de 14 anos ou mais de idade Branca@pt" +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Black@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Preta@pt" +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_Black_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Black@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Preta@pt" +race: dcid:Black + +Node: dcid:CoefficientOfVariation_Count_Person_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population Brazil mixed race@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_BrazilPardo_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population Brazil mixed race@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:CoefficientOfVariation_Count_Person_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population White@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População Branca@pt" +race: dcid:White + +Node: dcid:CoefficientOfVariation_Count_Person_White_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of population White@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person +alternateName: "Coeficiente de variação - Percentual da população Branca@pt" +race: dcid:White + +Node: dcid:Count_Person_Black +typeOf: dcid:StatisticalVariable +name: "Population Black@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Preta@pt" +race: dcid:Black + +Node: dcid:Count_Person_Black_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Black@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Preta@pt" +race: dcid:Black + +Node: dcid:Count_Person_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Population Brazil mixed race@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_BrazilPardo_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population Brazil mixed race@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Parda@pt" +race: dcid:Brazil_Pardo + +Node: dcid:Count_Person_White +typeOf: dcid:StatisticalVariable +name: "Population White@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População Branca@pt" +race: dcid:White + +Node: dcid:Count_Person_White_AsAFractionOf_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage of population White@pt" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person +alternateName: "Percentual da população Branca@pt" +race: dcid:White + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Black + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in all jobs of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:White + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Black + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_CoefficientOfVariation_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours actually worked in the reference week in the main job of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:White + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Black + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in all jobs of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:White + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_Black +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Black + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_CoefficientOfVariation_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_White +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average hours usually worked per week in the main job of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:White + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_Black +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Black + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_White +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in all jobs of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência em todos trabalhos das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:White + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_Black +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Black + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_Mean_ActualHoursWorked_Person_14OrMoreYears_Employed_MainJob_White +typeOf: dcid:StatisticalVariable +name: "Average hours actually worked in the reference week in the main job of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:actualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas efetivamente trabalhadas na semana de referência no trabalho principal das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:White + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_Black +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Black + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_AllJobs_White +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in all jobs of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana em todos trabalhos das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +race: dcid:White + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_Black +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Black" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Preta@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Black + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_BrazilPardo +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over Brazil mixed race" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Parda@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:Brazil_Pardo + +Node: dcid:Weekly_Mean_UsualHoursWorked_Person_14OrMoreYears_Employed_MainJob_White +typeOf: dcid:StatisticalVariable +name: "Average hours usually worked per week in the main job of people aged 14 or over White" +populationType: dcid:Person +measuredProperty: dcid:usualHoursWorked +measurementQualifier: dcid:Weekly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Média de horas habitualmente trabalhadas por semana no trabalho principal das pessoas de 14 anos ou mais de idade Branca@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +race: dcid:White + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employer_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in the main job Employer" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de Rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal@pt Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employer_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Mass of real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Employer" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal@pt Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_SelfEmployed_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in the main job Own account" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de Rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal@pt Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_SelfEmployed_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Mass of real monthly income of people aged 14 or over employed in the reference week with income from work usually received in the main job Own account" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal@pt Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_Income_Person_14OrMoreYears_Employer_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Employer" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal@pt Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_Income_Person_14OrMoreYears_Employer_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Employer" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal@pt Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_Income_Person_14OrMoreYears_SelfEmployed_Employed_MainJob_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in the main job Own account" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido no trabalho principal@pt Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_Income_Person_14OrMoreYears_SelfEmployed_Employed_MainJob_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Real monthly income of people aged 14 or over employed in the reference week with income from work usually received from their main job Own account" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido no trabalho principal@pt Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +incomeSource: dcid:MainJob +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Employed_TaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Taxpayers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes" +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Employed_TaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Taxpayers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employed_TaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Taxpayers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes" +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employed_TaxPayerEmployee +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Taxpayers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Contribuintes" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +workerClassification: dcid:TaxPayerEmployee + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_SocialSecurityInstitutions_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of people contributing to social security institutions in any job in the population aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Percentual de pessoas contribuintes de instituto de previdência em qualquer trabalho na população de 14 anos ou mais de idade ocupada na semana de referência@pt" +economicSector: dcid:SocialSecurityInstitutions +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_SocialSecurityInstitutions_Employed_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage of people contributing to social security institutions in any job in the population aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Percentual de pessoas contribuintes de instituto de previdência em qualquer trabalho na população de 14 anos ou mais de idade ocupada na semana de referência@pt" +economicSector: dcid:SocialSecurityInstitutions +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_Employed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_Employed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_SocialSecurityInstitutions_Employed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_Employed +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the previous quarter - Percentage of people contributing to social security institutions in the population aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_Employed +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Percentual de pessoas contribuintes de instituto de previdência na população de 14 anos ou mais de idade ocupada na semana de referência@pt" +economicSector: dcid:SocialSecurityInstitutions +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_SocialSecurityInstitutions_Employed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear_Employed +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the same quarter of the previous year - Percentage of people contributing to social security institutions in the population aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_Employed +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Percentual de pessoas contribuintes de instituto de previdência na população de 14 anos ou mais de idade ocupada na semana de referência@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SocialSecurityInstitutions +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation Labor force participation rate in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Count_Person_Years14Onwards_InLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Labor force participation rate in the reference week of persons aged 14 and over" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_InLaborForce_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Change from previous quarter Labor force participation rate in the reference week of people aged 14 and over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_InLaborForce_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Change in relation to the same quarter of the previous year - Labor force participation rate in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa de participação na força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +comparisonPeriod: dcid:YearOverYear + +Node: dcid:CoefficientOfVariation_Count_Person +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Population" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +alternateName: "Coeficiente de variação - População@pt" + +Node: dcid:Count_Person +typeOf: dcid:StatisticalVariable +name: "Population" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +alternateName: "População@pt" + +Node: dcid:Quarterly_Change_Count_Person +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - Population" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +alternateName: "Variação absoluta em relação ao trimestre anterior - População@pt" + +Node: dcid:Quarterly_Change_Count_Person_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - Population" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - População@pt" +comparisonPeriod: dcid:YearOverYear + +Node: dcid:Quarterly_GrowthRate_Count_Person +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - Population" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +alternateName: "Variação percentual em relação ao trimestre anterior - População@pt" + +Node: dcid:Quarterly_GrowthRate_Count_Person_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - Population" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - População@pt" +comparisonPeriod: dcid:YearOverYear + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_AuxiliaryFamilyWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador familiar auxiliar@pt" +economicSector: dcid:AuxiliaryFamilyWorker +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_DomesticWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_Employee +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employee" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:Employee + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employer_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employer" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employer_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employer without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador sem CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employer_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employer with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador com CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_InArmedForces_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PrivateSector_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público@pt" +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_SelfEmployed_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Own account" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Self-employed without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria sem CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - People aged 14 or over employed in the reference week Own account with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria com CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Count_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_Employed_Employee +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employee" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:Employee + +Node: dcid:Count_Person_14OrMoreYears_Employer_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employer without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador sem CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Count_Person_14OrMoreYears_Employer_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employer with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador com CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Count_Person_14OrMoreYears_InArmedForces_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Count_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Count_Person_14OrMoreYears_PrivateSector_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Self-employed without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria sem CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Own account with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria com CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Count_Person_Years14Onwards_AuxiliaryFamilyWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador familiar auxiliar@pt" +economicSector: dcid:AuxiliaryFamilyWorker +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_Years14Onwards_DomesticWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_Years14Onwards_Employer_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employer" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_Years14Onwards_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público@pt" +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Count_Person_Years14Onwards_SelfEmployed_Employed +typeOf: dcid:StatisticalVariable +name: "Persons aged 14 or over employed in the reference week Own account" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_AuxiliaryFamilyWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador familiar auxiliar@pt" +economicSector: dcid:AuxiliaryFamilyWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Civilian_YearOverYear_PublicSectorFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Civilian_YearOverYear_PublicSectorNoFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_DomesticWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Employed_Employee +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employee" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:Employee + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Employer_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employer" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Employer_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employer without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador sem CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Employer_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employer with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador com CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_InArmedForces_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_InArmedForces_YearOverYear_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_PrivateSector_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público@pt" +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_SelfEmployed_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Own account" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Self-employed without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria sem CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week Own account with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria com CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_AuxiliaryFamilyWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador familiar auxiliar@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:AuxiliaryFamilyWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_DomesticWorkerWithSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico - com carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_DomesticWorkerWithoutSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico - sem carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_DomesticWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Trabalhador doméstico@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Employed_Employee +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employee" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +workerClassification: dcid:Employee + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Employer_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employer" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:Employer +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Employer_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employer without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador sem CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Employer_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employer with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregador com CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_PrivateSectorFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_PrivateSectorNoFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_PrivateSector_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor privado exclusive trabalhador doméstico@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Empregado no setor público@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_SelfEmployed_Employed +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Own account" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_SelfEmployed_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Self-employed without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria sem CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_SelfEmployed_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week Own account with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (Mil pessoas) Conta própria com CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_AuxiliaryFamilyWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador familiar auxiliar@pt" +economicSector: dcid:AuxiliaryFamilyWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Civilian_PublicSectorFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Civilian_PublicSectorNoFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Civilian_YearOverYear_PublicSectorFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público exclusive militar e funcionário público estatutário - com carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSectorFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Civilian_YearOverYear_PublicSectorNoFormalContract_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employee in the public sector excluding military personnel and statutory civil servants - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público exclusive militar e funcionário público estatutário - sem carteira de trabalho assinada@pt" +armedForcesStatus: dcid:Civilian +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSectorNoFormalContract +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_DomesticWorkerWithSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_DomesticWorkerWithoutSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_DomesticWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico@pt" +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employed_Employee +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employee" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado@pt" +employmentStatus: dcid:Employed +workerClassification: dcid:Employee + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employer_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employer" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employer_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employer without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador sem CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employer_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employer with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador com CNPJ@pt" +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_InArmedForces_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_InArmedForces_YearOverYear_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Public sector employee - military and statutory civil servant" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público - militar e funcionário público estatutário@pt" +armedForcesStatus: dcid:InArmedForces +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_PrivateSectorFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_PrivateSectorNoFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_PrivateSector_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico@pt" +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público@pt" +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_SelfEmployed_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Own account" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Self-employed without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria sem CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_SelfEmployed_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week Own account with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria com CNPJ@pt" +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_AuxiliaryFamilyWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Auxiliary family worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador familiar auxiliar@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:AuxiliaryFamilyWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_DomesticWorkerWithSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Domestic worker - with signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico - com carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:DomesticWorkerWithSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_DomesticWorkerWithoutSignedWorkCard_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Domestic worker - without a signed work card" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico - sem carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:DomesticWorkerWithoutSignedWorkCard +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_DomesticWorker_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Domestic worker" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Trabalhador doméstico@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:DomesticWorker +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employed_Employee +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employee" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +workerClassification: dcid:Employee + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employer_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employer" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:Employer +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employer_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employer without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador sem CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employer_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employer with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregador com CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:Employer +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_PrivateSectorFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - with a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico - com carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PrivateSectorFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_PrivateSectorNoFormalContract_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers - without a signed employment contract" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico - sem carteira de trabalho assinada@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PrivateSectorNoFormalContract +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_PrivateSector_Employed_NonDomesticWorker +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the private sector excluding domestic workers" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor privado exclusive trabalhador doméstico@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PrivateSector +employmentStatus: dcid:Employed +workerClassification: dcid:NonDomesticWorker + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_PublicSector_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Employed in the public sector" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Empregado no setor público@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:PublicSector +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_SelfEmployed_Employed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Own account" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_SelfEmployed_Employed_BRACNPJNotRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Self-employed without CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria sem CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_NotRegistered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_SelfEmployed_Employed_BRACNPJRegistered +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week Own account with CNPJ" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência (%) Conta própria com CNPJ@pt" +comparisonPeriod: dcid:YearOverYear +economicSector: dcid:SelfEmployed +employmentStatus: dcid:Employed +registrationStatus: dcid:BRA_CNPJ_Registered + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Unemployed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Change in relation to the previous quarter - Unemployment rate in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Unemployed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the same quarter of the previous year - Unemployment rate in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa de desocupação na semana de referência das pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed + +Node: dcid:Nominal_Monthly_Value_Change_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the previous quarter - Average nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:NominalValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Rendimento médio mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Nominal_Monthly_Value_Change_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - Average nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:NominalValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Rendimento médio mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Nominal_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:NominalValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Nominal_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - Average nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:NominalValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Rendimento médio mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Nominal_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the same quarter of the previous year - Average nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:NominalValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Rendimento médio mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Nominal_Monthly_Value_Mean_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average nominal monthly income of persons aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:NominalValue__Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_Change_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the previous quarter - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_Change_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos @pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the same quarter of the previous year - Average real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Real_Monthly_Value_Mean_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeActuallyReceived +typeOf: dcid:StatisticalVariable +name: "Average real monthly income of persons aged 14 or over employed in the reference week with income from work actually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:meanValue +age: [14 - Years] +alternateName: "Rendimento médio mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos @pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeActuallyReceived + +Node: dcid:Nominal_Monthly_Value_Change_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the previous quarter - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Nominal_Monthly_Value_Change_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Nominal_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Nominal_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage variation in relation to the same quarter of the previous year - Nominal monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Nominal_Monthly_Value_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - Nominal monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_Change_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the previous quarter - Real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_Change_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - Real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Real monthly income mass of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - Real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage variation in relation to the same quarter of the previous year - Real monthly income of people aged 14 or over employed in the reference week with income from work usually received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Real_Monthly_Value_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeUsuallyReceived +typeOf: dcid:StatisticalVariable +name: "Real monthly income of people aged 14 or over employed in the reference week with income from work usually received from all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho habitualmente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeUsuallyReceived + +Node: dcid:Nominal_Monthly_Value_Change_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the previous quarter - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Nominal_Monthly_Value_Change_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Nominal_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Nominal_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Nominal_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage variation in relation to the same quarter of the previous year - Mass of nominal monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Nominal_Monthly_Value_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Nominal monthly income mass of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:Nominal__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal nominal das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Real_Monthly_Value_Change_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the previous quarter - Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Real_Monthly_Value_Change_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Real_Monthly_Value_CoefficientOfVariation_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Mass of real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:coefficientOfVariationValue +age: [14 - Years] +alternateName: "Coeficiente de variação - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Real_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Real_Monthly_Value_GrowthRate_Income_Person_14OrMoreYears_YearOverYear_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Percentage variation in relation to the same quarter of the previous year - Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Real_Monthly_Value_Income_Person_14OrMoreYears_Employed_AllJobs_IncomeEffectivelyReceived +typeOf: dcid:StatisticalVariable +name: "Real monthly income of people aged 14 or over employed in the reference week with income from work effectively received in all jobs" +populationType: dcid:Person +measuredProperty: dcid:income +measurementQualifier: dcid:RealValue__Monthly +statType: dcid:measuredValue +age: [14 - Years] +alternateName: "Massa de rendimento mensal real das pessoas de 14 anos ou mais de idade ocupadas na semana de referência com rendimento de trabalho efetivamente recebido em todos os trabalhos@pt" +employmentStatus: dcid:Employed +incomeSource: dcid:AllJobs +incomeType: dcid:IncomeEffectivelyReceived + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade@pt" + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Expanded workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ampliada@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Força de trabalho potencial@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_InLaborForceOrNotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Workforce or discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ou desalentado@pt" +employmentStatus: dcid:InLaborForce__NotInLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desalentado@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Unemployed +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Not busy" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Unemployed or in the potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Unemployed or in the potential workforce or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial ou subocupado por insuficiência de horas trabalhadas@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Unemployed or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado ou subocupado por insuficiência de horas trabalhadas@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Unemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Absolute change from the previous quarter - People aged 14 and over Underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Subocupado por insuficiência de horas trabalhadas@pt" +employmentStatus: dcid:Unemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Expanded workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ampliada@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Força de trabalho potencial@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_InLaborForceOrNotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Workforce or discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ou desalentado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:InLaborForce__NotInLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desalentado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Unemployed +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Not busy" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Unemployed or in the potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Unemployed or in the potential workforce or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial ou subocupado por insuficiência de horas trabalhadas@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Unemployed or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado ou subocupado por insuficiência de horas trabalhadas@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Unemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Absolute change compared to the same quarter of the previous year - People aged 14 and over Underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Subocupado por insuficiência de horas trabalhadas@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade@pt" + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Expanded workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ampliada@pt" +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Força de trabalho potencial@pt" +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_InLaborForceOrNotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Workforce or discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ou desalentado@pt" +employmentStatus: dcid:InLaborForce__NotInLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desalentado@pt" +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Not busy" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado@pt" +employmentStatus: dcid:Unemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Unemployed or in the potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Unemployed or in the potential workforce or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial ou subocupado por insuficiência de horas trabalhadas@pt" +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Unemployed or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Desocupado ou subocupado por insuficiência de horas trabalhadas@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Unemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage change from previous quarter - People aged 14 and over Underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade Subocupado por insuficiência de horas trabalhadas@pt" +employmentStatus: dcid:Unemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_ExpandedLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Expanded workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ampliada@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:ExpandedLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Força de trabalho potencial@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_InLaborForceOrNotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Workforce or discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Força de trabalho ou desalentado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:InLaborForce__NotInLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_NotInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Discouraged" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desalentado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:NotInLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Unemployed +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Not busy" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrInLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Unemployed or in the potential workforce" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrUnderemployedOrInLaborForce_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Unemployed or in the potential workforce or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado ou na força de trabalho potencial ou subocupado por insuficiência de horas trabalhadas@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__Underemployed__InLaborForce +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrUnderemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Unemployed or underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Desocupado ou subocupado por insuficiência de horas trabalhadas@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Unemployed_WorkedInsufficientHour +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 and over Underemployed due to insufficient hours worked" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade Subocupado por insuficiência de horas trabalhadas@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment and underemployment rate due to insufficient hours worked of people aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Combined unemployment and underemployment rate due to insufficient hours worked of people aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Change in relation to the previous quarter - Combined unemployment and underemployment rate due to insufficient hours worked of people aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrUnderemployed_WorkedInsufficientHour_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the same quarter of the previous year - Combined unemployment and underemployment rate due to insufficient hours worked of people aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa combinada de desocupação e de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Combined unemployment rate and potential labor force of persons aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Count_Person_14OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Combined unemployment rate and potential labour force of persons aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_UnemployedOrInLaborForce_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Change from the previous quarter - Combined unemployment rate and potential labor force of persons aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_UnemployedOrInLaborForce_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Change in relation to the same quarter of the previous year - Combined unemployment rate and potential labour force of persons aged 14 and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa combinada de desocupação e força de trabalho potencial na semana de referência das pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Unemployed__InLaborForce + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Composite rate of underutilization of the workforce of people aged 14 years and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Count_Person_Years14Onwards +typeOf: dcid:StatisticalVariable +name: "Composite rate of underutilization of the labor force of people aged 14 years and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards +age: [14 - Years] +alternateName: "Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears +typeOf: dcid:StatisticalVariable +name: "Change in relation to the previous quarter - Composite rate of underutilization of the labor force of people aged 14 years and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Underemployed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the same quarter of the previous year - Composite rate of underutilization of the workforce of people aged 14 years and over in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa composta de subutilização da força de trabalho na semana de referência das pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Underemployed + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Underemployment rate due to insufficient hours worked in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour_AsAFractionOf_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Underemployment rate due to insufficient hours worked in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Taxa de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_Underemployed +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Underemployed_WorkedInsufficientHour_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_Underemployed +typeOf: dcid:StatisticalVariable +name: "Change in relation to the previous quarter - Underemployment rate due to insufficient hours worked in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_Underemployed +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Underemployed_WorkedInsufficientHour_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear_Underemployed +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the same quarter of the previous year - Underemployment rate due to insufficient hours worked in the reference week of people aged 14 or over" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_Underemployed +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa de subocupação por insuficiência de horas trabalhadas na semana de referência das pessoas de 14 anos ou mais de idade@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Underemployed +laborCondition: dcid:WorkedInsufficientHour + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Percentage of discouraged people in the population aged 14 years or over in the workforce or discouraged in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Percentual de pessoas desalentadas na população de 14 anos ou mais de idade na força de trabalho ou desalentada na semana de referência@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Count_Person_Years14Onwards_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Percentage of discouraged people in the population aged 14 years and over in the labor force or discouraged in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_InLaborForce +age: [14 - Years] +alternateName: "Percentual de pessoas desalentadas na população de 14 anos ou mais de idade na força de trabalho ou desalentada na semana de referência@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_InLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_InLaborForce +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:measuredValue +age: [14 - Years] +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:InLaborForce + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Underemployed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Change from previous quarter - Percentage of discouraged people in the population aged 14 years or over in the workforce or discouraged in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_InLaborForce +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Percentual de pessoas desalentadas na população de 14 anos ou mais de idade na força de trabalho ou desalentada na semana de referência@pt" +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Underemployed_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear_InLaborForce +typeOf: dcid:StatisticalVariable +name: "Change in relation to the same quarter of the previous year - Percentage of discouraged people in the population aged 14 years or over in the workforce or discouraged in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_InLaborForce +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Percentual de pessoas desalentadas na população de 14 anos ou mais de idade na força de trabalho ou desalentada na semana de referência@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Underemployed + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Absolute change in relation to the previous quarter - People aged 14 or over employed in the reference week having Informal employment" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Quarterly_Change_Count_Person_14OrMoreYears_YearOverYear_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Absolute variation in relation to the same quarter of the previous year - People aged 14 or over employed in the reference week having Informal employment" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:changeValue +age: [14 - Years] +alternateName: "Variação absoluta em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informais@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage change in relation to the previous quarter - People aged 14 or over employed in the reference week having Informal employment" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao trimestre anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informais@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employed_InformalEmployment +typeOf: dcid:StatisticalVariable +name: "Percentage change compared to the same quarter of the previous year - People aged 14 or over employed in the reference week having Informal employment" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +age: [14 - Years] +alternateName: "Variação percentual em relação ao mesmo trimestre do ano anterior - Pessoas de 14 anos ou mais de idade ocupadas na semana de referência Informais@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:CoefficientOfVariation_Count_Person_14OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Coefficient of variation - Informal employment rate of people aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:coefficientOfVariationValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Coeficiente de variação - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Count_Person_14OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Count_Person_Years14Onwards_Employed +typeOf: dcid:StatisticalVariable +name: "Informal employment rate of people aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_Years14Onwards_Employed +age: [14 - Years] +alternateName: "Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_Employed_InformalEmployment_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_Employed +typeOf: dcid:StatisticalVariable +name: "Change in relation to the previous quarter - Informal employment rate of people aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_Employed +age: [14 - Years] +alternateName: "Variação em relação ao trimestre anterior - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência@pt" +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment + +Node: dcid:Quarterly_GrowthRate_Count_Person_14OrMoreYears_YearOverYear_Employed_InformalEmployment_AsAFractionOf_Quarterly_Count_Person_14OrMoreYears_YearOverYear_Employed +typeOf: dcid:StatisticalVariable +name: "Variation in relation to the same quarter of the previous year - Informal employment rate of people aged 14 or over employed in the reference week" +populationType: dcid:Person +measuredProperty: dcid:count +measurementQualifier: dcid:Quarterly +statType: dcid:growthRate +measurementDenominator: dcid:Quarterly_Count_Person_14OrMoreYears_YearOverYear_Employed +age: [14 - Years] +alternateName: "Variação em relação ao mesmo trimestre do ano anterior - Taxa de informalidade das pessoas de 14 anos ou mais de idade ocupadas na semana de referência@pt" +comparisonPeriod: dcid:YearOverYear +employmentStatus: dcid:Employed +employmentType: dcid:InformalEmployment