Skip to content

Commit

Permalink
Schema additions for S2406 (Occupation by class of worker) US Census …
Browse files Browse the repository at this point in the history
…Subject Table Import

PiperOrigin-RevId: 403859318
  • Loading branch information
Data Commons authored and beets committed Nov 10, 2021
1 parent 55bebc6 commit e994c4e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions core/bls.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,19 @@ Node: EstablishmentOwnership1
typeOf: dcs:EstablishmentOwnershipEnum
dcid: "FederalGovernmentOwned"
name: "Federal Government"
specializationOf: dcs:GovernmentOwned

Node: EstablishmentOwnership2
typeOf: dcs:EstablishmentOwnershipEnum
dcid: "StateGovernmentOwned"
name: "State Government"
specializationOf: dcs:GovernmentOwned

Node: EstablishmentOwnership3
typeOf: dcs:EstablishmentOwnershipEnum
dcid: "LocalGovernmentOwned"
name: "Local Government"
specializationOf: dcs:GovernmentOwned

Node: EstablishmentOwnership4
typeOf: dcs:EstablishmentOwnershipEnum
Expand Down
9 changes: 7 additions & 2 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1475,17 +1475,22 @@ typeOf: dcs:WorkerClassificationEnum
specializationOf: dcs:PaidWorker
description: "A salaried employee in the for-profit sector. Example: Salaried employee at a private company"

Node: dcid:UnincorporatedBusinessOwnerOrUnpaidFamilyWorker
name: "Unincorporated Buisness Owner Or Unpaid Family Worker"
typeOf: dcs:WorkerClassificationEnum
specializationOf: dcs:Worker

Node: dcid:UnincorporatedBusinessOwner
name: "Unincorporated Business Owner"
typeOf: dcs:WorkerClassificationEnum
specializationOf: dcs:Worker
specializationOf: dcs:UnincorporatedBusinessOwnerOrUnpaidFamilyWorker
description: "People who worked for profit or fees in their own unincorporated business, profession, or trade, or who operated a farm. This class is often tabulated together with the following group, unpaid family workers."

Node: dcid:UnpaidFamilyWorker
name: "Unpaid Family Worker"
typeOf: dcs:WorkerClassificationEnum
description: "This includes people who worked without pay in a business or on a farm operated by a relative. Note that, on tabulations with earnings data, unpaid family workers may have earnings."
specializationOf: dcs:Worker
specializationOf: dcs:UnincorporatedBusinessOwnerOrUnpaidFamilyWorker

Node: dcid:EnrolledInEducationOrTraining
typeOf: dcs:EnrollmentStatusEnum
Expand Down
1 change: 1 addition & 0 deletions core/soc.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -7221,6 +7221,7 @@ typeOf: dcs:SOCv2018Enum
name: "Computer, Engineering, and Science Occupations"
description: "SOC 2018 includes 13 intermediate aggregations of SOC codes. intermediateAggregation-2 includes 2018 SOC major groups 15-19: Computer, Engineering, and Science Occupations."
descriptionUrl: "https://www.bls.gov/soc/2018/soc_2018_user_guide.pdf"
sameAs: dcs:SOCv2018/highLevelAggregation-2

Node: dcid:SOCv2018/intermediateAggregation-3
typeOf: dcs:SOCv2018Enum
Expand Down

0 comments on commit e994c4e

Please sign in to comment.